|
Engage Engine API
1.263.9113
Real-time tactical communications engine API
|
Macros | |
| #define | ENGAGE_STATUS_REPORT_KIND_EBS "ebs" |
| Engage Bridge Service process status report. | |
| #define | ENGAGE_STATUS_REPORT_KIND_NSM "nsm" |
| Network State Machine (nsmd / embedded NSM) status report. | |
| #define | ENGAGE_STATUS_REPORT_KIND_RP "rp" |
| Rallypoint server status report. | |
| #define | ENGAGE_STATUS_REPORT_KIND_RP_LINKS "rp-links" |
| Rallypoint link-graph document (Graphviz .dot or JSON) | |
| #define | ENGAGE_STATUS_REPORT_KIND_RP_ROUTES "rp-routes" |
| Rallypoint route-map JSON document. | |
| #define | ENGAGE_STATUS_REPORT_KIND_EAR "ear" |
| EAR server status report. | |
| #define | ENGAGE_STATUS_REPORT_KIND_LINGO "lingo" |
| Engage Lingo server status report. | |
| #define | ENGAGE_STATUS_REPORT_KIND_SEM "sem" |
| Engage SEM server status report. | |
| #define | ENGAGE_STATUS_REPORT_KIND_ENGATE "engate" |
| Engate server status report. | |
Fixed path-segment identifiers appended to process-level statusUpload.baseUrl when POSTing a status report JSON body. Producers hardcode the kind that matches their report; do not take this from free-form configuration.
Final URL: {baseUrl}/{kind} (with slash normalization).
| #define ENGAGE_STATUS_REPORT_KIND_EAR "ear" |
EAR server status report.
Definition at line 253 of file EngageConstants.h.
| #define ENGAGE_STATUS_REPORT_KIND_EBS "ebs" |
Engage Bridge Service process status report.
Definition at line 243 of file EngageConstants.h.
| #define ENGAGE_STATUS_REPORT_KIND_ENGATE "engate" |
Engate server status report.
Definition at line 259 of file EngageConstants.h.
| #define ENGAGE_STATUS_REPORT_KIND_LINGO "lingo" |
Engage Lingo server status report.
Definition at line 255 of file EngageConstants.h.
| #define ENGAGE_STATUS_REPORT_KIND_NSM "nsm" |
Network State Machine (nsmd / embedded NSM) status report.
Definition at line 245 of file EngageConstants.h.
| #define ENGAGE_STATUS_REPORT_KIND_RP "rp" |
Rallypoint server status report.
Definition at line 247 of file EngageConstants.h.
| #define ENGAGE_STATUS_REPORT_KIND_RP_LINKS "rp-links" |
Rallypoint link-graph document (Graphviz .dot or JSON)
Definition at line 249 of file EngageConstants.h.
| #define ENGAGE_STATUS_REPORT_KIND_RP_ROUTES "rp-routes" |
Rallypoint route-map JSON document.
Definition at line 251 of file EngageConstants.h.
| #define ENGAGE_STATUS_REPORT_KIND_SEM "sem" |
Engage SEM server status report.
Definition at line 257 of file EngageConstants.h.