Repository
Package : spaceone.api.repository.v1
Repository
Repository Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 |
register
POST /repository/v1/repositories
Type | Message |
Request | |
Response |
update
PUT /repository/v1/repository/{repository_id}
Type | Message |
Request | |
Response |
deregister
DELETE /repository/v1/repository/{repository_id}
Type | Message |
Request | |
Response |
get
GET /repository/v1/repositories/{repository_id}
Type | Message |
Request | |
Response |
list
GET /repository/v1/repositories
POST /repository/v1/repositories/search
Type | Message |
Request | |
Response |
stat
POST /repository/v1/repositories/stat
Type | Message |
Request | |
Response |
Message
CreateRepositoryRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | repository_type | string | ✅ | |
3 | endpoint | string | ❌ | |
4 | version | string | ❌ | |
5 | secret_id | string | ❌ | |
6 | domain_id | string | ✅ |
GetRepositoryRequest
No | Field | Type | Required | Description |
1 | repository_id | string | ✅ | |
2 | only | list of string | ❌ | |
3 | domain_id | string | ✅ |
RepositoriesInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
RepositoryInfo
No | Field | Type | Description |
1 | repository_id | string | |
2 | name | string | |
3 | repository_type | string | |
4 | endpoint | string | |
5 | version | string | |
6 | secret_id | string | |
7 | created_at |
RepositoryQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | repository_id | string | ❌ | |
3 | name | string | ❌ | |
4 | repository_type | string | ❌ | |
5 | domain_id | string | ✅ |
RepositoryRequest
No | Field | Type | Required | Description |
1 | repository_id | string | ✅ | |
2 | domain_id | string | ✅ |
RepositoryStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
UpdateRepositoryRequest
No | Field | Type | Required | Description |
1 | repository_id | string | ✅ | |
2 | name | string | ❌ | |
3 | domain_id | string | ✅ |
Last updated