Returns the specified system audit message
GET/v1/audits/:uid/sysMsg
Returns the specified system audit message
Request
Path Parameters
uid stringrequired
Specify the audit uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
actionMsgstring
Audit resource action message
contentMsgstring
Audit resource content message
{
"actionMsg": "string",
"contentMsg": "string"
}
Loading...