Detach a volume from a kaas node
POST/projects/:projectId/providers/Aruba.Container/kaas/:id/nodePools/:nodePoolId/nodes/:nodeId/detach
Detach a volume from a kaas node
Request
Path Parameters
projectId stringrequired
id stringrequired
nodePoolId stringrequired
nodeId stringrequired
Query Parameters
api-version string
The requested API version
Default value:
1- application/json
- text/json
- application/*+json
Body
volume
object
uri stringnullable
URI of the volume to detach.
Body
volume
object
uri stringnullable
URI of the volume to detach.
Body
volume
object
uri stringnullable
URI of the volume to detach.
Responses
- 400
- 500
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
property name* any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Internal Server Error
Loading...