ComponentRoles
ComponentRoles
Response wrapper for list of provisioned component roles
JSON Example
{
"componentRoles": [
{
"importedAt": 0,
"provisionDetails": [
{
"components": [
{
"componentId": "string",
"driftResult": "string",
"status": "string"
}
],
"summary": {
"drifted": 0,
"failed": 0,
"inProgress": 0,
"notProvisioned": 0,
"provisioned": 0
},
"vcfInstanceId": "string"
}
],
"roleId": "string",
"roleName": "string",
"sourceComponentId": "string",
"targetVcfInstances": [
"string"
]
}
]
}