This is a cache of https://docs.okd.io/3.10/rest_api/apis/v1.APIGroupList.html. It is a snapshot of the page at 2024-09-27T02:19:33.088+0000.
v1.<strong>api</strong>GroupList - /<strong>api</strong>s/v1 | REST <strong>api</strong> Reference | OKD 3.10
×

Description

apiGroupList is a list of apiGroup, to allow clients to discover the api at /apis.

Object Schema

Expand or mouse-over a field for more information about it.

apiVersion:
groups:
- apiVersion:
kind:
name:
preferredVersion:
groupVersion:
version:
serverAddressByClientCIDRs:
- clientCIDR:
serverAddress:
versions:
- groupVersion:
version:
kind:

Operations

Get all apiGroupLists

Get available api versions

HTTP request

GET /apis/ HTTP/1.1
Authorization: Bearer $TOKEN
Accept: application/json
Connection: close

Curl request

$ curl -k \
    -H "Authorization: Bearer $TOKEN" \
    -H 'Accept: application/json' \
    https://$ENDPOINT/apis/

Responses

HTTP Code Schema

200 OK

v1.apiGroupList

401 Unauthorized

Consumes

  • application/json

  • application/yaml

  • application/vnd.kubernetes.protobuf

Produces

  • application/json

  • application/yaml

  • application/vnd.kubernetes.protobuf