Get Convertible Assets
GET/asm/api/v1/dashboard/asset
Get the list of unmanaged assets that can be onboarded to CSPM.
Request
Query Parameters
convertible string
Default value: false
Filter assets based on if they are convertible.
cloud_account_id string
Cloud account ID
alert_categories string
Category of alerts
country_code string
Country codes
next_page_token string
Next page token
Responses
- 200
- 404
Ok
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
value object[]
List of assets
id uuid
Asset ID
name string
Asset name
type string
Asset type
issuesMetadata object[]
List of issues metadata
alertCategories string
issueTypes string
cloudTypes string[]
Possible values: [AWS
, GCP
, AZURE
, ALIBABA_CLOUD
]
List of cloud types
isConvertible boolean
Convertible
cloudAccountId string
Cloud account ID
cloudAccountName string
Cloud account name
conversionStatus string
Account conversion status
nextPageToken string
Next page token
{
"value": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"type": "string",
"issuesMetadata": [
{
"alertCategories": "string",
"issueTypes": "string"
}
],
"cloudTypes": [
"AWS"
],
"isConvertible": true,
"cloudAccountId": "string",
"cloudAccountName": "string",
"conversionStatus": "string"
}
],
"nextPageToken": "string"
}
Data not found
- application/json
- Schema
- Example (from schema)
Schema
timestamp int64
status int32
message string
path string
{
"timestamp": 0,
"status": 0,
"message": "string",
"path": "string"
}
Loading...