Get details about a Service deployment
services_get_deployments(service_id, deployment_id)
service_id | integer required. The ID of the owning Service |
---|---|
deployment_id | integer required. The ID for this deployment |
A list containing the following elements:
integer, The ID for this deployment.
integer, The ID of the owner.
string, Domain of the deployment.
string, Name of the deployment.
string, The name of the docker image to pull from DockerHub.
string, The tag of the docker image to pull from DockerHub (default: latest).
string, A signed URL for viewing the deployed item.
string, The EC2 instance type requested for the deployment.
integer, The memory allocated to the deployment.
integer, The cpu allocated to the deployment.
string, The state of the deployment.
string, A detailed description of the state.
string,
string,
boolean,
integer, The ID of owning Service