简要描述:

  • 阿里云搜索 bucket

action

域名 /admin/system/bucket

参数:

参数名 是否必须 类型 说明
key string Access Key ID
secret string Access Key Secret

返回示例:

正确时返回:

 {
    "result": 1,
	"msg": '成功'
	"data": [
			{
				name: "liveyunxin",
				location: "oss-cn-beijing",
				loca_name: "liveyunxin@@北京数据中心",
				value: "liveyunxin@@oss-cn-beijing"
			},
	]
}

错误时返回:

   {
    "result": 0,
    "msg": 'InvalidAccessKeyId: The OSS Access Key Id you provided does not exist in our records. RequestId: 5C948CBDCE658910190D90DF'
    "data": ""
  }

返回参数说明:

参数名 类型 说明
loca_name string 下拉框显示的内容
value string 下拉框的 value值

备注:

  • 更多返回错误代码请看首页的错误代码描述