Applications
Create Application Deployment
Description
Creates a application deployment
Details
This API can be used to create a application deployment. To use this API, review the request schema and pass in all fields that are required to create a application deployment.
POST
/
v4
/
application-deployments
Authorizations
Headers
Body
application/json
The ID of the account that owns the given entity.
Response
200 - application/json
An enum representing the status of an application deployment. Attributes: PENDING: The deployment is pending. READY: The deployment is ready. FAILED: The deployment has failed. STOPPED: The deployment has stopped.
Available options:
PENDING
, READY
, FAILED
, STOPPED
The ID of the account that owns the given entity.
The user who originally created the entity.
The date and time when the entity was created in ISO format.