Open Kilda Java Documentation
app.tests.get_links Namespace Reference

Variables

string url = "http://localhost:8088/api/v1/links"
 
dictionary headers
 
 result = requests.get(url, headers=headers)
 

Detailed Description

get_links.py - get all the links

The path is NB -> TER -> NEO4J.

Variable Documentation

◆ headers

dictionary app.tests.get_links.headers
Initial value:
1 = {
2  'Content-Type': 'application/json',
3  'Authorization': 'Basic %s' % b64encode(b"kilda:kilda").decode("ascii")
4 }

Definition at line 10 of file get_links.py.

◆ result

app.tests.get_links.result = requests.get(url, headers=headers)

Definition at line 22 of file get_links.py.

◆ url

string app.tests.get_links.url = "http://localhost:8088/api/v1/links"

Definition at line 9 of file get_links.py.