Avisi cloud logo
Cloud providers

Get a cloud provider.

GET
/api/v1/cloud-providers/{cloudProviderSlug}

Path Parameters

cloudProviderSlug
Required
string

curl -X GET "http://localhost:8090/api/v1/cloud-providers/string"

Request was successfully processed. The response body contains the requested data.

{
  "id": 0,
  "name": "string",
  "slug": "string",
  "available": true,
  "createdAt": "2019-08-24T14:15:22Z",
  "modifiedAt": "2019-08-24T14:15:22Z",
  "logo": "string",
  "byon": true,
  "type": "aws",
  "privateClusterSetting": "UNAVAILABLE",
  "metadata": {
    "property1": "string",
    "property2": "string"
  },
  "validateCloudCredentials": true
}