Resource Center/Network Service/Network Service Operations/VIP Operations
GETVIP OperationsSince 2.3SynchronousAuth Required
GetVipQos
GetVipQos
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
uuidStringOptional. The resource UUID.
Query Parameters
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/vip/{uuid}/vip-qos
/zstack/v1/vip/{uuid}/vip-qos
Request Example
curl -X GET 'http://{host}/zstack/v1/vip/{uuid}/vip-qos?systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "uuid": "5a0b0e4ab75c4fffa890cf085add862f", "vipUuid": "23349810e3874c2dad85042db1ac11dc", "port": 80.0, "inboundBandwidth": 1048576.0, "outboundBandwidth": 1048576.0 } ] }Change History
This API has no change history records yet.
