Skip to content

Instantly share code, notes, and snippets.

@gkhays
Created April 6, 2018 19:31
Show Gist options
  • Save gkhays/1edb0d2ba53f8ac0211a2a4f2face595 to your computer and use it in GitHub Desktop.
Save gkhays/1edb0d2ba53f8ac0211a2a4f2face595 to your computer and use it in GitHub Desktop.
{
"data-source-name": "Rocket.Chat Identity Collector",
"collector-name": "Identity",
"collector-type": "IDENTITY",
"service-identifier": "RocketChatIdentity",
"version": "1.0.0",
"class": "com.netiq.daas.rocketchat.RocketChatCollectorService",
"allow-connection-test": true,
"ecma-scripts": [],
"service-parms": [
{
"name": "server",
"display-name": "Host",
"description": "IP or DNS address of Target Server",
"data-type": "string",
"value": "10.45.14.102",
"required": true,
"options": null
},
{
"name": "protocol",
"data-type": "string",
"value": "http",
"required": true
},
{
"name": "service-url",
"data-type": "string",
"value": "api/v1",
"required": true
},
{
"name": "login-path",
"data-type": "string",
"value": "login",
"required": true
},
{
"name": "logout-path",
"data-type": "string",
"value": "logout",
"required": true
},
{
"name": "user-path",
"data-type": "string",
"value": "users.list",
"required": true
},
{
"name": "port",
"data-type": "numeric",
"value": 8080,
"required": false
},
{
"name": "page-size-limit",
"data-type": "numeric",
"value": 1,
"required": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment