14.2. API endpoints
The following API endpoints are available:
/apis/network.operator.openshift.io/v1/egressrouters-
GET: list objects of kind EgressRouter
-
/apis/network.operator.openshift.io/v1/namespaces/{namespace}/egressrouters-
DELETE: delete collection of EgressRouter -
GET: list objects of kind EgressRouter -
POST: create an EgressRouter
-
/apis/network.operator.openshift.io/v1/namespaces/{namespace}/egressrouters/{name}-
DELETE: delete an EgressRouter -
GET: read the specified EgressRouter -
PATCH: partially update the specified EgressRouter -
PUT: replace the specified EgressRouter
-
/apis/network.operator.openshift.io/v1/namespaces/{namespace}/egressrouters/{name}/status-
GET: read status of the specified EgressRouter -
PATCH: partially update status of the specified EgressRouter -
PUT: replace status of the specified EgressRouter
-
- HTTP method
-
GET - Description
- list objects of kind EgressRouter
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |