Created
February 27, 2016 06:23
-
-
Save scr512/cca8e1d90a43869839ed to your computer and use it in GitHub Desktop.
Cyclotron (https://github.com/ExpediaInceCommercePlatform/cyclotron) Data Source example grabbing SyncIQ status
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": "Your Isilon Cluster SyncIQ", | |
"options": { | |
"auth": { | |
"pass": "yourrootpasswordhere", | |
"user": "root" | |
}, | |
"strictSSL": false | |
}, | |
"postProcessor": "pp = function(data) {\n return(data.policies);\n};", | |
"refresh": 300, | |
"sortBy": [], | |
"type": "json", | |
"url": "https://your-isilon-cluster:8080/platform/1/sync/policies" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment