Create Deployment
POST/services/deployment/v1/subscriptions/:subscriptionId
Creates resource deployment. You can add multiple resources in the body. The API will make sure that these resources are deployed. With the property depends on it's possible to declare dependencies between resources. Resources are referenced by the following pattern: {resourceType}/{resourceName}
- resourceType is defined by the property type in the model
- resourceName is defined by the property name in the model
An example for this will follow in the near future. If you need further information about this functionality, feel free to contact us.
Request
Responses
- 202
- 400
- 401
- 403
- 500
Accepted
Validation of one resource failed
Unauthorized
Forbidden
Internal Server Error