repositoryStatus
Structure containing information about the status of the repository
- Namespace
- (Default)
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
binaryDataQuotaMB | int | element | 1/1 | 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. | |
binaryDataSizeMB | int | element | 1/1 | Current size of the blobs in the database, in megabytes (rounded up) | |
componentEnv | string | element | 0/1 | DMP lifecycle environment of this component instance ("design", "staging" or "production") | |
componentID | string | element | 0/1 | ID of the component | |
databaseSizeMB | int | element | 1/1 | 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. | |
numExecutions | int | element | 1/1 | Number of executions currently in the repository | |
numExecutionsCompleted | int | element | 1/1 | Number of executions currently in the repository that are completed | |
numExecutionsInProgress | int | element | 1/1 | Number of executions currently in the repository that are in progress | |
numExecutionsQueued | int | element | 1/1 | Number of executions currently in the repository that are waiting to start | |
numGears | int | element | 1/1 | Number of gears assigned to this component instance |
Example
<r-----> <componentID>...</componentID> <componentEnv>...</componentEnv> <numGears>...</numGears> <numExecutions>...</numExecutions> <numExecutionsQueued>...</numExecutionsQueued> <numExecutionsInProgress>...</numExecutionsInProgress> <numExecutionsCompleted>...</numExecutionsCompleted> <binaryDataSizeMB>...</binaryDataSizeMB> <binaryDataQuotaMB>...</binaryDataQuotaMB> <databaseSizeMB>...</databaseSizeMB> </r----->
© 2001-2020 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.