InfraPorts
List ports
AuthorizationBearer <token>
In: header
Query Parameters
name?Name|Name
Name of the port
description?Description|Description
Description of the port
enabled?Enabled|Enabled
Whether the port is enabled
speed?Speed|Speed
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