Update Anomaly Trusted List Entry
POST/anomalies/trusted_list/:id
Modifies an existing entry in the Anomaly Trusted List.
Request
Path Parameters
id int32required
Anomaly Trusted List identifier
Example: 205
- application/json
Body
required
- Array [
- ]
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
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
- 200
- 400
- 403
Successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
integer
[
0
]
missing_required_parameter / invalid_parameter_value / internal_error
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
integer
[
0
]
permission_error
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
integer
[
0
]
Loading...