Skip to main content

Add Entries to Anomaly Trusted List

POST 

/anomalies/trusted_list

Adds one or more entries to the Anomaly Trusted List.

Request

Body

required
    name stringrequired

    Name of the trusted list

    description string

    Reason for trusted listing

    applicablePolicies string[]required

    Applicable Policies

    trustedListType stringrequired

    Possible values: [ip, resource, image, tag, service, port, subject, domain, protocol]

    Trusted list type

    accountID string

    Default value: any

    Account ID. Default is "any".

    vpc string

    Default value: any

    VPC. Default is "any".

    trustedListEntries object[]required

    Trusted list entries

  • 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

  • ]

Responses

Successful operation

Schema
  • Array [
  • integer

  • ]
Loading...