InvalidAgentConfiguration

InvalidAgentConfiguration
InvalidAgentConfiguration

Deprecated as of vSphere 9.0. Please refer to vLCM APIs.

An InvalidAgentConfiguration fault is thrown when the agent configuration of an agency configuration is empty or invalid.

See also AgencyConfigInfo.

This structure may be used only with operations rendered under /eam.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "invalidAgentConfiguration": {
        "_typeName": "string",
        "productLineId": "string",
        "hostVersion": "string",
        "ovfPackageUrl": "string",
        "authenticationScheme": "string",
        "ovfSslTrust": {
            "_typeName": "string"
        },
        "ovfEnvironment": {
            "_typeName": "string",
            "ovfProperty": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": "string"
                }
            ]
        },
        "vibUrl": "string",
        "vibSslTrust": {
            "_typeName": "string"
        },
        "vibMatchingRules": [
            {
                "_typeName": "string",
                "vibNameRegex": "string",
                "vibVersionRegex": "string"
            }
        ],
        "vibName": "string",
        "dvFilterEnabled": false,
        "rebootHostAfterVibUninstall": false,
        "vmciService": [
            "string"
        ],
        "ovfDiskProvisioning": "string",
        "vmStoragePolicies": [
            {
                "_typeName": "string"
            }
        ],
        "vmResourceConfiguration": "string"
    },
    "invalidField": "string"
}
invalidAgentConfiguration
Optional

An optional invalid agent configuration.

string
invalidField
Optional

The invalid field.

Deprecated