InfraprofileConfigsValidationResult

The Configs.ValidationResult structure contains fields to describe result of validation of profile specification.


Properties

notifications Optional

Notifications to the user Only set if the notifications were reported by this particular validation.


status Required

The Configs.ValidationStatus structure defines possible values of status of profile spec.
VALID : Profile spec is valid.
INVALID : Profile spec is invalid.

Possible values are: VALIDINVALID

JSON Example

{
	"status": "VALID"
}

Feedback

Was this page helpful?