Skip to main content

Get Anomaly Trusted List

GET 

/anomalies/trusted_list

Returns all entries in the Anomaly Trusted List.

Request

Responses

Successful operation

Schema
  • Array [
  • id int32

    Anomalies trusted list ID

    customerID int32

    Customer ID

    name string

    Anomaly name

    description string

    Anomaly description

    createdBy string

    Created by

    createdOn int64

    creation timestamp

    modifiedBy string

    Modified by

    modifiedOn int64

    Modification timestamp

    modifiedRoleId string

    Role ID of user who last modified trusted list

    modifiedRoleTypeId int32

    Role type ID of user who last modified trusted list

    createdRoleId string

    Role ID of user who created trusted list

    createdRoleTypeId int32

    Role type ID of user who created trusted list

    applicablePolicies string[]

    List of applicable policies

    trustedListType string

    Trusted list type

    accountID string

    Account ID

    accountName string

    Account name

    vpc string

    Virtual private cloud

    trustedListEntries object[]

    List of network anomalies in the trusted list

  • Array [
  • ipCIDR string

    IP CIDR block

    resourceID string

    Resource ID

    imageID string

    Image ID

    tagKey string

    Tag key

    tagValue string

    Tag value

    service string

    Service

    port string

    Port

    subject string

    Subject Name

    domain string

    Domain

    protocol string

    Protocol

  • ]
  • ]
Loading...