Skip to main content

Get Resource Network Settings

POST 

/resource/network

Fetch network port settings and configuration for a resource.

Only the rrn parameter in the request body is used for this API. Ignore the timelineItemId and findingType fields for this API.

An example request body is:

{
"rrn": "rrn::storageBucket:us-east-1:123456789012:test-bucket"
}

Request

Body

    excludeSeverityList string[]

    External Findings Severitys to exclude

    findingType string[]

    External Finding Types

    riskFactors string[]

    Possible values: [CRITICAL_SEVERITY, HIGH_SEVERITY, MEDIUM_SEVERITY, HAS_FIX, REMOTE_EXECUTION, DOS, RECENT_VULNERABILITY, EXPLOIT_EXISTS, ATTACK_COMPLEXITY_LOW, ATTACK_VECTOR_NETWORK, REACHABLE_FROM_THE_INTERNET, LISTENING_PORTS, CONTAINER_IS_RUNNING_AS_ROOT, NO_MANDATORY_SECURITY_PROFILE_APPLIED, RUNNING_AS_PRIVILEGED_CONTAINER, PACKAGE_IN_USE]

    External finding risk factors

    rrn string

    Restricted Resource Name

    rrnList string[]

    Restricted Resource Name

    timelineItemId string

    Timeline Item ID

Responses

success / no_results

Schema
  • Array [
  • access string
    direction string
    id int64
    ips string
    ports string
    priority int32
    protocol string
  • ]
Loading...