Skip to main content

Get Activate Entity Audit

Select

SaaS
Customer Managed

Retrieve the audit details for activate entities like clients, data sources, requests. Available entity types: 3 - Client 132 - Data source 9515 - Request

Path Parameters
  • entityType int32 required

    Possible values: >= 1

    Type of the entity

  • entityId int32 required

    Possible values: >= 1

    Unique id for the entity

Responses

OK


Schema
  • auditDetails object[]

    List of audit information for an entity

  • severity AuditLevel

    Possible values: [LOW, MEDIUM, HIGH, CRITICAL]

    Defines the serverity of the audit entry

  • time int32

    Unix epoch time representation of audit entry

  • user string

    Name of the user

  • operation string

    Operation performed

  • messages string[]

    All the audit messages for this entry

GET /v4/activate/entity/:entitytype/:entityid/audit    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
entityType — path required
entityId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Activate/Entity/:entityType/:entityId/Audit' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'