Host System Get Config Manager

Host System Get Config Manager

Host configuration systems.

In releases after vSphere API 5.0, vSphere Servers might not generate property collector update notifications for this property. To obtain the latest value of the property, you can use PropertyCollector methods RetrievePropertiesEx or WaitForUpdatesEx. If you use the PropertyCollector.WaitForUpdatesEx method, specify an empty string for the version parameter. Any other version value will not produce any property values as no updates are generated.

Request
URI
GET
https://{vcenter-host}/sdk/vim25/{release}/HostSystem/{moId}/configManager
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 HostSystem/{moId}.

string
release
Required

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


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns HostConfigManager of type(s) application/json
This response body class contains all of the following: DataObject
{
    "_typeName": "string",
    "cpuScheduler": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "datastoreSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "memoryManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "storageSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "networkSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "vmotionSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "virtualNicManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "serviceSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "firewallSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "advancedOption": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "diagnosticSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "autoStartManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "snmpSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "dateTimeSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "patchManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "imageConfigManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "bootDeviceSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "firmwareSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "healthStatusSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "pciPassthruSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "licenseManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "kernelModuleSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "authenticationManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "powerSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "cacheConfigurationManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "esxAgentHostManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "iscsiManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "vFlashManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "vsanSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "messageBusProxy": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "userDirectory": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "accountManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "hostAccessManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "graphicsManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "vsanInternalSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "certificateManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "cryptoManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "nvdimmSystem": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "assignableHardwareManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
cpuScheduler
Optional

Reference to an instance of the HostCpuSchedulerSystem managed object.

datastoreSystem
Optional

Reference to an instance of the HostDatastoreSystem managed object.

memoryManager
Optional

Reference to an instance of the HostMemorySystem managed object.

storageSystem
Optional

Reference to an instance of the HostStorageSystem managed object.

networkSystem
Optional

Reference to an instance of the HostNetworkSystem managed object.

vmotionSystem
Optional

Reference to an instance of the HostVMotionSystem managed object.

virtualNicManager
Optional

Reference to an instance of the HostVirtualNicManager managed object.

serviceSystem
Optional

Reference to an instance of the HostServiceSystem managed object.

firewallSystem
Optional

Reference to an instance of the HostFirewallSystem managed object.

advancedOption
Optional

Reference to an instance of the OptionManager managed object.

diagnosticSystem
Optional

Reference to an instance of the HostDiagnosticSystem managed object.

autoStartManager
Optional

Reference to an instance of the HostAutoStartManager managed object.

snmpSystem
Optional

Reference to an instance of the HostSnmpSystem managed object.

dateTimeSystem
Optional

Reference to an instance of the HostDateTimeSystem managed object.

patchManager
Optional

Reference to an instance of the HostPatchManager managed object.

imageConfigManager
Optional

Reference to an instance of the HostImageConfigManager managed object.

bootDeviceSystem
Optional

Reference to an instance of the HostBootDeviceSystem managed object.

firmwareSystem
Optional

Reference to an instance of the HostFirmwareSystem managed object.

healthStatusSystem
Optional

Reference to an instance of the HostHealthStatusSystem managed object.

pciPassthruSystem
Optional

Reference to an instance of the HostPciPassthruSystem managed object.

licenseManager
Optional

Reference to an instance of the LicenseManager managed object.

kernelModuleSystem
Optional

Reference to an instance of the HostKernelModuleSystem managed object.

authenticationManager
Optional

Reference to an instance of the HostAuthenticationManager managed object.

powerSystem
Optional

Reference to an instance of the HostPowerSystem managed object.

cacheConfigurationManager
Optional

Reference to an instance of the HostCacheConfigurationManager managed object.

esxAgentHostManager
Optional

Reference to an instance of the HostEsxAgentHostManager managed object.

iscsiManager
Optional

Reference to an instance of the IscsiManager managed object.

vFlashManager
Optional

Reference to an instance of the HostVFlashManager managed object.

vsanSystem
Optional

Reference to an instance of the HostVsanSystem managed object.

messageBusProxy
Optional

Reference to an instance of the MessageBusProxy managed object.

userDirectory
Optional

Reference to an instance of the UserDirectory managed object.

accountManager
Optional

Reference to an instance of the HostLocalAccountManager managed object.

hostAccessManager
Optional

Reference to an instance of the HostAccessManager managed object.

graphicsManager
Optional

Reference to an instance of the HostGraphicsManager managed object.

vsanInternalSystem
Optional

Reference to an instance of the HostVsanInternalSystem managed object.

certificateManager
Optional

Reference to an instance of the HostCertificateManager managed object.

cryptoManager
Optional

Reference to an instance of the CryptoManager managed object.

nvdimmSystem
Optional

Reference to an instance of the HostNvdimmSystem managed object.

assignableHardwareManager
Optional

Reference to an instance of the HostAssignableHardwareManager managed object.


Host System Operations
POST
Host System Acquire Cim Services Ticket
POST
Host System Configure Crypto Key
POST
Host System Destroy Task
POST
Host System Disconnect Host Task
POST
Host System Enable Crypto
POST
Host System Enter Lockdown Mode
POST
Host System Enter Maintenance Mode Task
POST
Host System Exit Lockdown Mode
POST
Host System Exit Maintenance Mode Task
GET
Host System Get Alarm Actions Enabled
GET
Host System Get Answer File Validation Result
GET
Host System Get Answer File Validation State
GET
Host System Get Available Field
GET
Host System Get Capability
GET
Host System Get Compliance Check Result
GET
Host System Get Compliance Check State
GET
Host System Get Config
GET
Host System Get Config Issue
GET
Host System Get Config Manager
GET
Host System Get Config Status
GET
Host System Get Custom Value
GET
Host System Get Datastore
GET
Host System Get Datastore Browser
GET
Host System Get Declared Alarm State
GET
Host System Get Disabled Method
GET
Host System Get Effective Role
GET
Host System Get Hardware
GET
Host System Get Licensable Resource
GET
Host System Get Name
GET
Host System Get Network
GET
Host System Get Overall Status
GET
Host System Get Parent
GET
Host System Get Permission
GET
Host System Get Precheck Remediation Result
GET
Host System Get Recent Task
GET
Host System Get Remediation Result
GET
Host System Get Remediation State
GET
Host System Get Runtime
GET
Host System Get Summary
GET
Host System Get System Resources
GET
Host System Get Tag
GET
Host System Get Triggered Alarm State
GET
Host System Get Value
GET
Host System Get Vm
POST
Host System Power Down Host To Stand By Task
POST
Host System Power Up Host From Stand By Task
POST
Host System Prepare Crypto
POST
Host System Query Host Connection Info
POST
Host System Query Memory Overhead
POST
Host System Query Memory Overhead Ex
POST
Host System Query Product Locker Location
POST
Host System Query Tpm Attestation Report
POST
Host System Reboot Host Task
POST
Host System Reconfigure Host For DAS Task
POST
Host System Reconnect Host Task
POST
Host System Reload
POST
Host System Rename Task
POST
Host System Retrieve Free Epc Memory
POST
Host System Retrieve Hardware Uptime
POST
Host System Set Custom Value
POST
Host System Shutdown Host Task
POST
Host System Update Flags
POST
Host System Update Ipmi
POST
Host System Update Product Locker Location Task
POST
Host System Update System Resources
POST
Host System Update System Swap Configuration