Created
January 24, 2017 20:55
-
-
Save sirkirby/72cdbeac7f8273da955b3e3784ab7083 to your computer and use it in GitHub Desktop.
Runscope Azure Storage API Table Query w/ SAS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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