|
5966 | 5966 | }, |
5967 | 5967 | "protocol": { |
5968 | 5968 | "type": "string", |
5969 | | - "description": "监听器的协议。\n" |
| 5969 | + "description": "监听器的协议。包括 TCP、UDP、HTTP、HTTPS。\n" |
5970 | 5970 | } |
5971 | 5971 | }, |
5972 | 5972 | "type": "object", |
|
6006 | 6006 | "volcenginecc:clb/CertificateTag:CertificateTag": { |
6007 | 6007 | "properties": { |
6008 | 6008 | "key": { |
6009 | | - "type": "string" |
| 6009 | + "type": "string", |
| 6010 | + "description": "用户标签的标签键。\n" |
6010 | 6011 | }, |
6011 | 6012 | "value": { |
6012 | | - "type": "string" |
| 6013 | + "type": "string", |
| 6014 | + "description": "用户标签的标签值。\n" |
6013 | 6015 | } |
6014 | 6016 | }, |
6015 | 6017 | "type": "object", |
|
6794 | 6796 | }, |
6795 | 6797 | "protocol": { |
6796 | 6798 | "type": "string", |
6797 | | - "description": "监听器的协议。\n" |
| 6799 | + "description": "监听器的协议。包括 TCP、UDP、HTTP、HTTPS。\n" |
6798 | 6800 | } |
6799 | 6801 | }, |
6800 | 6802 | "type": "object", |
|
6836 | 6838 | "volcenginecc:clb/getCertificateTag:getCertificateTag": { |
6837 | 6839 | "properties": { |
6838 | 6840 | "key": { |
6839 | | - "type": "string" |
| 6841 | + "type": "string", |
| 6842 | + "description": "用户标签的标签键。\n" |
6840 | 6843 | }, |
6841 | 6844 | "value": { |
6842 | | - "type": "string" |
| 6845 | + "type": "string", |
| 6846 | + "description": "用户标签的标签值。\n" |
6843 | 6847 | } |
6844 | 6848 | }, |
6845 | 6849 | "type": "object", |
|
8713 | 8717 | }, |
8714 | 8718 | "type": { |
8715 | 8719 | "type": "string", |
8716 | | - "description": "自定义参数类型。\n" |
| 8720 | + "description": "自定义参数类型。取值:String:表示自定义参数类型为String(字符串)类型。Digit:表示自定义参数类型为Digit(数值)类型。\n" |
8717 | 8721 | } |
8718 | 8722 | }, |
8719 | 8723 | "type": "object", |
|
8736 | 8740 | "volcenginecc:ecs/CommandTag:CommandTag": { |
8737 | 8741 | "properties": { |
8738 | 8742 | "key": { |
8739 | | - "type": "string" |
| 8743 | + "type": "string", |
| 8744 | + "description": "用户标签的标签键。命名规则如下:不能以volc:或sys:的任意大小写组合开头。只能包含语言字符、数字、空格和英文符号“_”、“.”、“:”、“/”、“=”、“+”、“-”、“@”。长度限制在1~128个字符之间。\n" |
8740 | 8745 | }, |
8741 | 8746 | "value": { |
8742 | | - "type": "string" |
| 8747 | + "type": "string", |
| 8748 | + "description": "用户标签的标签值。命名规则如下:只能包含语言字符、数字、空格和英文符号“_”、“.”、“:”、“/”、“=”、“+”、“-”、“@”。允许为空,长度限制在0~256个字符之间。\n" |
8743 | 8749 | } |
8744 | 8750 | }, |
8745 | 8751 | "type": "object", |
|
9430 | 9436 | }, |
9431 | 9437 | "type": { |
9432 | 9438 | "type": "string", |
9433 | | - "description": "自定义参数类型。\n" |
| 9439 | + "description": "自定义参数类型。取值:String:表示自定义参数类型为String(字符串)类型。Digit:表示自定义参数类型为Digit(数值)类型。\n" |
9434 | 9440 | } |
9435 | 9441 | }, |
9436 | 9442 | "type": "object", |
|
9454 | 9460 | "volcenginecc:ecs/getCommandTag:getCommandTag": { |
9455 | 9461 | "properties": { |
9456 | 9462 | "key": { |
9457 | | - "type": "string" |
| 9463 | + "type": "string", |
| 9464 | + "description": "用户标签的标签键。命名规则如下:不能以volc:或sys:的任意大小写组合开头。只能包含语言字符、数字、空格和英文符号“_”、“.”、“:”、“/”、“=”、“+”、“-”、“@”。长度限制在1~128个字符之间。\n" |
9458 | 9465 | }, |
9459 | 9466 | "value": { |
9460 | | - "type": "string" |
| 9467 | + "type": "string", |
| 9468 | + "description": "用户标签的标签值。命名规则如下:只能包含语言字符、数字、空格和英文符号“_”、“.”、“:”、“/”、“=”、“+”、“-”、“@”。允许为空,长度限制在0~256个字符之间。\n" |
9461 | 9469 | } |
9462 | 9470 | }, |
9463 | 9471 | "type": "object", |
|
15455 | 15463 | "type": "string", |
15456 | 15464 | "description": "授予的账号权限类型,取值:ReadWrite:读写权限。ReadOnly:只读权限。DDLOnly:仅 DDL 权限。DMLOnly:仅 DML 权限。Custom:自定义权限。\n" |
15457 | 15465 | }, |
15458 | | - "accountPrivilegeDetail": { |
15459 | | - "type": "string", |
15460 | | - "description": "数据库权限字符串。作为请求参数时,当 AccountPrivilege 取值为 Custom 时必填,取值:SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,REFERENCES,INDEX,ALTER,CREATE TEMPORARY TABLES,LOCK TABLES,EXECUTE,CREATE VIEW,SHOW VIEW,CREATE ROUTINE,ALTER ROUTINE,EVENT,TRIGGER,作为返回结果时,不管 AccountPrivilege 的值是否为 Custom,都会展示 AccountPrivilege 的详细权限。\n" |
15461 | | - }, |
15462 | 15466 | "host": { |
15463 | 15467 | "type": "string", |
15464 | 15468 | "description": "指定的数据库账号可以访问数据库的 IP 地址。默认值为 %。若指定 Host 为 %,允许该账号从任意 IP 地址访问数据库。若指定 Host 为 192.10.10.%,则表示该账号可从 192.10.10.0~192.10.10.255 之间的 IP 地址访问数据库。指定的 Host 需要添加在实例所绑定的白名单中,\n" |
|
15470 | 15474 | "requiredOutputs": [ |
15471 | 15475 | "accountName", |
15472 | 15476 | "accountPrivilege", |
15473 | | - "accountPrivilegeDetail", |
15474 | 15477 | "host" |
15475 | 15478 | ] |
15476 | 15479 | } |
|
41339 | 41342 | "description": "数据库名称。命名规则如下:名称唯一。长度为 2~64 个字符。以字母开头,以字母或数字结尾。由字母、数字、下划线(_)或中划线(-)组成。不能使用某些预留字,包括 root、admin 等。\n" |
41340 | 41343 | }, |
41341 | 41344 | "status": { |
41342 | | - "type": "string" |
| 41345 | + "type": "string", |
| 41346 | + "description": "数据库状态。取值为:Unavailable:不可用。Available:可用。\n" |
41343 | 41347 | } |
41344 | 41348 | }, |
41345 | 41349 | "required": [ |
|
41404 | 41408 | "description": "数据库名称。命名规则如下:名称唯一。长度为 2~64 个字符。以字母开头,以字母或数字结尾。由字母、数字、下划线(_)或中划线(-)组成。不能使用某些预留字,包括 root、admin 等。\n" |
41405 | 41409 | }, |
41406 | 41410 | "status": { |
41407 | | - "type": "string" |
| 41411 | + "type": "string", |
| 41412 | + "description": "数据库状态。取值为:Unavailable:不可用。Available:可用。\n" |
41408 | 41413 | } |
41409 | 41414 | }, |
41410 | 41415 | "type": "object" |
|
61137 | 61142 | "type": "string" |
61138 | 61143 | }, |
61139 | 61144 | "status": { |
| 61145 | + "description": "数据库状态。取值为:Unavailable:不可用。Available:可用。\n", |
61140 | 61146 | "type": "string" |
61141 | 61147 | } |
61142 | 61148 | }, |
|
0 commit comments