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
Header Parameters
ProjectUid string
Scope the request to the specified project 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...