Global IP Assignment Usage Metrics
Retrieve usage metrics for your Global IP assignments.
Query parameters
Consolidated filter parameter (deepObject style). Originally: filter[global_ip_assignment_id][in], filter[global_ip_id][in]
Response
Successful response
Example response
{
"data": [
{
"global_ip": {
"id": "a836125b-20b6-452e-9c03-2653f09c7ed7",
"ip_address": "64.1.4.130"
},
"global_ip_assignment": {
"id": "a836125b-20b6-452e-9c03-2653f09c7ed7",
"wireguard_peer": {
"ip_address": "172.1.0.1",
"name": "Wireguard Peer 1"
},
"wireguard_peer_id": "e66c496d-4a85-423b-8b2a-8e63fac20320"
},
"received": {
"amount": 100000,
"unit": "B"
},
"timestamp": "2020-01-01T00:00:00.000Z",
"transmitted": {
"amount": 100000,
"unit": "B"
}
}
]
}Changes
Changed in 2 of the 61 revisions of this API.4
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status422response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for statusdefaultresponse-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status422response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for statusdefaultresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲