Skip to main content

List cloud providers

GET 

/infra

Lists cloud providers.

Request

Responses

OK

Schema

    code int32

    The response code.

    data

    object[]

    The wrapped responding data.

  • Array [

  • 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.

Loading...