[{"label":"Latest (v1.1)","version":"latest"}]
vmc

Post MSFT Licensing SDDC Cluster

Description

Sets the current Microsoft license status of the given SDDC’s cluster.

Request

Request

URL

URL


post
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/clusters/{cluster}/msft-licensing/publish
Copy

Path Parameters

Path Parameters

string
org Required

Organization identifier


string
sddc Required

Sddc identifier


string
cluster Required

cluster identifier


Request Body

Request Body

MsftLicensingConfig of type(s) application/json Required

The license data to set for the clusters.

{
	"academic_license": false,
	"mssql_licensing": "DISABLED",
	"windows_licensing": "DISABLED"
}
boolean
academic_license Optional

Flag to identify if it is Academic Standard or Commercial Standard License.


string
mssql_licensing Optional

The status MSSQL licensing for this SDDC’s clusters.

Possible values are: DISABLEDCUSTOMER_SUPPLIEDENABLED


string
windows_licensing Optional

The status of Windows licensing for this SDDC’s clusters. Can be enabled, disabled, or customer’s.

Possible values are: DISABLEDCUSTOMER_SUPPLIEDENABLED

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

202 Accepted

Returns Task of type(s) application/json

Accepted, returns the tracking task.

This response body class contains all of the following: AbstractEntity, InlineTask1
Errors

Errors

403

Forbidden

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"academic_license":false,"mssql_licensing":"DISABLED","windows_licensing":"DISABLED"}' https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/clusters/{cluster}/msft-licensing/publish
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-vmc-ui-servicename: msft-licensing-sddc-cluster
x-vmw-vapi-methodname: post


[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Feedback

Was this page helpful?