List

Available for user tokens and project keys

List

GET https://api.suble.io/projects/:projectId/network

Retrieve information about a network

Path Parameters

NameTypeDescription

projectId

string

Unique id for the project

Headers

NameTypeDescription

Authorization

string

User token or project key

[
        {
                "_id": ObjectId,
                "project": ObjectId,
                "name": String,
                "vlan": Number,
                "ip": String, // Example: 10.0.0.1
                "subnet": String, // Example '255.255.255.0'
                "default": Boolean
        }
]

Last updated