validateL2NetworkExtensionsResponse
validateL2NetworkExtensionsResponse
JSON Example
{
"data": {
"jobId": "string",
"validationResult": [
{
"sourceNetworkId": "string",
"status": "string",
"warnings": [
{
"code": "string",
"message": "string",
"details": {}
}
],
"errors": [
{
"code": "string",
"message": "string",
"details": {}
}
]
}
]
},
"warnings": [
{
"message": "string"
}
],
"errors": [
{
"code": "string",
"message": "string"
}
]
}