Open Kilda Java Documentation
clean-flow-rules Namespace Reference

Variables

string url = "http://localhost:8088/api/v1/flows/c3none"
 
dictionary headers
 
 result = requests.delete(url, headers=headers)
 

Variable Documentation

◆ headers

dictionary clean-flow-rules.headers
Initial value:
1 = {
2  'Content-Type': 'application/json',
3  'correlation_id': 'delete-flow-1',
4  'Authorization': 'Basic %s' % b64encode(b"kilda:kilda").decode("ascii")
5 }

Definition at line 21 of file clean-flow-rules.py.

◆ result

clean-flow-rules.result = requests.delete(url, headers=headers)

Definition at line 33 of file clean-flow-rules.py.

◆ url

string clean-flow-rules.url = "http://localhost:8088/api/v1/flows/c3none"

Definition at line 20 of file clean-flow-rules.py.