Skip to main content

Create an Ip

POST 
/ips

Create a new IP object.

Request

Body

    connection_id string

    ID of the IP Connection to which this IP should be attached.

    ip_address stringrequired

    IP adddress represented by this resource.

    port integer

    Default value: 5060

    Port to use when connecting to this IP.

Responses

201: Successful response with details about an IP.

401: Unauthorized

403: The user doesn't have the required permissions to perform the requested action.

422: The request was well-formed but was unable to be followed due to semantic errors.

Loading...