InfraPorts
List ports
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Query Parameters
name?string|null
Name of the port
description?string|null
Description of the port
enabled?boolean|null
Whether the port is enabled
speed?integer|null
Speed of the port in Mbps
limit?integer
Default
100Range
1 <= valueoffset?integer
Default
0Range
0 <= valueResponse Body
application/json
curl -X GET "https://api.misaka.io/v3/infra/ports"{
"results": [
{
"sid": "string",
"netbox_id": 0,
"name": "string",
"description": "string",
"device": "string",
"enabled": true,
"speed": 0
}
],
"count": 0
}How is this guide?
Last updated on