List Cloud Types
Returns all the cloud types.
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...