Cloud accounts
Create vSphere credentials inside an vSphere cloud account.
Request Body
application/json
RequireddisplayName
RequiredstringMinimum length:
1
Maximum length: 64
Pattern: "^[a-zA-Z0-9\\-\\s&]*$"
metadata
objectcredentials
objectPath Parameters
organisationSlug
RequiredstringPattern:
"^[a-z0-9-]+$"
cloudAccountIdentity
RequiredstringFormat:
"uuid"
Response Body
Request was successfully processed. The response body contains the requested data.
TypeScript Definitions
Use the response body type in TypeScript.
identity
stringFormat:
"uuid"
displayName
stringcloudType
stringcloudAccountIdentity
stringFormat:
"uuid"
createdAt
stringFormat:
"date-time"
metadata
objectisPrimary
booleancurl -X POST "https://api.avisi.cloud/api/v1/orgs/string/cloud-accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08/credentials/vsphere" \
-H "Content-Type: application/json" \
-d '{
"displayName": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"credentials": {
"username": "string",
"password": "string",
"provisionUsername": "string",
"provisionPassword": "string"
}
}'
{
"identity": "10a80a7a-1a32-4a74-b592-aa2a4ef691c5",
"displayName": "string",
"cloudType": "string",
"cloudAccountIdentity": "763d6cbd-4c53-4613-bba9-cb8f34de18a7",
"createdAt": "2019-08-24T14:15:22Z",
"metadata": {
"property1": "string",
"property2": "string"
},
"isPrimary": true
}