Group Snapshots

Group snapshot management

List group snapshots

get

Lists all group snapshots

Authorizations
X-Auth-TokenstringRequired

PCD Identity Service token authentication

Query parameters
all_tenantsstringOptional

Shows details for all project. Admin only.

sortstringOptional

Comma-separated list of sort keys and optional sort directions

sort_keystringOptional

Sorts by an attribute

sort_dirstring · enumOptional

Sorts by direction (asc or desc)

Possible values:
limitinteger · min: 1Optional

Requests a page size of items

offsetintegerOptional

Used in conjunction with limit to return items starting from the offset position

markerstringOptional

The ID of the last-seen item

Responses
200

OK

application/json
get
/v3/group_snapshots
200

OK

Create group snapshot

post

Creates a group snapshot

Authorizations
X-Auth-TokenstringRequired

PCD Identity Service token authentication

Body
Responses
post
/v3/group_snapshots
202

Accepted

List group snapshots with details

get

Lists all group snapshots with details

Authorizations
X-Auth-TokenstringRequired

PCD Identity Service token authentication

Query parameters
all_tenantsstringOptional

Shows details for all project. Admin only.

sortstringOptional

Comma-separated list of sort keys and optional sort directions

sort_keystringOptional

Sorts by an attribute

sort_dirstring · enumOptional

Sorts by direction (asc or desc)

Possible values:
limitinteger · min: 1Optional

Requests a page size of items

offsetintegerOptional

Used in conjunction with limit to return items starting from the offset position

markerstringOptional

The ID of the last-seen item

Responses
200

OK

application/json
get
/v3/group_snapshots/detail
200

OK

Show group snapshot details

get

Shows details for a group snapshot

Authorizations
X-Auth-TokenstringRequired

PCD Identity Service token authentication

Path parameters
group_snapshot_idstring · uuidRequired

The UUID of the group snapshot

Responses
200

OK

application/json
get
/v3/group_snapshots/{group_snapshot_id}
200

OK

Delete group snapshot

delete

Deletes a group snapshot

Authorizations
X-Auth-TokenstringRequired

PCD Identity Service token authentication

Path parameters
group_snapshot_idstring · uuidRequired

The UUID of the group snapshot

Responses
delete
/v3/group_snapshots/{group_snapshot_id}
202

Request is accepted, but processing may take some time

No content

Last updated

Was this helpful?