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