AuditEvent
AuditEvent
Audit events help Cloud Foundry operators monitor actions taken against resources (such as apps) via user or system actions.
AllOf
This class requires all of the following:
JSON Example
{
"guid": "string",
"created_at": "string",
"updated_at": "string",
"type": "string",
"actor": {
"guid": "string",
"type": "string",
"name": "string"
},
"target": {
"guid": "string",
"type": "string",
"name": "string"
},
"data": {},
"space": {
"guid": "string"
},
"organization": {
"guid": "string"
},
"links": {
"self": {
"href": "string",
"method": "string"
}
}
}