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

Responses

successful operation