Ovf_WarningInfo
The WarningInfo structure provides information about the warnings which are raised during the OVF package deployment.
{
"type": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": {
"id": "string",
"params": {
"params": "Std_LocalizationParam Object"
}
},
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"ignored": false
}
The WarningType enumerated type defines the warnings which can be raised during the OVF package deployment.
SELF_SIGNED_CERTIFICATE : The certificate used for signing the OVF package content is self-signed.
EXPIRED_CERTIFICATE : The certificate used for signing the OVF package content is expired.
NOT_YET_VALID_CERTIFICATE : The certificate used for signing the OVF package content is not yet valid.
UNTRUSTED_CERTIFICATE : The certificate used for signing the OVF package content is not trusted.
The LocalizableMessage structure represents localizable string and message template. Services include one or more localizable message templates in the errors they report so that clients can display diagnostic messages in the native language of the user. Services can include localizable strings in the data returned from operations to allow clients to display localized status information in the native language of the user.
Indicates if this warning will be ignored when deploying the OVF package. The value is set to be false when it is returned from LibraryItem.filter, it should be updated to be true when calling LibraryItem.deploy if the warning can be ignored, otherwise the OVF package deployment will fail.