Enumerated Types
This page lists enumerated types used in requests/responses on the API.
Descriptions below refer to module, but these status codes apply to node status as well.
STARTED | Module is currently running |
STOPPED | Module is currently not running |
START_REQUESTED | Someone has requested that the module start but the cluster manager on the node where this module is installed has not yet acknlowledged the start; if a module remains in this state for an extended period of time it is likely that the cluster manager is not working correctly on the node |
START_ACKNOWLEDGED | The cluster manager is currently starting the module |
FAILED_TO_START | The cluster manager failed to start the module |
STOP_REQUESTED | Someone has requested that the module stop; see note on START_REQUESTED |
STOP_ACKNOWLEDGED | The cluster manager is currently stopping the module |
FAILED_TO_STOP | The cluster manager failed to stop the module |
RESTART_REQUESTED | Someone has requested that the module restart; see note on START_REQUESTED |
RESTART_ACKNOWLEDGED | The cluster manager is currently restarting the module |
ARCHIVE_REQUESTED | Someone has requested that the module be archived |
ARCHIVE_ACKNOWLEDGED | The cluster manager is currently archiving the module |
ARCHIVED | Module is archived |
FAILED_TO_ARCHIVE | The cluster manager failed to archive the module |
REINSTATEMENT_REQUESTED | Someone has requested that the module be reinstated |
REINSTATEMENT_ACKNOWLEDGED | The cluster manager is currently reinstating the module |
FAILED_TO_REINSTATE | The cluster manager failed to reinstate the module |
SUCCESS | Transaction Succeeded |
FAIL | Transaction Failed |
CDA_EXCHANGE | CDA Exchange Endpoint |
ETL_IMPORTER | ETL Importer |
ENDPOINT_FHIR_REST_DSTU2 | FHIR REST Endpoint (DSTU2) |
ENDPOINT_FHIR_REST_DSTU3 | FHIR REST Endpoint (R3) |
PERSISTENCE_DSTU2 | FHIR Storage (DSTU2 Relational) |
PERSISTENCE_DSTU3 | FHIR Storage (R3 Relational) |
ENDPOINT_FHIRWEB | FHIRWeb Console |
ENDPOINT_HL7V2_IN | HL7 v2.x Listening Endpoint |
ENDPOINT_HL7V2_IN | HL7 v2.x Sending Endpoint |
ENDPOINT_HYBRID_PROVIDERS | Hybrid Providers Endpoint |
ENDPOINT_CDS_HOOKS | CDS-Hooks Endpoint |
ADMIN_JSON | JSON Admin API |
SECURITY_IN_LDAP | LDAP Inbound Security |
SECURITY_IN_LOCAL | Local Inbound Security |
SMART_APPS_HOST | SMART App Host |
SECURITY_IN_SMART | SMART Inbound Security |
SECURITY_OUT_SMART | SMART Outbound Security |
SECURITY_IN_SCRIPT | Scripted Inbound Security |
ADMIN_WEB | Web Admin Console |
CLUSTER_MGR | Cluster Manager |