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