RegisterHealthUpdateProviderRequestType

RegisterHealthUpdateProviderRequestType
RegisterHealthUpdateProviderRequestType

The parameters of RegisterHealthUpdateProvider.

JSON Example
{
    "name": "string",
    "healthUpdateInfo": [
        {
            "_typeName": "string",
            "id": "string",
            "componentType": "string",
            "description": "string"
        }
    ]
}
string
name
Required

The provider name. Should follow Java package naming convention to minimize name clashes with currently registered providers. For example, "com.vmware.HealthUpdateProvider".

healthUpdateInfo
Optional

The list of healthUpdateInfo that can be reported in healthUpdates.