Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

D toc

Get the specified deployment.

Info

NOTE: Deployments pertain to Production instances of the

D s platform
rtrue
. For more information, see Overview of Deployment Management.

Version: v3

Required Permissions

D s api auth

Request

Request Type: GET

Endpoint:

Code Block
/v3/deployments/<id>

where:

ParameterDescription
<id>Internal identifier for the deployment

Request URI - Example:

Code Block
/v3/deployments/3

Request Body:

Empty.

Response

Response Status Code - Success: 200 - OK

Response Body Example:

Code Block
{
    "id": 3,
    "name": "Payments Deployment",
    "createdAt": "2017-09-27T07:00:00.000Z",
    "updatedAt": "2017-09-30T00:17:00.079Z",
    "createdBy": 1,
    "updatedBy": 2
}

Reference

PropertyDescription
idInternal identifier for the deployment
nameDisplay name for the deployment. This value appears in the user interface.
createdAtTimestamp for when the deployment was created.
updatedAtTimestamp for when the deployment was last updated.
createdByInternal identifier for the user who created the deployment.
updatedByInternal identifier for the user who last updated the deployment.