Skip to content

Instantly share code, notes, and snippets.

@cscotta
Forked from amastracci/boundaryConv.txt
Created September 12, 2012 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cscotta/3703184 to your computer and use it in GitHub Desktop.
Save cscotta/3703184 to your computer and use it in GitHub Desktop.
Boundary Conversation API
sending request for data:
{
"filter": {
"hosted_by_meters_saved_search": "8ASDF9751HFASF98SS",
"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