Host V Flash Manager Get V Flash Config Info

Host V Flash Manager Get V Flash Config Info

Host vFlash configuration information.

Request
URI
GET
https://{api_host}/sdk/vim25/{release}/HostVFlashManager/{moId}/vFlashConfigInfo
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 HostVFlashManager/{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: HostVFlashManagerVFlashConfigInfo
{
    "0": "H",
    "1": "o",
    "2": "s",
    "3": "t",
    "4": "V",
    "5": "F",
    "6": "l",
    "7": "a",
    "8": "s",
    "9": "h",
    "10": "M",
    "11": "a",
    "12": "n",
    "13": "a",
    "14": "g",
    "15": "e",
    "16": "r",
    "17": "V",
    "18": "F",
    "19": "l",
    "20": "a",
    "21": "s",
    "22": "h",
    "23": "C",
    "24": "o",
    "25": "n",
    "26": "f",
    "27": "i",
    "28": "g",
    "29": "I",
    "30": "n",
    "31": "f",
    "32": "o",
    "33": " ",
    "34": "O",
    "35": "b",
    "36": "j",
    "37": "e",
    "38": "c",
    "39": "t"
}

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