v1

latestSwagger 2.02026-07-13242272.7 KB
Deployments

Fetch a list of deployments.

Required permission: deployments_read

get/v3/deployments

Response

Request for deployments successful.

idstring

The ID of this deployment.

versionstring

The version number of this deployment. The value of version can be a SemVer compliant string or any other syntax that you are using as your version numbering scheme.

createdstring date-time

When was this deployment created.

createdBystring

The elmah.io id of the user creating this deployment. Since deployments are created on a subscription, the CreatedBy will contain the id of the user with the subscription.

descriptionstring

Sescription of this deployment in markdown or clear text.

userNamestring

The name of the person responsible for creating this deployment.

userEmailstring

The email of the person responsible for creating this deployment.

logIdstring

If the deployment is attached a single log, this property is set to the ID of that log. If null, the deployment is attached all logs on the organization.

All 24 operations