Returns list of resources which reported by posture report as affected resource

Query params

customerGUID - required

Request object

Standart request body for pagination APIs

Request object examples

Get specific resource for a given control in a specific report:

{
"innerFilters":[
{
"name":"spiffe://cluster-a/namespace-b/deployment-c", // either this or resourceID
"controlID":"C-0002",
"reportGUID":"adsdsad-fdsfdsf-fdsfdsf-fdsfdf-fdsf", // mandatory
"frameworkName":"MITRE"
}
]
}

Response object

Standart response body for pagination APIs There is no gurentee there will be any resource in the "response" list or to the numbers of the elements in it. "failedControls" field is combined from all the failed controls + the warning controls, while the "warningControls" holds just the list of warning controls. usually u're expected to request a SINGLE object and thus get a single object, for the sake of API unification we still return it the same way

Response object example

{
"total":{
"value":1,
"relation":"eq"
},
"response":[
{
"rawObject":"<json object>",
"highlights":[
"spec.template.spec.containers[0].image"
],
"fixPaths":[
{
"spec.containers[0].securityContext.runAsNonRoot":"true"
},
{
"spec.containers[1].securityContext.runAsNonRoot":"true"
}
]
}
],
"cursor":""
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Generic pagination request body parameters

string
cursorV1
object
fieldsToUpdate
object

For PUT request, can be used to update only specific fields with specific values map of field name to new value

boolean

When true, the default sort order is ignored TODO: take it off, and use the default sort order when OrderBy is empty

innerFilters
array of objects

Which elements of the list to return, each field can hold multiple values separated by comma An empty map means "return the complete list"

innerFilters
string

How to order (sort) the list, field name + sort order (asc/desc), like https://www.w3schools.com/sql/sql_orderby.asp When empty, the default sort order is used. To disable the default sort order, set IgnoreDefaultSort to true

int64

One can leave it empty for 0, then call ValidatePageProperties

int64

properties of the requested next page Use ValidatePageProperties to set PageSize field

searchAfter
object
date-time
Defaults to since - begining og the time, until - now.
date-time
Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json