Resource Center/Resource Pool/VM Instance Operations
GETVM Instance OperationsSince 4.1.0SynchronousAuth Required
GetVmNicAttachedNetworkService
GetVmNicAttachedNetworkService
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
vmNicUuidStringRequiredThe VM NIC UUID.
Query Parameters
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/vm-instances/nics/{vmNicUuid}/attached-networkservices
/zstack/v1/vm-instances/nics/{vmNicUuid}/attached-networkservices
Request Example
curl -X GET 'http://{host}/zstack/v1/vm-instances/nics/{vmNicUuid}/attached-networkservices?systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "networkServices": [ "Eip" ] }Change History
This API has no change history records yet.
