Summary
Get the adapter schema.
Description
Get the adapter schema.
Route
GET /schema/adapters/:name
Roles
admin
apiread
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
name |
string |
yes |
The name for the selected adapter. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
schema |
object |
Contains the schema for an adapter. |
Copied to Clipboard
{
"schema": {
"loggerProps": {
"log_max_files": 100,
"log_max_file_size": 1048576,
"log_level": "spam",
"log_directory": "/var/log/pronghorn",
"log_filename": "pronghorn.log",
"console_level": "spam",
"description": "Logging",
"log_timezone_offset": 0,
"metrics_filename": "metrics.log",
"metrics_max_files": 31,
"metrics_rotation_interval": "7d",
"metrics_rotation_size": "10M",
"syslog": {
"level": "warning",
"facility": "local0",
"type": "5424",
"path": "",
"pid": "process.pid",
"localhost": "localhost",
"app_name": "process.title",
"eol": ""
}
},
"isEncrypted": true,
"model": "",
"name": "Local AAA",
"type": "Application",
"profiling": false,
"virtual": false,
"systemProps": {
"maxOldSpaceSize": 1024
},
"eventDeduplication": {
"active": true,
"cacheTtl": 10000,
"uniqueProps": [
"/messageId"
]
}
},
"decorators": [
{
"type": "encryption",
"pointer": "/redisProps/password"
},
{
"type": "encryption",
"pointer": "/redisProps/password"
},
{
"type": "encryption",
"pointer": "/redisProps/password"
}
]
}