Skip to content

Instantly share code, notes, and snippets.

@amastracci
Created September 11, 2012 23:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save amastracci/3703104 to your computer and use it in GitHub Desktop.
Save amastracci/3703104 to your computer and use it in GitHub Desktop.
Boundary Conversation API
sending request for data:
{
"filter": {
"transport": [
{
"port": 53723,
"protocol": 6
},
{
"port": 53616,
"protocol": 6
},
{
"port": 51051,
"protocol": 6
},
{
"port": 51441,
"protocol": 6
}
]
},
"name": "andrewnet"
}
https://api.boundary.com/{pertinoAPIKey}/conversations
{"name":"andrewnet","filter":{"transport":[{"port":51051,"protocol":6},{"port":53723,"protocol":6},{"port":51441,"protocol":6},{"port":53616,"protocol":6}]},"id":"8PNMGfcK5Vkx6Of2BM"}
response: 201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment