Get The Next Config Search Page
POST/search/config/page
Returns the next page of search results, using a token provided from the previous page. Used for when there are over 100 search results for a given RQL query.
An initial config search request (Perform Config Search by Query,Perform Config Search V2) will return the nextPageToken
field when more than 100 results are returned. The value of nextPageToken
should be used for request parameter pageToken
to retrieve the next page of results.
Request
- application/json; charset=UTF-8
Body
required
Config rule page parameters model
Results per Page
Page Token
Responses
- 200
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
items object[]
RRN
State ID
Asset ID
ID
Name
URL
Account ID
Account name
Account group name
Possible values: [ALL
, AWS
, AZURE
, GCP
, ALIBABA_CLOUD
, OCI
, OTHER
, IBM
]
Cloud Type
Region ID
Region name
Service
Resource type
Insertion timestamp
Creation timestamp
Deleted
Virtual private cloud ID
Virtual private cloud name
tags object
Tags
Risk grade
data object
Raw JSON data for the resource
dynamicData object
Dynamic data
property name* object
Has network
Has external finding
Has external integration
allowDrillDown
Has risk factors
allowDrillDown
{
"totalRows": 0,
"items": [
{
"rrn": "string",
"stateId": "string",
"assetId": "string",
"id": "string",
"name": "string",
"url": "string",
"accountId": "string",
"accountName": "string",
"accountGroupName": "string",
"cloudType": "ALL",
"regionId": "string",
"regionName": "string",
"service": "string",
"resourceType": "string",
"insertTs": 0,
"createdTs": 0,
"deleted": true,
"vpcId": "string",
"vpcName": "string",
"tags": {},
"riskGrade": "string",
"data": {},
"dynamicData": {},
"hasNetwork": true,
"hasExternalFinding": true,
"hasExternalIntegration": true,
"allowDrillDown": true,
"hasExtFindingRiskFactors": true,
"resourceConfigJsonAvailable": true
}
],
"dynamicColumns": [
"string"
],
"nextPageToken": "string",
"infoMsg": "string",
"sortAllowedColumns": [
"string"
]
}