Skip to main content

Get Resource (Raw)

POST 

/resource/raw

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Returns the raw metadata of the configuration of a resource at a given point in time.

info

Replacement  Endpoint: Get Asset

Generally, the response object contains the raw JSON blob as is received from the source cloud service provider API.

Only the rrn parameter in the request body is used for this API. Ignore the findingType field for this API.

You can find the timelineItemId for your resource from the timeline results that Get Resource Timeline returns.

An example request body is:

{
"rrn": "rrn::instance:us-east-1:i-xxxxxxxxxx",
"timelineItemId": "xxxxxxxxxxxxxx"
}

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

successful operation

Schema

    object

Loading...