Create VM provisioning policy

post/private-cloud-business/v1beta1/vm-provisioning-policies

This API aids in creation of virtual machine provisioning policy

Securitybearer
Request
Request Body schema: application/json
required
description
string <= 255 characters

A brief description of the VM provisioning policy.

name
required
string <= 80 characters

A user friendly name to identify the VM provisioning policy.

object

Protection policy.

storageType
required
string
Default: "Alletra dHCI"

Storage Type of the system.

Value: "Alletra dHCI"
object (VolumeInfo)

DHCI volume attributes

Responses
200

Success

400

Bad Request

401

Unauthorized request

403

Forbidden

404

Not Found

409

Conflict

500

Internal Server Error

503

Service Unavailable

Request samples
application/json
{
  • "description": "string",
  • "name": "myProvisioningPolicy",
  • "protectionPolicy": {
    },
  • "storageType": "Alletra dHCI",
  • "volumeInfo": {
    }
}
Response samples
application/json
{
  • "associatedObjects": [
    ],
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "description": "string",
  • "generation": 0,
  • "id": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4",
  • "name": "myProvisioningPolicy",
  • "performancePolicy": {
    },
  • "protectionPolicy": {
    },
  • "resourceUri": "string",
  • "storageType": "Alletra dHCI",
  • "type": "string",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "volumeInfo": {
    }
}