...
During the DMI-plugin registration process, DMI-plugin's service(name) will be added to Trust Level Cache with a value of COPMLETECOMPLETE. When the job runs, it will check aliveness of the all DMI-plugin
by returning a response. Please note that the service(name) will be appended with a URL extension which is '/manage/health'plugins
existing in the Trust Level Cache, by returning an UP or DOWN state for each service(name) in the response.
Code Block | ||||
---|---|---|---|---|
| ||||
ncmp.timers.trust-evel.dmi-availability-watchdog-ms |
Please note that the service(name) will be appended with a URL extension which is '/manage/health'.
Code Block | ||||
---|---|---|---|---|
| ||||
service(name)/manage/health |
...