What Are The Response Codes To The /Elasticubes/Servers/{Server}/Status GET Call?
Question: I want to determine the status of my elasticubes from a REST API call. What are the return values?
Solution:
Based on this documentation, these are the expected statuses:
- 1 - stopped
- 2 - running
- 4 - faulted
- 8 - being deleted
- 16 - currently restarting
- 32 - wrong version
- 64 - the ElastiCube is down because it is 32 bit data on a 64 bit codebase
- 128 - the ElastiCube is down because it is 64 bit data on a 32 bit codebase
- 256 - locked
- 514 - the ElastiCube or its child is currently in a build process.
- 1024 - the ElastiCube is starting, but not yet running.
- 2048 - the ElastiCube is in a build process.
- 4096 - trying to import a BigData ElastiCube on a non-BigData server
- 8192 - trying to import a non-BigData ElastiCube on a BigData server
- 16384 - Building is finished, now post indexing is running
- 32768 - the ElastiCube is being stopped but its executable is still running
- 65536 - this ElastiCube is in the process of cancelling an in-progress build
- 1 - stopped
- 2 - running
- 4 - faulted
- 8 - being deleted
- 16 - currently restarting
- 32 - wrong version
- 64 - the ElastiCube is down because it is 32 bit data on a 64 bit codebase
- 128 - the ElastiCube is down because it is 64 bit data on a 32 bit codebase
- 256 - locked
- 514 - the ElastiCube or its child is currently in a build process.
- 1024 - the ElastiCube is starting, but not yet running.
- 2048 - the ElastiCube is in a build process.
- 4096 - trying to import a BigData ElastiCube on a non-BigData server
- 8192 - trying to import a non-BigData ElastiCube on a BigData server
- 16384 - Building is finished, now post indexing is running
- 32768 - the ElastiCube is being stopped but its executable is still running
- 65536 - this ElastiCube is in the process of cancelling an in-progress build
Updated 02-21-2024
intapiuser
Admin
Joined December 15, 2022