Skip to main content

Network Details

GET/api/v1/nodes/{node_id}/networkdetail/

Path parameters

  • node_idPathstringrequired

    Path parameter node_id.

Query parameters

  • project_idQuerystringoptional

    Identifier of the project to scope the request to. Optional; if omitted, the account's default project is used.

    • optional
    • if omitted, the request is applied to the default project
    example{{project_id}}
  • apikeyQuerystringoptional

    API key used for authentication

    • required
    • non-empty string
    example{{api_key}}
  • locationQuerystringoptional

    Location filter for network details

    • required
    • non-empty string
    • URL-encoded
    example{{location}}

Responses

200Successful response
object
codeinteger

HTTP status code of the network details response

example200
  • integer between 100 and 599
  • represents a valid HTTP status code
dataobject
errorsobject
messagestring

Status message indicating the result of the request

exampleSuccess
  • non-empty string
  • max length 255 characters