Skip to content

Get Organization Activity Log Options

Request

Returns the distinct values available per filterable activity-log field.

Security
bearer-key
Path
orgUuidstringrequired

org UUID (from the Mend App: Administration General > Organization UUID).

Query
fieldsstringrequired

Comma-separated list of activity-log fields to return the distinct available values for. Currently supported: category, event, entityType.

curl -i -X GET \
  'https://baseUrl/api/v3.0/orgs/{orgUuid}/activity-logs/options?fields=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
responseobject
Response
{ "supportToken": "1171c60d", "response": { "property1": [ … ], "property2": [ … ] } }