Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.13 KB

HclServiceStatus.md

File metadata and controls

15 lines (11 loc) · 1.13 KB

HclServiceStatus

Status of the service indicatating if the service is up or under maintenance due to data update. Service will not be able serve any requests when the data is being updated. Collection will have only one document.

Properties

Name Type Description Notes
exemption_file_version str Version of the last modified exemption file. [optional]
identity str A field to uniquely identify the document with the status. [optional]
last_hcl_data_modified_time datetime The timestamp of the last modified record in the HCL tool database. Used to query and get updated records. [optional]
last_imported_data_checksum str Checksum of the data dump used as the base for delta updates. [optional]
status str Status of the service indicatating if the service is up or under maintenance due to data update. [optional] [default to 'Unknown']

[Back to Model list] [Back to API list] [Back to README]