Resource Center/Network Resource/L3 Network Operations
GETL3 Network OperationsSince 3.7.0SynchronousAuth Required
GetL3NetworkIpStatistic
GetL3NetworkIpStatistic
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
l3NetworkUuidStringRequiredThe L3 network UUID.
Query Parameters
resourceTypeStringOptional. The resource type.
ipStringOptional. The specified IP address.
sortByStringOptional. The sort method.
sortDirectionStringOptional. The sort direction.
startIntegerOptional. The location where the statistics starts.
Responses
Endpoint
GET/zstack/v1/l3-networks/{l3NetworkUuid}/ip-statistic
/zstack/v1/l3-networks/{l3NetworkUuid}/ip-statistic
Request Example
curl -X GET 'http://{host}/zstack/v1/l3-networks/{l3NetworkUuid}/ip-statistic?resourceType=<resourceType>&ip=<ip>&sortBy=<sortBy>&sortDirection=<sortDirection>&start=1&limit=1&replyWithCount=True&systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "ipStatistics": [ { "ip": "192.168.0.1", "resourceTypes": [ "Other" ] } ], "total": 1.0 }Change History
This API has no change history records yet.
