Create Internal Network IP Range

Create Internal Network IP Range

Creates an internal network IP range.

Request
URI
POST
https://api.mgmt.cloud.vmware.com//iaas/api/network-ip-ranges
COPY
Query Parameters
string
apiVersion
Optional

The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about


Request Body

Network IP Range Specification instance

NetworkIPRangeSpecification of type(s) application/json
Required
{
    "ipVersion": "string",
    "fabricNetworkId": "string",
    "name": "string",
    "description": "string",
    "startIPAddress": "string",
    "endIPAddress": "string",
    "tags": [
        {
            "value": "string",
            "key": "string"
        }
    ]
}
string
ipVersion
Optional

IP address version: IPv4 or IPv6. Default: IPv4.

Possible values are : IPv4, IPv6,
string
fabricNetworkId
Optional

The Id of the parent fabric network.

string
name
Required

A human-friendly name used as an identifier in APIs that support this option.

string
description
Optional

A human-friendly description.

string
startIPAddress
Required

Start IP address of the range.

string
endIPAddress
Required

End IP address of the range.

array of Tag
tags
Optional

A set of tag keys and optional values that were set on this resource instance.

Responses
202

successful operation

Returns RequestTracker of type(s) application/json
{
    "name": "Power-off",
    "progress": 90,
    "resources": [
        "string"
    ],
    "id": "we655aew4e8e",
    "message": "In Progress",
    "status": "FINISHED",
    "selfLink": "/.../request-tracker/we655aew4e8e"
}
string
name
Optional

Name of the operation.

integer As int32 As int32
progress
Required

Progress of the request as percentage.

array of string
resources
Optional

Collection of resources.

string
id
Required

ID of this request.

string
message
Optional

Status message of the request.

string
status
Required

Status of the request.

Possible values are : FINISHED, INPROGRESS, FAILED,
string
selfLink
Required

Self link of this request.


400

Invalid Request - bad data

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure