Chorus

Supports:

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
auth_methodstringAccepted Values: basic, api_keytruefalse
usernamestring(required if auth_method is “basic”)falsefalse
passwordstring(required if auth_method is “basic”)falsefalse
api_keystring(required if auth_method is “api_key”)falsefalse

Example

1{
2 "name": "Chorus connection",
3 "type": "chorus",
4 "configuration": {
5 "api_key": "",
6 "auth_method": "",
7 "password": "",
8 "username": ""
9 }
10}