| name | data type | description |
|---|---|---|
| status | Status | |
| profile_id | string | |
| context | string | |
| last_updated_time | string | |
| indexes | array of map of object | |
| warningMessages | array of string | |
| archives | array of map of object | |
| errorMessages | array of string |
Example
{
"status" : "ERROR",
"profile_id" : "...",
"context" : "...",
"last_updated_time" : "...",
"indexes" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"warningMessages" : [ "...", "..." ],
"archives" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"errorMessages" : [ "...", "..." ]
}