InfraServiceBillable-ports
List service billable ports
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
service_id*Service Id
Query Parameters
limit?Limit
Range
1 <= valueDefault
100offset?Offset
Range
0 <= valueDefault
0ordering?string|null
Response Body
application/json
curl -X GET "https://example.com/v3/infra/service/0/billable_ports"{ "results": [ { "sid": "string", "service_name": "string", "id": 0, "port_id": 0, "description": "string", "since": "2019-08-24", "until": "2019-08-24" } ], "count": 0}How is this guide?
Last updated on