Create or update an ingress
PUT
/resources/ingresses/{ingressId}
Parameters
Path Parameters
ingressId*
Type
Requiredstring
Request Body
JSON "type": "string", "componentId": "string", "acl": [ "string" ], "properties": { }
{
}
Responses
OK
JSON "ingressId": "string", "type": "string", "componentId": "string", "acl": [ "string" ], "properties": { }
{
}
PUT
/resources/ingresses/{ingressId}