All URIs are relative to https://localhost:8443/
Method | HTTP request | Description |
---|---|---|
func1 | GET /oapi | list supported server API versions |
func1()
list supported server API versions
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.Oapi()
try:
# list supported server API versions
api_instance.func1()
except ApiException as e:
print "Exception when calling Oapi->func1: %s\n" % e
This endpoint does not need any parameter.
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]