[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Create Additional Provider Org
DescriptionCreates an additional provider organization within a specified provider organization.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/core/v1/mgmt/orgs/{id}/master-orgs
Path Parameters
Path Parameters
string
id
Required
- ID of the MSP organization in CSP.
Parameter Serialization Style:
simple
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
201 Created
Returns
AdditionalMasterOrg
of type */*
{
"administrators": [
"...",
"..."
],
"city": "...",
"country": "...",
"id": "...",
"name": "...",
"tag": "...",
"zipCode": "..."
}
array of
string
administrators
Optional
List of Additional master org administrators.
string
city
Optional
The city of Additional master org.
string
country
Optional
The country of Additional master org.
string
id
Optional
The unique identifier of Additional master org.
string
name
Optional
The name of Additional master org.
string
tag
Optional
The tag of Additional master org.
string
zipCode
Optional
The zip code of Additional master org.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"administrators":["...","..."],"city":"...","country":"...","id":"...","name":"...","tag":"...","zipCode":"..."}' https://console.navigator.vmware.com/cphub/api/core/v1/mgmt/orgs/{id}/master-orgs
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
On This Page
Lifecycle Management Operations
post
post
patch
get
get
put