Retrieve audit page filter options
GET /audit/local/audit/{accountId}/options
Retrieves audit page filter options for the local UI.
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
service |
True |
||
action |
False |
||
agent |
False |
||
resource |
False |
||
user |
False |
Example error response
{
"service": [
{
"column": "string",
"identifier": "string",
"label": "string"
}
],
"action": [
{
"column": "string",
"identifier": "string",
"label": "string"
}
],
"agent": [
{
"column": "string",
"identifier": "string",
"label": "string"
}
],
"resource": [
{
"column": "string",
"identifier": "string",
"label": "string"
}
],
"user": [
{
"column": "string",
"identifier": "string",
"label": "string"
}
]
}
Definitions
See Definitions
CloudCentralAuditOptionsEntryResponse
| Name | Type | Required | Description |
|---|---|---|---|
column |
string |
True |
|
identifier |
string |
False |
|
label |
string |
False |