Docs are work in progress
Skip to main content

Generate IPv4 address

GET 

/api/v1/networks/generate-ipv4

This API endpoint generates an IPv4 address within given IPSubnet of network if networkId provided else generate with default network's IPSubnet. This generated IPv4 address can be used while enabling networking API.

Request

Query Parameters

    allParams objectrequired

    allParams - networkId : the unique id of network

Responses

Success response

Schema

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

    payload

    object

    Schema to get IPV4 address

    ipv4Address string
Loading...