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
edgemicro_whatsup2: | |
revision: '15' | |
proxy_name: 'default2' | |
base_path: '/iloveapis/extra' | |
target_name: 'default2' | |
url: 'http://mocktarget.apigee.net/' | |
vhost: myvhost | |
plugins: | |
- verify-api-key |
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
edgemicro_whatsup: | |
revision: '15' | |
proxy_name: 'default' | |
base_path: '/iloveapis/extra' | |
target_name: 'default' | |
url: 'http://mocktarget.apigee.net/' | |
vhost: myvhost | |
plugins: | |
- verify-api-key |
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
config: | |
target: '{{target}}' | |
tls: | |
rejectUnauthorized: true | |
timeout: 30 | |
variables: | |
auth_base_url: '{{auth_base_url}}' | |
client_id: '{{client_id}}' | |
client_secret: '{{client_secret}}' | |
plugins: |
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
{ | |
"name": "Chad Greenway", | |
"jersey": "52", | |
"last_name": "Greenway", | |
"first_name": "Chad", | |
"abbr_name": "C.Greenway", | |
"preferred_name": "Chad", | |
"birth_date": "1983-01-12", | |
"weight": 242.0, | |
"height": 74, |
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": "c8dc876a-099e-4e95-93dc-0eb143c6954f", | |
"status": "closed", | |
"reference": "56911", | |
"number": 11, | |
"scheduled": "2016-09-11T20:05:00+00:00", | |
"attendance": 69012, | |
"utc_offset": -8, | |
"entry_mode": "INGEST", | |
"weather": "Sunny Temp: 61 F, Humidity: 68%, Wind: ESE 2 mph", |
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": "c8dc876a-099e-4e95-93dc-0eb143c6954f", | |
"status": "closed", | |
"reference": "56911", | |
"number": 11, | |
"scheduled": "2016-09-11T20:05:00+00:00", | |
"attendance": 69012, | |
"utc_offset": -8, | |
"entry_mode": "INGEST", | |
"weather": "Sunny Temp: 61 F, Humidity: 68%, Wind: ESE 2 mph", |
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
# Telegraf Configuration | |
# | |
# Telegraf is entirely plugin driven. All metrics are gathered from the | |
# declared inputs, and sent to the declared outputs. | |
# | |
# Plugins must be declared in here to be active. | |
# To deactivate a plugin, comment out the name and any variables. | |
# | |
# Use 'telegraf -config telegraf.conf -test' to see what metrics a config | |
# file would generate. |
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
[ | |
{ | |
"scopeuuid": "ABCDEF", | |
"deployments": [ | |
{ | |
"deploymentId": 1234567890, | |
"displayName": "abc123", | |
"created":"1481917061", | |
"updated":"1481917061", | |
"createdBy":"mdobs", |
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
scopes: | |
3cef180d: | |
proxies: | |
edgemicro_hello: | |
revision: '15' | |
proxy_name: 'default' | |
base_path: '/iloveapis' | |
target_name: 'default' | |
url: 'http://mocktarget.apigee.net/' | |
vhost: myvhost |
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
scopes: | |
3cef180d: | |
proxies: | |
edgemicro_hello: | |
revision: '15' | |
proxy_name: 'default' | |
base_path: '/iloveapis' | |
target_name: 'default' | |
url: 'http://mocktarget.apigee.net/' | |
vhost: myvhost |
NewerOlder