Returns the specified system audit message
GEThttps://api.spectrocloud.com/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"
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L 'https://api.spectrocloud.com/v1/audits/:uid/sysMsg' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'