Skip to content

Instantly share code, notes, and snippets.

@scr512
Created February 27, 2016 06:23
Show Gist options
  • Save scr512/cca8e1d90a43869839ed to your computer and use it in GitHub Desktop.
Save scr512/cca8e1d90a43869839ed to your computer and use it in GitHub Desktop.
Cyclotron (https://github.com/ExpediaInceCommercePlatform/cyclotron) Data Source example grabbing SyncIQ status
{
"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