Cloud providers
Get a cloud provider.
Path Parameters
cloudProviderSlug
RequiredstringPattern:
"^[a-z0-9-]+$"
Response Body
Request was successfully processed. The response body contains the requested data.
TypeScript Definitions
Use the response body type in TypeScript.
id
integerFormat:
"int64"
name
stringslug
stringavailable
booleancreatedAt
stringFormat:
"date-time"
modifiedAt
stringFormat:
"date-time"
logo
stringbyon
booleantype
stringValue in:
"aws" | "azure" | "byon" | "digitalocean" | "empty" | "hetzner" | "multipass" | "none" | "openstack" | "vsphere"
privateClusterSetting
stringValue in:
"UNAVAILABLE" | "ENFORCED" | "PREFERRED" | "SELECTABLE"
metadata
objectvalidateCloudCredentials
booleancurl -X GET "https://api.avisi.cloud/api/v1/cloud-providers/string"
{
"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
}