Resource Center/Resource Pool/Volume Operations
GETVolume OperationsSince 4.7.0SynchronousAuth Required
GetVolumeIoThreadPin
GetVolumeIoThreadPin
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe resource UUID.
Query Parameters
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/volumes/{uuid}/io-thread-pin
/zstack/v1/volumes/{uuid}/io-thread-pin
Request Example
curl -X GET 'http://{host}/zstack/v1/volumes/{uuid}/io-thread-pin?systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "volumeUuid": "a8ba696310303ccebb08e128759ecbf8", "pin": "3-6", "ioThreadId": "1" }Change History
This API has no change history records yet.
