Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 2.02 KB

SystemsResponseSystemsInner.md

File metadata and controls

24 lines (19 loc) · 2.02 KB

SystemsResponseSystemsInner

Properties

Name Type Description Notes
system_id int The Enlighten ID of the system.
system_name str The name of the system. Even if the system owner has indicated their site is anonymous for public lists, the actual system name is returned here for identification purposes.
system_public_name str The display name of the system. Use this when displaying the system name on a public list or view.
country str The two-letter code for the country where the system is located. See ISO_3166-1_alpha-2 for reference.
state str The two-letter code for the state where the system is located. See ISO_3166-2 for reference.
city str The name of the city where the system is located.
postal_code str The postal code where the system is located.
timezone str The timezone of the system.
connection_type ConnectionType
status str The current status of the system. You can find this and more in the `meta` property.
meta Meta
reference str If the calling user belongs to a company and that company has provided its own identifiers for a system, that ID is included here. Otherwise, this attribute is not returned. [optional]
other_references [str] If any other companies have provided their own identifiers for a system, those identifiers are included here. Otherwise, this attribute is not returned. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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