Created
August 15, 2014 21:14
-
-
Save maxlinc/2abc07b5a09a4cfba02a to your computer and use it in GitHub Desktop.
Pitchfork db structure
This file contains 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
{ | |
"_id" : ObjectId("528f67f1192a8b5ae48ebed9"), | |
"add_to_header" : false, | |
"api_uri" : "{ddi}/groups/{group_id}/policies/{policy_id}/webhooks/{webhook_id}", | |
"custom_header_key" : "", | |
"custom_header_value" : "", | |
"data_object" : "", | |
"doc_url" : "http://docs.rackspace.com/cas/api/v1.0/autoscale-devguide/content/DELETE_deleteWebhook_v1.0__tenantId__groups__groupId__policies__policyId__webhooks__webhookId__Webhooks.html", | |
"short_description" : "Delete the specified webhook from the specfied policy on the specified scaling group", | |
"tested" : true, | |
"title" : "Delete Webhook", | |
"use_data" : false, | |
"variables" : [ | |
{ | |
"field_type" : "text", | |
"description" : "Scaling group UUID", | |
"required" : true, | |
"field_display_data" : "", | |
"id_value" : 0, | |
"field_display" : "TextField", | |
"variable_name" : "group_id" | |
}, | |
{ | |
"field_type" : "text", | |
"description" : "Policy UUID", | |
"required" : true, | |
"field_display_data" : "", | |
"id_value" : 1, | |
"field_display" : "TextField", | |
"variable_name" : "policy_id" | |
}, | |
{ | |
"field_type" : "text", | |
"description" : "Webhook UUID", | |
"required" : true, | |
"field_display_data" : "", | |
"id_value" : 2, | |
"field_display" : "TextField", | |
"variable_name" : "webhook_id" | |
} | |
], | |
"verb" : "DELETE" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment