List Cloud Types
GET/cloud/type
Returns the list of cloud account types supported by Prisma Cloud. You can also filter the cloud account types that you have onboarded.
Request
Query Parameters
onlyAccessible boolean
true = return only cloud types to which the user has access and for which he has onboarded cloud accounts. Default is false.
includeOthers boolean
returns other cloudType in response if includeOthers is true
Responses
- 200
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
string
[
"string"
]
Loading...