Snapshots
Create Snapshot
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Account Id
Body
application/json
The state of the snapshot.
Available options:
STATE_UNSPECIFIED
, CREATING
, READY
, FAILED
, DELETING
The status code and message of the snapshot.
Response
200 - application/json
The creation time of the snapshot.
The URI of the container image for this snapshot.
The state of the snapshot.
Available options:
STATE_UNSPECIFIED
, CREATING
, READY
, FAILED
, DELETING
The status code and message of the snapshot.
Was this page helpful?