---
title: "Instance"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/instance/"
source: "https://container-registry.com/docs/harbor-api-client/model/instance/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/instance/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/harbor-api-client/model/instance/index.md>. Site index: <https://container-registry.com/llms.txt>.


# 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] 



