GenerateHostConfigTaskSpecRequestType

GenerateHostConfigTaskSpecRequestType
GenerateHostConfigTaskSpecRequestType

The parameters of GenerateHostConfigTaskSpec_Task.

JSON Example
{
    "hostsInfo": [
        {
            "_typeName": "string",
            "entity": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "customizations": {
                "_typeName": "string",
                "userInput": [
                    {
                        "_typeName": "string",
                        "inputPath": {
                            "_typeName": "string",
                            "profilePath": "string",
                            "policyId": "string",
                            "parameterId": "string",
                            "policyOptionId": "string"
                        },
                        "parameter": [
                            {
                                "_typeName": "string",
                                "key": "string",
                                "value": {
                                    "_typeName": "string"
                                }
                            }
                        ]
                    }
                ],
                "createdTime": "string",
                "modifiedTime": "string"
            }
        }
    ]
}
hostsInfo
Optional

List of host data for which configuration task list needs to be generated. The StructuredCustomizations.customizations value should be provided only if the host customization data for that host is invalid. If this property is not provided, the API will use the host customization data stored in VC and generate task list.