Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.17 KB

File metadata and controls

49 lines (32 loc) · 1.17 KB

lib_openshift.ApisExtensions

All URIs are relative to https://localhost:8443/

Method HTTP request Description
get_api_group GET /apis/extensions get information of a group

get_api_group

get_api_group()

get information of a group

Example

import time
import lib_openshift
from lib_openshift.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = lib_openshift.ApisExtensions()

try: 
    # get information of a group
    api_instance.get_api_group()
except ApiException as e:
    print "Exception when calling ApisExtensions->get_api_group: %s\n" % e

Parameters

This endpoint does not need any parameter.

Return type

void (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json, application/yaml
  • Accept: application/json, application/yaml

[Back to top] [Back to API list] [Back to Model list] [Back to README]