capabilitiesListResponse
capabilitiesListResponse
JSON Example
{
"items": [
{
"endpoints": [
{
"endpointId": "string"
}
],
"isInterconnectCapable": false,
"isFleetCapable": false,
"customFleetNetworkCapable": false,
"resourceCapabilities": [
{
"resources": [
{
"endpointId": "string",
"resourceId": "string"
}
],
"interconnectDeploy": {
"isSupported": false,
"message": "string"
},
"fleetDeploy": {
"message": "string",
"isSupported": false
},
"interconnectUpgrade": {
"message": "string",
"isSupported": false
},
"pmtuConfiguration": false
}
],
"warnings": [
{
"message": "string"
}
],
"errors": [
{
"code": "string",
"message": "string"
}
]
}
],
"warnings": [
{
"message": "string"
}
],
"errors": [
{
"code": "string",
"message": "string"
}
]
}