latestSwagger 2.02026-08-191,9198883.9 MB

b296c3a60aa5

Deployments

Get a Deployment by ID.

get/spaces/{spaceIdentifier}/deployments/{id}

Path parameters

spaceIdentifierstring required

Identifier (ID or slug) of the space

idstring required

ID of the Deployment to load.

Response

The requested Deployment.

ChangesMarkdownstring
ChannelIdstring
Commentsstring
Createdstring date-time
DebugModestring
DeployedBystring
DeployedByIdstring
DeployedToMachineIdsstring[]
DeploymentProcessIdstring
EnvironmentIdstring required
ExcludedMachineIdsstring[]

A collection of machines in the target environment that should be excluded from the deployment.

ExcludedTargetTagIdsstring[]

A collection of target tag IDs that should be excluded from the deployment. Only deployment targets that have none of these tags will be deployed to. Tag IDs are in the format "TagSets-{id}/Tags-{id}".

FailTargetDiscoveryboolean
FailureEncounteredboolean
ForcePackageDownloadboolean
ForcePackageRedeploymentboolean
FormValuesobject
Idstring

Gets or sets a unique identifier for this resource.

LastModifiedBystring

Gets or sets the username of the user who last modified this resource.

LastModifiedOnstring date-time

Gets or sets the date/time that this resource was last modified.

Linksobject

Gets or sets a dictionary of links to other related resources. These links can be used to navigate the resources on the server.

ManifestVariableSetIdstring
Namestring
Prioritystring
ProjectIdstring
QueueTimestring date-time

If set this time will be the used to schedule the deployment to a later time, null is assumed to mean the time will be executed immediately.

QueueTimeExpirystring date-time
ReleaseIdstring required
SkipActionsstring[]
SpaceIdstring
SpecificMachineIdsstring[]

A collection of machines in the target environment that should be deployed to. If the collection is empty, all enabled machines are deployed.

SpecificTargetTagIdsstring[]

A collection of target tag IDs that should be included in the deployment. Only deployment targets that have at least one of these tags will be deployed to. Tag IDs are in the format "TagSets-{id}/Tags-{id}".

TaskIdstring
TenantIdstring
UseGuidedFailureboolean

If set to true, the deployment will prompt for manual intervention (Fail/Retry/Ignore) when failures are encountered in activities that support it. May be overridden with the Octopus.UseGuidedFailure special variable.