List Object Storage Cloud Accounts
Select
SaaS
This API returns the list of available cloud accounts.
Query Parameters
- workloadType string
Supported values: [blob, datalake] Default: blob
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema array
- id integer
- name string
[
{
"id": 0,
"name": "string"
}
]
[
{
"id": 0,
"name": "string"
}
]
Loading...