Accessing API documentation
Deployment manager provides REST APIs for interacting with resources that in the Deployment Manager interface. Use these APIs to create and manage pipelines by using automated scripts or external information.
To access API documentation, open
the Documentation/readme-for-swagger.md file in the artifact file that you downloaded
from marketplace.
- Task update scenarios
Deployment Manager exposes the /task/{id} endpoint to update the task work object on the orchestrator using the PUT method. You can use the same endpoint for multiple scenarios by providing the request body using the oAuth2 credentials for authentication.
Previous topic Interpreting different publish statuses Next topic Task update scenarios