All URIs are relative to https://localhost:8443/
| Method | HTTP request | Description |
|---|---|---|
| get_api_group | GET /apis/autoscaling | get information of a group |
get_api_group()
get information of a group
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.ApisAutoscaling()
try:
# get information of a group
api_instance.get_api_group()
except ApiException as e:
print "Exception when calling ApisAutoscaling->get_api_group: %s\n" % eThis endpoint does not need any parameter.
void (empty response body)
No authorization required
- 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]