Chorus
Supports:
Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
auth_method | string | Accepted Values: basic, api_key | true | false |
username | string | (required if auth_method is “basic”) | false | false |
password | string | (required if auth_method is “basic”) | false | false |
api_key | string | (required if auth_method is “api_key”) | false | false |
Example
1 { 2 "name": "Chorus connection", 3 "type": "chorus", 4 "configuration": { 5 "api_key": "", 6 "auth_method": "", 7 "password": "", 8 "username": "" 9 } 10 }