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.
Request
- application/json; charset=UTF-8
Body
required
Config rule page parameters model
Results per Page
Page Token
Responses
- 200
- 500
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
items object[]
rrn object
Model for RRN
Possible values: [ALL
, AWS
, AZURE
, GCP
, ALIBABA_CLOUD
, OCI
, OTHER
, IBM
]
Cloud type
Resource type
Region ID
Account ID
Hashed generated ID
Resource ID
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": {
"cloudType": "ALL",
"resourceType": "string",
"regionId": "string",
"accountId": "string",
"idmapId": "string",
"resourceId": "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"
]
}
internal_error