License Manager Get Diagnostics

License Manager Get Diagnostics

Deprecated as of vSphere API 4.0, this property is not used by the system.

Return current diagnostic information.

Request
URI
GET
https://{api_host}/sdk/vim25/{release}/LicenseManager/{moId}/diagnostics
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId, in this case LicenseManager/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

This response body class contains all of the following: LicenseDiagnostics
{
    "0": "L",
    "1": "i",
    "2": "c",
    "3": "e",
    "4": "n",
    "5": "s",
    "6": "e",
    "7": "D",
    "8": "i",
    "9": "a",
    "10": "g",
    "11": "n",
    "12": "o",
    "13": "s",
    "14": "t",
    "15": "i",
    "16": "c",
    "17": "s",
    "18": " ",
    "19": "O",
    "20": "b",
    "21": "j",
    "22": "e",
    "23": "c",
    "24": "t"
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/LicenseManager/{moId}/diagnostics