Update External Network IP Range

Update External Network IP Range

Assign the external IPAM network IP range to a different network and/or change the tags of the external IPAM network IP range.

Request
URI
PATCH
https://vra-interop-222-139.lvn.broadcom.net/iaas/api/external-network-ip-ranges/{id}
COPY
Path Parameters
string
id
Required

The ID of the external IPAM network IP range.

Query Parameters
string
apiVersion
Optional

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


Request Body

External IPAM network IP range specification

Required
{
    "fabricNetworkIds": [
        "string"
    ]
}
array of string
fabricNetworkIds
Optional

A list of fabric network Ids that this IP range should be associated with.

Authentication
This operation uses the following authentication methods.
Responses
200

Successful operation

Returns ExternalNetworkIPRange of type(s) application/json
"ExternalNetworkIPRange Object"
string
id
Required

The id of this resource instance

string
createdAt
Optional

Date when the entity was created. The date is in ISO 8601 and UTC.

string
updatedAt
Optional

Date when the entity was last updated. The date is ISO 8601 and UTC.

string
owner
Optional

Email of the user or display name of the group that owns the entity.

string
ownerType
Optional

Type of a owner(user/ad_group) that owns the entity.

string
orgId
Optional

The id of the organization this entity belongs to.

object
_links
Required

HATEOAS of the entity

string
name
Optional

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

string
description
Optional

A human-friendly description.

string
externalId
Optional

External entity Id on the provider side.

string
startIPAddress
Required

Start IP address of the range.

string
endIPAddress
Required

End IP address of the range.

string
ipVersion
Optional

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

Possible values are : IPv4, IPv6,
array of object
tags
Optional

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

array of string
dnsServerAddresses
Optional

DNS IP addresses of the range.

string
domain
Optional

DNS domain of the range.

array of string
dnsSearchDomains
Optional

DNS domain search (in order)

string
gatewayAddress
Optional

The gateway address of the range

integer As int32 As int32
subnetPrefixLength
Required

Subnet prefix length (synonymous with "netmask")

string
addressSpaceId
Optional

Address space that the range belongs to

string
integrationId
Optional

ID of the IPAM integration this IP range belongs to


400

Invalid Request - bad data

Returns ServiceErrorResponse of type(s) application/json
"ServiceErrorResponse Object"
string
message
Optional

message

string
messageId
Optional

messageId

array of string
stackTrace
Optional

stackTrace

integer As int32 As int32
statusCode
Optional

statusCode

integer As int32 As int32
errorCode
Optional

errorCode

array of string
details
Optional

details

string
serverErrorId
Optional

serverErrorId

string
documentKind
Optional

documentKind

integer As int32 As int32
internalErrorCode
Optional

internalErrorCode


403

Forbidden

Returns ServiceErrorResponse of type(s) application/json
"ServiceErrorResponse Object"
string
message
Optional

message

string
messageId
Optional

messageId

array of string
stackTrace
Optional

stackTrace

integer As int32 As int32
statusCode
Optional

statusCode

integer As int32 As int32
errorCode
Optional

errorCode

array of string
details
Optional

details

string
serverErrorId
Optional

serverErrorId

string
documentKind
Optional

documentKind

integer As int32 As int32
internalErrorCode
Optional

internalErrorCode


404

Not found

Returns ServiceErrorResponse of type(s) application/json
"ServiceErrorResponse Object"
string
message
Optional

message

string
messageId
Optional

messageId

array of string
stackTrace
Optional

stackTrace

integer As int32 As int32
statusCode
Optional

statusCode

integer As int32 As int32
errorCode
Optional

errorCode

array of string
details
Optional

details

string
serverErrorId
Optional

serverErrorId

string
documentKind
Optional

documentKind

integer As int32 As int32
internalErrorCode
Optional

internalErrorCode


Code Samples
COPY
                    curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}'