Resource Center/Network Resource/VPC Operations
GETVPC OperationsSince 4.5.0SynchronousAuth Required
GetVirtualRouterSoftwareVersion
GetVirtualRouterSoftwareVersion
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
uuidStringOptional. The resource UUID.
softwareNameStringRequiredThe VPC software name.
needUpdateBooleanOptional. Choose whether to update.
systemTagsListOptional. The system tag.
userTagsListOptional. The user tag.
Responses
Endpoint
GET/zstack/v1/vpc/virtual-routers/{uuid}/softwareversion
/zstack/v1/vpc/virtual-routers/{uuid}/softwareversion
Request Example
curl -X GET 'http://{host}/zstack/v1/vpc/virtual-routers/{uuid}/softwareversion?uuid=<uuid>&softwareName=<softwareName>&needUpdate=True&systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "uuid": "4eb255bf21ff3b3384768b06aa612818", "softwareName": "IPsec", "currentVersion": "4.5.2", "latestVersion": "5.9.4" } ] }Change History
This API has no change history records yet.
