SVMConfigureIssue
SVMConfigureIssue
Type of issue and detailed description of the issues in case of post-VM deployment configuration failure.
JSON Example
{
"errors": [
{
"error_id": 0,
"error_message": "string"
}
],
"service_instance_id": "string"
}
array of
SIErrorClass
errors
Optional
List of errors along with details like errorId and error messages.
string
service_instance_id
Optional
The ID of service instance which was deployed.