curl --location --request GET '/v1/tenant//project//environment//applications//services'{
"data": null,
"errorData": null,
"message": "string",
"Data": {
"ingresses": [
{
"host": "string",
"ingressClassName": "string",
"ingressPort": 0,
"servicePort": "string"
}
],
"ports": [
{
"appProtocol": "string",
"name": "string",
"nodePort": 0,
"port": 0,
"protocol": "string",
"targetPort": {
"intVal": 0,
"strVal": "string",
"type": 0
}
}
],
"serviceIP": "string"
}
}