Response for a datasource load request.
| name | data type | description |
|---|---|---|
| datasource | Datasource | Datasource |
| messages | array of Message | Messages contained in the response (which should be shown to the user) |
| responseInfo | ResponseInfo |
Example
{
"datasource" : {
"id" : 12345,
"globalId" : "...",
"type" : "STATIC",
"name" : "..."
},
"messages" : [ { }, { } ],
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "...",
"property" : "..."
}
}