Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
application_id | string | true | false |
Example
1 { 2 "name": "heap connection", 3 "type": "heap", 4 "configuration": { 5 "application_id": "1234567890" 6 } 7 }
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
application_id | string | true | false |
1 { 2 "name": "heap connection", 3 "type": "heap", 4 "configuration": { 5 "application_id": "1234567890" 6 } 7 }