capabilitiesListResponse

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"
        }
    ]
}
array of capability
items
Optional

items

array of warning
warnings
Optional

warnings

array of error
errors
Optional

errors