{
"ct_user_id": 0,
"os_id": "string",
"cluster_uuid": "string",
"metadata": {
"name": "string",
"labels": {
"app": "string"
},
"annotations": {
"kubernetes.io/ingress.class": "string"
}
},
"spec": {
"rules": [
{
"host": "string",
"http": {
"paths": [
{
"path": "string",
"backend": {
"serviceName": "string",
"servicePort": 0
}
}
]
}
}
]
}
}
curl --location --request POST '/api/cce/ingresses/update/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ct_user_id": 0,
"os_id": "string",
"cluster_uuid": "string",
"metadata": {
"name": "string",
"labels": {
"app": "string"
},
"annotations": {
"kubernetes.io/ingress.class": "string"
}
},
"spec": {
"rules": [
{
"host": "string",
"http": {
"paths": [
{
"path": "string",
"backend": {
"serviceName": "string",
"servicePort": 0
}
}
]
}
}
]
}
}'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": null,
"next": null,
"total_count": 0,
"results": [
{
"id": 0,
"create_time": "string",
"update_time": "string",
"order_time": null,
"user_id": 0,
"ct_user_platforms_id": 0,
"dc_id": 0,
"deleted": true,
"uuid": "string",
"detail": "string",
"extra_info": "string",
"removed_time": null,
"is_paas": true,
"zone_id": "string",
"jobid": null,
"namespace": 0,
"name": "string",
"api_version": "string",
"metadata": "string",
"spec": "string",
"status": null,
"ct_user_id": 0
}
],
"code": 0
}