Docs are work in progress
Skip to main content

Fetch list of networks

GET 

/api/v1/networks

This API endpoint retrieve a paginated list of networks with detailed information for each network, including network attributes and configurations.

Request

Query Parameters

    allParams objectrequired

    allParams - pageNo, pageSize, sortBy, sortDirection, etc.

Responses

Success response

Schema

    success boolean
    message string
    status string
    statusCode int32
    errorCode string
    subErrors object[]

    payload

    object

    Schema for paginated response

    content

    object[]

  • Array [

  • networkId string
    provider string
    ipSubnet string
    dnsName string
    dnsSuffix string
    networkName string
    isDefault boolean
    isNetworkKeyManaged boolean
  • ]

  • totalPages int32
    totalRecordCount int64
    pageSize int32
Loading...