InvalidAgentConfiguration

InvalidAgentConfiguration
InvalidAgentConfiguration

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",
        "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"
            }
        ]
    },
    "invalidField": "string"
}
invalidAgentConfiguration
Optional

A description of what should be put on a host.

By setting the productLineId and hostVersion, you can specify the types of hosts for which to use the ConfigInfo.

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

string
invalidField
Optional

The invalid field.