ProfileExecuteResultStatus_enum

ProfileExecuteResultStatus_enum
ProfileExecuteResultStatus_enum

Defines the result status values for a HostProfile.ExecuteHostProfile operation.

The result data is contained in the ProfileExecuteResult data object.

Possible values:

  • success: Profile execution was successful.

    You can use the output configuration data to apply the profile to a host.

  • needInput: Additional data is required to complete the operation.

    The data requirements are defined in the list of policy options for the profile (ApplyProfile.policy[]).

  • error: Profile execution generated an error.

    See ProfileExecuteResult.error.

This data structure has no properties.
Enumeration: success, needInput, error,