Interacting with peak resource services
- Image resource
- Import the
image
resource module and instantiate the client - List all existing
image
(s) and iterate over them - List all existing
image version
(s) and iterate over them - Create a new
image
resource - Create a new
image version
resource - Describe an existing
image
resource - Describe an existing
version
resource - Update an existing
image version
resource - List all builds in an existing
image
resource and iterate over them - Delete an existing
image version
resource - Delete an existing
image
resource
- Import the
- Workflows resource
- Import the workflow resource module and instantiate a
workflow-service
client - List all existing
workflow
(s) and iterate over them - Prepare the payload and submit a new
workflow
resource for creation - Modify the payload and update the existing
workflow
resource - Describe an existing
workflow
resource - Delete an existing
workflow
resource - List all executions of a
workflow
resource and iterate over them - Schedule an immediate execution for a
workflow
- Get all available resource templates for a
workflow
resource - Get
default
resource template for aworkflow
resource
- Import the workflow resource module and instantiate a
- Artifacts resource
- Import the artifact resource module and instantiate an
artifact-service
client - Create a new
artifact
resource by uploading a file - List all existing
artifact
(s) and iterate over them - Describe an existing
artifact
- Update an
artifact
resource with a newversion
by uploading a new file - Update an
artifact
resource’s existingmetadata
- Download a versioned
artifact
from an existingartifact
resource - Delete an
artifact
version
from an existingartifact
resource - Delete an
artifact
resource along with all itsversion
(s)
- Import the artifact resource module and instantiate an
- Webapps Resource
- Import the webapps resource module and instantiate a
webapps-service
client - List all existing
webapps
(s) and iterate over them - Prepare the payload and submit a new
Webapp
resource for creation - Modify the payload and update the existing
Webapp
resource - Delete an existing
Webapp
resource - Describe an existing
Webapp
resource
- Import the webapps resource module and instantiate a