v1
latestOpenAPI 3.0.02026-07-243339471.1 MBAudit Trail Information
Get Audit log based on the audit id.
Retrieves the audit log entry for a given audit ID.
get/network-services/v1/audits/{id}
Path parameters
idstring uuid required
Audit Id log required
Response
Successful operation
Example response
{
"id": "1a7a4e3d-6ab8-4d34-93cf-7443e0f32bbe",
"type": "audit",
"generation": 1,
"createdAt": "2019-10-12T07:20:50Z",
"updatedAt": "2019-10-12T07:20:50Z",
"auditId": "1a7a4e3d-6ab8-4d34-93cf-7443e0f32bbe",
"ipAddress": "127.0.0.1",
"occurredOn": "2019-10-12T07:20:50Z",
"destinationName": "CX0001066",
"description": "Audit log description",
"source": "System",
"subCategory": "Configuration",
"category": "Alert Management",
"action": "Scope unmapped",
"destination": "Global"
}