Default Types
Default volume type management
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
404
The requested resource could not be found
get
/v3/default-types/{project_id}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
400
Some content in the request was invalid
404
The requested resource could not be found
put
/v3/default-types/{project_id}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
204
No Content
404
The requested resource could not be found
delete
/v3/default-types/{project_id}No content
Last updated
Was this helpful?
