MeshExternalService
Creates or Updates MeshExternalService entity
put/v1/mesh/control-planes/{cpId}/api/meshes/{mesh}/meshexternalservices/{name}
Path parameters
meshstring required
name of the mesh
namestring required
name of the MeshExternalService
Request body
Example request
{
"kri": "kri_extsvc_default_zone-east_kuma-system_myresource1_",
"spec": {
"endpoints": [
{
"address": "example.com"
}
]
},
"creationTime": "0001-01-01T00:00:00Z",
"modificationTime": "0001-01-01T00:00:00Z"
}Response
Successful response