Storage Management/Data Storage APIs/Distributed Storage Related Interfaces
GETDistributed Storage Related InterfacesSince 4.7.11SynchronousAuth Required
Get Access Path List
Get Access Path List
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
systemTagsListSystem tags
userTagsListUser tags
primaryStorageUuidStringRequiredPrimary Storage UUID
Responses
Endpoint
GET/zstack/v1/block-volumes/access/path
/zstack/v1/block-volumes/access/path
Request Example
curl -X GET 'http://{host}/zstack/v1/block-volumes/access/path?systemTags=<systemTags>&userTags=<userTags>&primaryStorageUuid=<primaryStorageUuid>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "pathInfos": [ { "accessPathId": 1, "accessPathIqn": "iqn", "targetCount": 1 } ] }Change History
This API has no change history records yet.
