Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Created January 24, 2017 20:55
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 sirkirby/72cdbeac7f8273da955b3e3784ab7083 to your computer and use it in GitHub Desktop.
Save sirkirby/72cdbeac7f8273da955b3e3784ab7083 to your computer and use it in GitHub Desktop.
Runscope Azure Storage API Table Query w/ SAS
{
"trigger_url": "https://api.runscope.com/radar/fcb31ec5-f6ac-43a4-ac7c-999999999999/trigger",
"name": "Azure Storage",
"version": "1.0",
"exported_at": 1485291106,
"steps": [
{
"url": "https://{{accountName}}.table.core.windows.net/{{tableName}}?st=2017-01-23T20:39:00Z&se=2018-01-24T20:39:00Z&sp=raud&sv=2015-12-11&tn={{tableName}}&sig=9999999999999999999999999999999=&$filter=PartitionKey eq '12345' and RowKey eq '678910'",
"variables": [],
"args": {},
"step_type": "request",
"auth": {},
"fragment": "",
"note": "",
"headers": {},
"assertions": [
{
"comparison": "equal_number",
"value": 200,
"source": "response_status"
}
],
"scripts": [],
"before_scripts": [],
"data": "",
"method": "GET"
}
],
"description": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment