Skip to main content

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

array[CloudCentralAuditOptionsEntryResponse]

True

action

array[CloudCentralAuditOptionsEntryResponse]

False

agent

array[CloudCentralAuditOptionsEntryResponse]

False

resource

array[CloudCentralAuditOptionsEntryResponse]

False

user

array[CloudCentralAuditOptionsEntryResponse]

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