Response containing the activated features
| name | data type | description |
|---|---|---|
| features | array of NodeFeature | Get the activated features |
Properties inherited from GenericResponse |
||
| messages | array of Message | Messages contained in the response (which should be shown to the user) |
| responseInfo | ResponseInfo | |
Example
{
"features" : [ "live_urls_per_node", "asset_management" ],
"messages" : [ { }, { } ],
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "...",
"property" : "..."
}
}