Default Types

Default volume type management

List all default volume types

get

Get a list of all default volume types (microversion 3.62+)

Authorizations
X-Auth-TokenstringRequired

PCD Identity Service token authentication

Responses
200

OK

application/json
get
/v3/default-types

Show default volume type for project

get

Show the default volume type for a project (microversion 3.62+)

Authorizations
X-Auth-TokenstringRequired

PCD Identity Service token authentication

Path parameters
project_idstring · uuidRequired

The UUID of the project

Responses
200

OK

application/json
get
/v3/default-types/{project_id}

Set default volume type for project

put

Create or update the default volume type for a project (microversion 3.62+)

Authorizations
X-Auth-TokenstringRequired

PCD Identity Service token authentication

Path parameters
project_idstring · uuidRequired

The UUID of the project

Body
Responses
200

OK

application/json
put
/v3/default-types/{project_id}

Unset default volume type for project

delete

Unset the default volume type for a project (microversion 3.62+)

Authorizations
X-Auth-TokenstringRequired

PCD Identity Service token authentication

Path parameters
project_idstring · uuidRequired

The UUID of the project

Responses
delete
/v3/default-types/{project_id}

No content

Last updated

Was this helpful?