Skip to content

Commit

Permalink
Merge pull request #1077 from alex-smile/ft_esb_update_apis_20230421
Browse files Browse the repository at this point in the history
ESB 更新配置类组件
  • Loading branch information
alex-smile authored Apr 21, 2023
2 parents 55113a2 + 5e3303b commit e746961
Show file tree
Hide file tree
Showing 67 changed files with 1,051 additions and 5,476 deletions.
2 changes: 1 addition & 1 deletion paas2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.45
2.14.46
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ add cloud host to biz idle module (cloud host management dedicated interface, ve
| field | type | mandatory | description |
|-----------|--------------|-----------|---------------------------------------------------------------------------------------------------------------------------|
| bk_biz_id | int | yes | business id |
| host_info | object array | yes | to be added cloud host information, array length is limited to 200, these hosts can only succeed or fail at the same time |
| host_info | array | yes | to be added cloud host information, array length is limited to 200, these hosts can only succeed or fail at the same time |

#### host_info

Expand Down Expand Up @@ -87,4 +87,4 @@ host information fields, cloud area ID and inner IP fields are required, other f
#### data
| field | type | description |
|-------|-----------|------------------------------------|
| ids | int array | successfully created host id array |
| ids | array | successfully created host id array |
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Function description

Add hosts to the service idle machine
- This interface ensures that hosts are either added successfully or fail at the same time
- This interface ensures that hosts are either added successfully or fail at the same time(v3.10.25+)

### Request Parameters

Expand Down Expand Up @@ -74,10 +74,10 @@ Add hosts to the service idle machine

| name | type | description |
| ------- | ------ | ------------------------------------- |
| result | bool | Whether the request was successful or not. true:request successful; false request failed.
| code | int | The error code. 0 means success, >0 means failure error.
| message | string | The error message returned by the failed request.
| data | object | The data returned by the request.
| result | bool | Whether the request was successful or not. true:request successful; false request failed.|
| code | int | The error code. 0 means success, >0 means failure error.|
| message | string | The error message returned by the failed request.|
| data | object | The data returned by the request.|
| permission | object | Permission information |
| request_id | string | Request chain id |

Expand Down

This file was deleted.

135 changes: 0 additions & 135 deletions paas2/esb/components/confapis/cc/apidocs/en/batch_create_kube_node.md

This file was deleted.

Loading

0 comments on commit e746961

Please sign in to comment.