Summary
Get the integration schema.
Description
Get the integration schema.
Route
GET /schema/integrations/:name
Roles
admin
apiread
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
name |
string |
yes |
The name for the selected integration. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
schema |
object |
Contains the schema for an integration. |
Copied to Clipboard
{
"schema": {
"loggerProps": {
"log_max_files": 100,
"log_max_file_size": 1048576,
"log_level": "trace",
"log_directory": "/var/log/pronghorn",
"log_filename": "pronghorn.log",
"console_level": "warn",
"description": "Logging",
"log_timezone_offset": -5,
"metrics_filename": "metrics.log",
"metrics_max_files": 31,
"metrics_rotation_interval": "7d",
"metrics_rotation_size": "10M",
"syslog": {
"level": "info",
"facility": "local0",
"type": "5424",
"path": "",
"pid": "process.pid",
"localhost": "",
"app_name": "",
"eol": "CR"
}
},
"isEncrypted": true,
"model": "",
"name": "",
"type": "Application",
"properties": {
"id": "",
"type": "local_aaa",
"brokers": [
"aaa"
],
"groups": [
"5fe9f10cc1fca243d562e1d8",
"5fe9f10cc1fca243d562e1d8",
"5fe9f10cc1fca243d562e1d8",
"5fe9f10cc1fca243d562e1d8",
"5fe9f10cc1fca243d562e1d8"
]
},
"profiling": false,
"virtual": false,
"systemProps": {
"maxOldSpaceSize": 2048
},
"eventDeduplication": {
"active": false,
"cacheTtl": 10000,
"algorithm": "md5",
"uniqueProps": [
"/messageId",
"/messageId",
"/messageId",
"/messageId"
]
}
},
"decorators": [
{
"type": "encryption",
"pointer": "/rabbitmq/password"
}
]
}