All URIs are relative to https://virtserver.swaggerhub.com/SDX-Controller/1.0.0
| Method | HTTP request | Description |
|---|---|---|
| get_link | GET /link | get an existing link |
get_link()
get an existing link
ID of the link
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.LinkApi()
try:
# get an existing link
api_instance.get_link()
except ApiException as e:
print("Exception when calling LinkApi->get_link: %s\n" % e)This endpoint does not need any parameter.
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]