Plugin
Package : spaceone.api.repository.v1
Plugin
Plugin Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 | ||||
7 | ||||
8 | ||||
9 |
register
POST /repository/v1/plugins
Type | Message |
Request | |
Response |
update
PUT /repository/v1/plugin/{plugin_id}
Type | Message |
Request | |
Response |
deregister
DELETE /repository/v1/plugin/{plugin_id}
Type | Message |
Request | |
Response |
enable
PUT /repository/v1/plugin/{plugin_id}/enable
Type | Message |
Request | |
Response |
disable
PUT /repository/v1/plugin/{plugin_id}/disable
Type | Message |
Request | |
Response |
get_versions
GET /repository/v1/plugins/{plugin_id}/versions
Type | Message |
Request | |
Response |
get
GET /repository/v1/plugins/{plugin_id}
Type | Message |
Request | |
Response |
list
GET /repository/v1/plugins
POST /repository/v1/plugins/search
Type | Message |
Request | |
Response |
stat
POST /repository/v1/plugins/stat
Type | Message |
Request | |
Response |
Message
CreatePluginRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | service_type | string | ✅ | |
3 | image | string | ✅ | |
4 | provider | string | ❌ | |
5 | capability | ❌ | ||
6 | template | ❌ | ||
7 | labels | list of string | ❌ | |
8 | tags | list of spaceone.api.core.v1.Tag | ❌ | |
9 | project_id | string | ❌ | |
10 | domain_id | string | ✅ |
GetRepositoryPluginRequest
No | Field | Type | Required | Description |
1 | plugin_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | repository_id | string | ❌ | |
4 | only | list of string | ❌ |
PluginInfo
No | Field | Type | Description |
1 | plugin_id | string | |
2 | name | string | |
3 | image | string | |
4 | registry_url | string | |
5 | state |
| |
6 | service_type | string | |
7 | provider | string | |
8 | capability | ||
9 | template | ||
10 | labels | list of string | |
11 | tags | list of spaceone.api.core.v1.Tag | |
12 | repository_info | ||
13 | project_id | string | |
14 | domain_id | string | |
15 | created_at |
PluginQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | plugin_id | string | ❌ | |
3 | name | string | ❌ | |
4 | state |
| ❌ | |
5 | service_type | string | ❌ | |
6 | provider | string | ❌ | |
7 | repository_id | string | ✅ | |
8 | domain_id | string | ✅ |
PluginRequest
No | Field | Type | Required | Description |
1 | plugin_id | string | ✅ | |
2 | domain_id | string | ✅ |
PluginStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | repository_id | string | ✅ | |
3 | domain_id | string | ✅ |
PluginsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
RepositoryPluginRequest
No | Field | Type | Required | Description |
1 | plugin_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | repository_id | string | ❌ |
UpdatePluginRequest
No | Field | Type | Required | Description |
1 | plugin_id | string | ✅ | |
2 | name | string | ❌ | |
3 | capability | ❌ | ||
4 | template | ❌ | ||
5 | labels | list of string | ❌ | |
6 | tags | list of spaceone.api.core.v1.Tag | ❌ | |
7 | domain_id | string | ✅ |
VersionsInfo
No | Field | Type | Description |
1 | version | list of string | deprecated field |
2 | total_count | ||
3 | results | list of string |
Last updated