VPC
Update VPC Virtualization
Update network virtualization type for a VPC
Org must have a Tenant entity. User must have authorization role with TENANT_ADMIN suffix
Tenant must own the VPC Request is rejected if the VPC already has Subnets or Instances.
patch/v2/org/{org}/nico/vpc/{vpcId}/virtualization
Request body
Example request
{
"networkVirtualizationType": "FNN"
}Response
OK
Example response
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "spark-vpc",
"description": "Virtual network for machines executing Spark jobs",
"org": "xskkpgqpeakn",
"tenantId": "34f5c98e-f430-457b-a812-92637d0c6fd0",
"siteId": "72771e6a-6f5e-4de4-a5b9-1266c4197811",
"labels": {
"region": "us-west-1",
"env": "dev"
},
"controllerVpcId": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"networkVirtualizationType": "ETHERNET_VIRTUALIZER",
"requestedVni": 12001,
"vni": 12001,
"networkSecurityGroupId": "c602eb90-3039-11f0-997a-b38d4fc8389e",
"networkSecurityGroupPropagationDetails": {
"objectId": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"detailedStatus": "Partial",
"status": "Synchronizing",
"details": "",
"unpropagatedInstanceIds": [
"b1a5a05e-303c-11f0-b618-7f2e7f9b64ed"
],
"relatedInstanceIds": [
"b1a5a05e-303c-11f0-b618-7f2e7f9b64ed"
]
},
"nvLinkLogicalPartitionId": "dd887330-dbd3-45ce-b400-c42fc8e47315",
"status": "Pending",
"statusHistory": [
{
"status": "Pending",
"message": "Request received, pending processing",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
],
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}