For the complete documentation index, see llms.txt. This page is also available as Markdown.

List

Available for user tokens and project keys

List

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

Retrieve information about a network

Path Parameters

Name
Type
Description

projectId

string

Unique id for the project

Headers

Name
Type
Description

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
        }
]
{
    "error": String
}

Last updated