V Centers - Create
Implements vCenter PUT method.
Create Or Update vCenter.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}?api-version=2023-12-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
resource
|
path | True |
string |
The Resource Group Name. |
|
subscription
|
path | True |
string |
The Subscription ID. |
|
vcenter
|
path | True |
string |
Name of the vCenter. |
|
api-version
|
query | True |
string |
Client Api Version. |
Request Body
| Name | Required | Type | Description |
|---|---|---|---|
| location | True |
string |
Gets or sets the location. |
| properties.fqdn | True |
string |
Gets or sets the FQDN/IPAddress of the vCenter. |
| extendedLocation |
Gets or sets the extended location. |
||
| kind |
string |
Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. |
|
| properties.credentials |
Username / Password Credentials to connect to vcenter. |
||
| properties.port |
integer (int32) minimum: 1maximum: 65535 |
Gets or sets the port of the vCenter. |
|
| tags |
object |
Gets or sets the Resource tags. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Arm resource update successful. |
|
| 201 Created |
Created |
|
| Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Examples
CreateVCenter
Sample request
PUT https://management.azure.com/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/testrg/providers/Microsoft.ConnectedVMwarevSphere/vcenters/ContosoVCenter?api-version=2023-12-01
{
"location": "East US",
"extendedLocation": {
"type": "customLocation",
"name": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/demoRG/providers/Microsoft.ExtendedLocation/customLocations/contoso"
},
"properties": {
"fqdn": "ContosoVMware.contoso.com",
"port": 1234,
"credentials": {
"username": "tempuser",
"password": "<password>"
}
}
}
Sample response
{
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/testrg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/ContosoVCenter",
"name": "ContosoVCenter",
"type": "Microsoft.ConnectedVMwarevSphere/VCenters",
"location": "East US",
"extendedLocation": {
"type": "customLocation",
"name": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/demoRG/providers/Microsoft.ExtendedLocation/customLocations/contoso"
},
"properties": {
"fqdn": "ContosoVMware.contoso.com",
"port": 1234,
"credentials": {
"username": "tempuser"
},
"version": "1.0",
"instanceUuid": "aaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"provisioningState": "Succeeded"
}
}
{
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/testrg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/ContosoVCenter",
"name": "ContosoVCenter",
"type": "Microsoft.ConnectedVMwarevSphere/VCenters",
"location": "East US",
"extendedLocation": {
"type": "customLocation",
"name": "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/demoRG/providers/Microsoft.ExtendedLocation/customLocations/contoso"
},
"properties": {
"fqdn": "ContosoVMware.contoso.com",
"port": 1234,
"credentials": {
"username": "tempuser"
},
"version": "1.0",
"instanceUuid": "aaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"provisioningState": "Succeeded"
}
}
Definitions
| Name | Description |
|---|---|
|
created |
The type of identity that created the resource. |
|
Error |
The resource management error additional info. |
|
Error |
The error detail. |
|
Error |
Error response |
|
Extended |
The extended location. |
|
Provisioning |
Gets the provisioning state. |
|
Resource |
The resource status information. |
|
system |
Metadata pertaining to creation and last modification of the resource. |
| VCenter |
Defines the vCenter. |
| VICredential |
Username / Password Credentials to connect to vcenter. |
createdByType
The type of identity that created the resource.
| Value | Description |
|---|---|
| User | |
| Application | |
| ManagedIdentity | |
| Key |
ErrorAdditionalInfo
The resource management error additional info.
| Name | Type | Description |
|---|---|---|
| info |
object |
The additional info. |
| type |
string |
The additional info type. |
ErrorDetail
The error detail.
| Name | Type | Description |
|---|---|---|
| additionalInfo |
The error additional info. |
|
| code |
string |
The error code. |
| details |
The error details. |
|
| message |
string |
The error message. |
| target |
string |
The error target. |
ErrorResponse
Error response
| Name | Type | Description |
|---|---|---|
| error |
The error object. |
ExtendedLocation
The extended location.
| Name | Type | Description |
|---|---|---|
| name |
string |
The extended location name. |
| type |
string |
The extended location type. |
ProvisioningState
Gets the provisioning state.
| Value | Description |
|---|---|
| Succeeded | |
| Failed | |
| Canceled | |
| Provisioning | |
| Updating | |
| Deleting | |
| Accepted | |
| Created |
ResourceStatus
The resource status information.
| Name | Type | Description |
|---|---|---|
| lastUpdatedAt |
string (date-time) |
The last update time for this condition. |
| message |
string |
A human readable message indicating details about the status. |
| reason |
string |
The reason for the condition's status. |
| severity |
string |
Severity with which to treat failures of this type of condition. |
| status |
string |
Status of the condition. |
| type |
string |
The type of the condition. |
systemData
Metadata pertaining to creation and last modification of the resource.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The timestamp of resource creation (UTC). |
| createdBy |
string |
The identity that created the resource. |
| createdByType |
The type of identity that created the resource. |
|
| lastModifiedAt |
string (date-time) |
The timestamp of resource last modification (UTC) |
| lastModifiedBy |
string |
The identity that last modified the resource. |
| lastModifiedByType |
The type of identity that last modified the resource. |
VCenter
Defines the vCenter.
| Name | Type | Description |
|---|---|---|
| extendedLocation |
Gets or sets the extended location. |
|
| id |
string |
Gets or sets the Id. |
| kind |
string |
Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. |
| location |
string |
Gets or sets the location. |
| name |
string |
Gets or sets the name. |
| properties.connectionStatus |
string |
Gets or sets the connection status to the vCenter. |
| properties.credentials |
Username / Password Credentials to connect to vcenter. |
|
| properties.customResourceName |
string |
Gets the name of the corresponding resource in Kubernetes. |
| properties.fqdn |
string |
Gets or sets the FQDN/IPAddress of the vCenter. |
| properties.instanceUuid |
string |
Gets or sets the instance UUID of the vCenter. |
| properties.port |
integer (int32) minimum: 1maximum: 65535 |
Gets or sets the port of the vCenter. |
| properties.provisioningState |
Gets the provisioning state. |
|
| properties.statuses |
The resource status information. |
|
| properties.uuid |
string |
Gets or sets a unique identifier for this resource. |
| properties.version |
string |
Gets or sets the version of the vCenter. |
| systemData |
The system data. |
|
| tags |
object |
Gets or sets the Resource tags. |
| type |
string |
Gets or sets the type of the resource. |
VICredential
Username / Password Credentials to connect to vcenter.
| Name | Type | Description |
|---|---|---|
| password |
string |
Gets or sets the password to connect with the vCenter. |
| username |
string |
Gets or sets username to connect with the vCenter. |