Docs are work in progress
Skip to main content

Check DNS name in use for network nodes

GET 

/api/v1/networks/nodes/check-dns-name-inuse

This API endpoint checks if a DNS name is available or already in use within a network nodes for the specified network identified by the provided networkId.

Request

Query Parameters

    dnsName stringrequired

    The dnsName - Network node DNS name

    networkId stringrequired

    The networkId - unique id of the network

Responses

Success response

Schema

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