A generic list.
| name | data type | description |
|---|---|---|
| items | array of ApiRoleConfig |
Example
{
"items" : [ {
"name" : "...",
"roleType" : "...",
"config" : {
"items" : [ { }, { } ]
},
"hostRef" : {
"hostId" : "...",
"hostname" : "..."
}
}, {
"name" : "...",
"roleType" : "...",
"config" : {
"items" : [ { }, { } ]
},
"hostRef" : {
"hostId" : "...",
"hostname" : "..."
}
} ]
}