RepositoryStatus
Structure containing information about the status of the repository
| name | data type | constraints | description |
|---|---|---|---|
| componentID | string | ID of the component | |
| componentEnv | string | DMP lifecycle environment of this component instance ("design", "staging" or "production") | |
| componentVersion | string | Version of the Executor component | |
| xpressVersion | string | Version of Xpress being used by this component instance | |
| numGears | number | required int | Number of gears assigned to this component instance |
| numExecutions | number | required int | Number of executions currently in the repository |
| numExecutionsQueued | number | required int | Number of executions currently in the repository that are waiting to start |
| numExecutionsInProgress | number | required int | Number of executions currently in the repository that are in progress |
| numExecutionsCompleted | number | required int | Number of executions currently in the repository that are completed |
| binaryDataSizeMB | number | required int | Current size of the blobs in the database, in megabytes (rounded up) |
| binaryDataQuotaMB | number | required int | Current maximum size of the blobs in the database, in megabytes (rounded up). New executions that would take the binaryDataSizeMB value above this will be rejected by the component. The binary data quota is usually fixed at 1024 and can only be raised by FICO IT. |
| databaseSizeMB | number | required int | Current size of the database on the server, in megabytes (rounded up). Will be 0 if this information is not available. This is the amount of space reserved by the database, not the size of the actual data, and thus may not automatically decrease if executions are deleted. |
Example
{
"componentID" : "...",
"componentEnv" : "...",
"componentVersion" : "...",
"xpressVersion" : "...",
"numGears" : 12345,
"numExecutions" : 12345,
"numExecutionsQueued" : 12345,
"numExecutionsInProgress" : 12345,
"numExecutionsCompleted" : 12345,
"binaryDataSizeMB" : 12345,
"binaryDataQuotaMB" : 12345,
"databaseSizeMB" : 12345
}
© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.
