Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.11 KB

Instance.md

File metadata and controls

20 lines (17 loc) · 1.11 KB

Instance

Properties

Name Type Description Notes
id int Unique ID [optional]
name str Instance name [optional]
description str Description of instance [optional]
vendor str Based on which driver, identified by ID [optional]
endpoint str The service endpoint of this instance [optional]
auth_mode str The authentication way supported [optional]
auth_info dict(str, str) The auth credential data if exists [optional]
status str The health status [optional]
enabled bool Whether the instance is activated or not [optional]
default bool Whether the instance is default or not [optional]
insecure bool Whether the instance endpoint is insecure or not [optional]
setup_timestamp int The timestamp of instance setting up [optional]

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