serviceMesh

serviceMesh
serviceMesh
JSON Example
{
    "serviceMeshId": "string",
    "name": "string",
    "isLocalMesh": false,
    "orchestratorInfo": {
        "type": "string",
        "info": {
            "srcSiteId": "string",
            "dstSiteId": "string",
            "mobilityMeshId": "string"
        }
    },
    "updateAvailable": false,
    "switchPairCount": [
        {
            "switches": [
                {
                    "cmpId": "string",
                    "id": "string",
                    "type": "string",
                    "name": "string",
                    "maxMtu": "number",
                    "l2cApplianceCount": "number",
                    "host": {
                        "id": "string",
                        "name": "string"
                    },
                    "status": {
                        "state": "string",
                        "errorMessage": "string"
                    }
                }
            ],
            "l2cApplianceCount": "number"
        }
    ],
    "wanoptConfig": {
        "uplinkMaxBandwidth": "number"
    },
    "services": [
        {
            "name": "string"
        }
    ],
    "computeProfiles": [
        {
            "endpointId": "string",
            "endpointName": "string",
            "computeProfileId": "string",
            "computeProfileName": "string",
            "locationType": "string",
            "smConsumptionInGB": 0,
            "overriddenUplink": false,
            "isInitiator": false,
            "networks": [
                {
                    "id": "string",
                    "name": "string",
                    "overriddenMtu": 0,
                    "tags": [
                        "string"
                    ]
                }
            ]
        }
    ],
    "trafficEnggCfg": {
        "isAppPathResiliencyEnabled": false,
        "isTcpFlowConditioningEnabled": false,
        "isEncryptionlessTunnelEnabledForMigration": false,
        "isEncryptionlessTunnelEnabledForNE": false,
        "groEnabled": false
    }
}
string
serviceMeshId
Optional

serviceMeshId

string
name
Required

name

boolean
isLocalMesh
Optional

isLocalMesh

orchestratorInfo
Optional

orchestratorInfo

boolean
updateAvailable
Optional

updateAvailable

array of switchPair
switchPairCount
Optional
Constraints: minItems: 1

switchPairCount

wanoptConfig
Optional

wanoptConfig

array of ixservice
services
Required
Constraints: minItems: 1

services

computeProfiles
Required
Constraints: minItems: 1

computeProfiles

trafficEnggCfg
Optional

Service Mesh traffic engineering configuration options.