Skip to main content
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

  • uuidStringRequired

    The resource UUID.

Query Parameters

  • systemTagsList

    Optional. The system tags.

  • userTagsList

    Optional. The user tags.

Responses

200 OK

On success, this API returns an empty JSON object {}.

Endpoint

GET/zstack/v1/volumes/{uuid}/io-thread-pin

/zstack/v1/volumes/{uuid}/io-thread-pin

Operation ID

GetVolumeIoThreadPin

Permalink

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.

View all change history