Create A staged VM extension

Create A staged VM extension

"VM Extensions are used to specify cloud properties specific to your IaaS for selected instance groups. They are detailed in the BOSH documentation: https://bosh.io/docs/cloud-config.html#vm-extensions"

Request
URI
POST
https://{opsmanager-installation}//api/v0/staged/vm_extensions
COPY
Request Body
PostVmExtension of type(s) application/json
Required
{
    "name": "string",
    "cloud_properties": {}
}
string
name
Required

The name of the VM extension to create. May not contain periods.

object
cloud_properties
Required

A hash of configuration for the VM extension. Each IaaS allows different cloud properties. The full list of VM extension cloud properties is available at https://bosh.io/docs/cloud-config.html#vm-extensions

Responses
200

OK

Operation doesn't return any data structure

422

Unprocessible Entity

Operation doesn't return any data structure