Skip to content
Search
K
Main Navigation
Learn
Resources
Official Apps
API Reference
Release Notes
Appearance
Menu
Return to top
Get an ingress
GET
/resources/ingresses/{ingressId}
Parameters
Path Parameters
ingressId
*
Type
string
Required
appId
*
Type
string
Required
Responses
200
400
401
403
OK
Content-Type
text/plain
Schema
JSON
JSON
{
"ingressId"
:
"string"
,
"type"
:
"string"
,
"componentId"
:
"string"
,
"acl"
:
[
"string"
]
,
"properties"
:
{
}
}
GET
/resources/ingresses/{ingressId}
Samples