Deployment

Deployment module.

A collection of functions for working with vRA Code Stream pipelines deployments.

codestream.api.codestream.deployment.delete_id(settings, bearer_token, id)

Delete a deployment by ID.

Delete a pipeline deployment by providing the ID.

Inputs:

  • vRA URL

  • vRA Access Token

  • Deployment ID

Output:

  • Result message

  • Status Code

codestream.api.codestream.deployment.get_id(settings, bearer_token, name, project)

Lookup deployment IDs.

Lookup deployment IDs for a given pipeline name and project.

Inputs:

  • vRA URL

  • vRA Access Token

  • Pipeline Name

  • Pipeline Project

Output:

  • Result message

  • Status Code