HostProfileSerializedHostProfileSpec
HostProfileSerializedHostProfileSpec
The HostProfileSerializedHostProfileSpec data object contains a string representation of a host profile.
Use this object when you create a host profile from a file.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"annotation": "string",
"enabled": false,
"profileConfigString": "string",
"validatorHost": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"validating": false
}
boolean
validating
Optional
If "false", then the host profile will be saved without being validated.
The default if not specified is "true". This option should be used with caution, since the resulting host profile will not be checked for errors.