List cloud providers
GET/infra
Lists cloud providers.
Request
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
code int32
The response code.
data
object[]
The wrapped responding data.
id string
The ID of the cloud provider.
isAvailable boolean
Whether the cloud provider is a public cloud provider.
isPublic boolean
Whether the cloud provider is a public cloud provider.
link string
The URL of the cloud provider.
name string
The name of the cloud provider.
msg string
The response message.
{
"code": 0,
"data": [
{
"id": "string",
"isAvailable": true,
"isPublic": true,
"link": "string",
"name": "string"
}
],
"msg": "string"
}
Loading...