Lists your marketplace deployments (the My Deployments view).
GET/marketplace/deployments
Lists your marketplace deployments (the My Deployments view). Always scoped to your account. Optional filters: ?listing=id|slug narrows to one listing (the per-listing 'your deployments of this solution' widget); ?mbpkgid=id resolves whether one of your VMs came from a marketplace deployment (the Virtual-Server page provenance lookup); ?state=active hides destroyed and failed deployments so the default My Deployments view only shows live/running ones (?state=all, the default, returns the full history). Deployment and instance state is derived on read from the live build/server/billing records.
Request
Responses
- 200
- 204
- 400
- 403
An OK response
When you do a PATCH request, this indicates no actual were applied because the values you requested would not change anything.
A response provided when the request is invalid.
A response provided when the request is not authenticated.