User Activity Log API
/api/userActivityLog/?startTs={start_timestamp}&limit=15&page=0&endTs={end_timestamp}&sortField=ts&sortOrder=DESC
{startTs}
= start timestamp{endTs}
= end timestamp
Additional request parameters:
{activity}
= the activity that was done(CREATE/DELETE/UPDATE, etc.){customerId}
= Customer ID{customerTitle}
= customer title/name{description}
= additional fieds{entityId}
= searching entity ID{entityMetaId}
= Entity UUID(e.g. Gateway ID/Device ID/Sub-Customer ID, etc.){entityMetaName}
= Entity EUI(e.g. Gateway ID/Device EUI, etc.){entityType}
= searching entity type (USER/CONVERTER/GATEWAY, etc.){userEmail}
= the e-mail of the user who is taking the action{userIpAddress}
= the IpAddress of the user who is taking the action{subCustomerTitle}
= sub-customer name{selectTotalCount}
= return the total number of elements (boolean)
Request example with additional parameters:
https://{ns_or_oam_host}/api/userActivityLog/?
startTs=1707294966955&limit=15&page=0&customerTitle=test&subCustomerTitle=test&
entityType=APPLICATION&entityId=1111111111111a11111&entityMetaId=647FDA0000000&
userEmail=test@test.com&userIpAddress=0.0.0.0&activity=CREATE&endTs=1707381366955&sortField=ts&sortOrder=DESC