This may not be an Rest API thing, but in reading the documentation, it sounds like it MAY be.
I have a distributed, multi-system, multi-service application, of which I want to monitor the status via running an RPC status binary I have which outputs XML containing a system, service, and status.
Some assumptions I'd like confirmed
System Publish can be used to publish custom status
More than one system could publish into the same instance (assuming they don't run at the same time)
Rest API is a good way to do this (there isn't a better way)
If this is a bad choice or the wrong place to ask, please point me in the correct direction. At this point I can be language agnostic. My preferred language would be powershell, but I can run any of the languages supplied as examples for the API documentation.
This may not be an Rest API thing, but in reading the documentation, it sounds like it MAY be.
I have a distributed, multi-system, multi-service application, of which I want to monitor the status via running an RPC status binary I have which outputs XML containing a system, service, and status.
Some assumptions I'd like confirmed
If this is a bad choice or the wrong place to ask, please point me in the correct direction. At this point I can be language agnostic. My preferred language would be powershell, but I can run any of the languages supplied as examples for the API documentation.