升级智能接入网关的软件版本

调用UpdateSmartAccessGatewayVersion升级智能接入网关设备的软件版本。调试 您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。调试 授权信息 下表是API对应的授权...

查询智能接入网关的软件版本

调用DescribeSmartAccessGatewayVersions查询智能接入网关设备的软件版本信息。调试 您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。调试 授权信息 下表是API...

access-monitor(访问跟踪)

仅1.7.15及以上版本支持 access-monitor 命令。设置访问跟踪 命令格式./ossutil64 access-monitor-method put oss:/bucketname/local_xml_file 参数说明如下:参数 说明 bucketname 待设置访问跟踪状态的Bucket名称。local_xml_file 用于...

用户账号开发指南

100000:client_id 或者 client_secret 无效 100001:access_token 过期 100002:AuthCode 换取 access_token 失败 100003:refresh_token 已经过期或失效 100004:用户修改密码或者解除授权导致 access_token 失效 100005:access_token ...

PyODPS使用第三方包

使用PyODPS执行方法:import os from odps import ODPS#确保 ALIBABA_CLOUD_ACCESS_KEY_ID 环境变量设置为用户 Access Key ID,#ALIBABA_CLOUD_ACCESS_KEY_SECRET 环境变量设置为用户 Access Key Secret,#不建议直接使用 Access Key ID/...

文档预览

accessKeyId:process.env.OSS_ACCESS_KEY_ID,accessKeySecret:process.env.OSS_ACCESS_KEY_SECRET,/yourbucketname填写存储空间名称。bucket:'yourbucketname' });设置样式,样式中包含文档预览参数。生成带签名的URL,并指定过期时间为10...

配置环境变量

您在LATEST版本设置环境变量后,发布版本,然后修改环境变量,这样LATEST版本和发布的新版本的环境变量就不相同。想要控制台不明文显示环境变量的值如何处理?配置环境变量时如何加密敏感数据?您可以将环境变量存储在 密钥管理服务 中,...

管理文件元数据

为避免覆盖Bucket内的同名文件,您可以选择以下任意方式:开启版本控制 开启版本控制功能后,Bucket中被覆盖的文件会以历史版本的形式保存下来。您可以随时恢复历史版本文件。更多信息,请参见 开启版本控制。在上传请求中携带禁止覆盖同名...

表单上传

access_key_id=os.environ.get('OSS_ACCESS_KEY_ID')#配置环境变量OSS_ACCESS_KEY_SECRET。access_key_secret=os.environ.get('OSS_ACCESS_KEY_SECRET')#将替换为Bucket名称。bucket='<YOUR_BUCKET>'#host的格式为bucketname.endpoint。将...

同步处理

accessKeyId:process.env.OSS_ACCESS_KEY_ID,accessKeySecret:process.env.OSS_ACCESS_KEY_SECRET,});指定签名URL过期时间为10分钟,将图片缩放为固定宽300 px。let signUrl=client.signatureUrl('example.jpg',{expires:600,'process':'...

简单上传

开启版本控制功能 开启版本控制功能后,被覆盖的Object会以历史版本的形式保存下来。您可以随时恢复历史版本Object。更多信息,请参见 版本控制介绍。在上传请求中携带禁止覆盖同名Object的参数 在上传请求的Header中携带参数 x-oss-forbid...

在推荐系统中应用FeatureStore管理特征

通过本文提供的解决方案,您可以了解到如何使用FeatureStore搭建推荐系统,以及FeatureStore在推荐系统中如何通过各个版本的SDK与其他推荐系统产品进行交互。具体表现为:在FeatureStore中创建项目,注册特征表,创建模型特征,导出训练...

Terraform概述

Terraform是一种开源工具,用于安全高效地预览、配置和管理云...provider"alicloud"{ access_key="*"secret_key="*"region="*"} 查看Provider版本是否需要升级。查看Provider版本 terraform-version 升级Provider版本 terraform init-upgrade

0002-00000707

对于V2版本签名,需要通过 x-oss-access-key-id 表单域提供AccessKey ID。对于 Amazon S3 V2版本签名,需要通过 AWSAccessKeyId 表单域提供AccessKey ID。问题示例 您发起了默认V1版本签名的POST请求,且在表单域中包含签名认证相关的表单...

0002-00000706

对于V2版本签名,需要通过 x-oss-access-key-id 表单域提供AccessKey ID。对于 Amazon S3 V2版本签名,需要通过 AWSAccessKeyId 表单域提供AccessKey ID。问题示例 您发起了默认V1版本签名的POST请求,且在表单域中包含签名认证相关的表单...

管理文件元数据

仅Python SDK 2.16.1及以上版本支持获取x-oss-last-access-time。print(simplifiedmeta.headers['x-oss-last-access-time'])#通过head_object方法获取文件的全部元数据。objectmeta=bucket.head_object(object_name)#此处以打印文件的部分...

访问OSS数据

21.8及以下版本的查询语法:SELECT*FROM oss('<oss-endpoint>','<access-key-id>','<access-key-secret>','<oss-file-path>','<file-format-name>','<col_name><col_type>(,.)');22.8版本的查询语法:SELECT*FROM oss('...

使用日志服务采集数据平面的AccessLog

背景信息 部署在数据平面(即加入网格的Kubernetes集群)的Envoy Proxy可以输出所有访问日志,这些日志被称为 Envoy Access Log。您可以通过 kubectl logs 指令查看这些日志。借助阿里云日志服务,不仅可以更便捷地查看日志,还可以对这些...

使用日志服务采集数据平面的AccessLog

背景信息 部署在数据平面(即加入网格的Kubernetes集群)的Envoy Proxy可以输出所有访问日志,这些日志被称为 Envoy Access Log。您可以通过 kubectl logs 指令查看这些日志。借助阿里云日志服务,不仅可以更便捷地查看日志,还可以对这些...

计费概述

版本信息 内网访问安全版本 版本 业务场景 规格限制 核心功能 计费维度 Private Access(VPN版)满足小微型企业轻量化远程办公场景。确保企业员工安全访问阿里云、其他公有云或数据中心的应用及资源。企业员工 小于等于100人。支持打通 2个...

0002-00000116

问题原因 您发起了基于URL的V2版本签名请求,请求中包含了 x-oss-access-key-id 参数,但是参数取值为空。问题示例 您发起了基于V2版本签名的请求,请求中 x-oss-access-key-id 参数取值为空。GET/oss.jpg?x-oss-signature-verion=OSS2&x-...

从OSS导入数据

方法二:通过表函数导入OSS数据 22.8以下版本的导入语法 INSERT INTO<table_name>SELECT*FROM oss('<oss-endpoint>','<access-key-id>','<access-key-secret>','<oss-file-path>','<file-format-name>','<col_name><col_type>(,.)');...

0002-00000115

问题原因 您发起了基于URL的V2版本签名请求,但是请求中缺少 x-oss-access-key-id 参数。问题示例 您发起了基于V2版本签名的请求,但是请求中缺少 x-oss-access-key-id 参数:GET/oss.jpg?x-oss-signature-verion=OSS2&x-oss-expires=...

DeleteSagExpressConnectInterface-删除专线子接口

403 FeatureNotSupportForActiveSmartAG The current edition of the active smart access gateway does not support this feature.主智能接入网关的当前版本不支持该功能特性。403 FeatureNotSupportForStandBySmartAG The current ...

DescribeSagCurrentDns-查询设备当前生效DNS

403 FeatureNotSupportForActiveSmartAG The current edition of the active smart access gateway does not support this feature.主智能接入网关的当前版本不支持该功能特性。403 FeatureNotSupportForStandBySmartAG The current ...

ModifySagGlobalRouteProtocol-修改全局路由协议

403 FeatureNotSupportForActiveSmartAG The current edition of the active smart access gateway does not support this feature.主智能接入网关的当前版本不支持该功能特性。403 FeatureNotSupportForStandBySmartAG The current ...

ModifySagUserDns-修改用户自定义DNS

403 FeatureNotSupportForActiveSmartAG The current edition of the active smart access gateway does not support this feature.主智能接入网关的当前版本不支持该功能特性。403 FeatureNotSupportForStandBySmartAG The current ...

生命周期

noncurrent_storage_info+'is_access_time={0},return_to_std_when_visit={1}*'.format(storage_rule.is_access_time,storage_rule.return_to_std_when_visit)#查看非当前版本Object存储类型转换规则。print('noncurrent_version_sotrage_...

DescribeSagUserDns-查询自定义DNS信息

403 FeatureNotSupportForStandBySmartAG The current edition of the standby smart access gateway does not support this feature.备智能接入网关的当前版本不支持该功能特性。500 SmartAccessGatewayInArrears The specified Smart ...

DescribeSAGDeviceInfo-获取设备概况

403 FeatureNotSupportForStandBySmartAG The current edition of the standby smart access gateway does not support this feature.备智能接入网关的当前版本不支持该功能特性。403 SmartAccessGatewayNotOnline The specified smart ...

DescribeSagStaticRouteList-查询静态路由列表

403 FeatureNotSupportForActiveSmartAG The current edition of the active smart access gateway does not support this feature.主智能接入网关的当前版本不支持该功能特性。403 FeatureNotSupportForStandBySmartAG The current ...

DescribeSagGlobalRouteProtocol-获取全局路由协议

403 FeatureNotSupportForActiveSmartAG The current edition of the active smart access gateway does not support this feature.主智能接入网关的当前版本不支持该功能特性。403 FeatureNotSupportForStandBySmartAG The current ...

ModifySagRouteProtocolBgp-修改设备动态路由协议BGP...

403 FeatureNotSupportForActiveSmartAG The current edition of the active smart access gateway does not support this feature.主智能接入网关的当前版本不支持该功能特性。403 FeatureNotSupportForStandBySmartAG The current ...

DescribeSagExpressConnectInterfaceList-查询专线子...

403 FeatureNotSupportForActiveSmartAG The current edition of the active smart access gateway does not support this feature.主智能接入网关的当前版本不支持该功能特性。403 FeatureNotSupportForStandBySmartAG The current ...

DescribeSagRouteList-查询当前路由列表

403 FeatureNotSupportForStandBySmartAG The current edition of the standby smart access gateway does not support this feature.备智能接入网关的当前版本不支持该功能特性。500 SmartAccessGatewayInArrears The specified Smart ...

DescribeSagWifi-获取Wifi配置

403 FeatureNotSupportForActiveSmartAG The current edition of the active smart access gateway does not support this feature.主智能接入网关的当前版本不支持该功能特性。403 FeatureNotSupportForStandBySmartAG The current ...

DescribeSagPortList-查询物理端口信息

403 FeatureNotSupportForStandBySmartAG The current edition of the standby smart access gateway does not support this feature.备智能接入网关的当前版本不支持该功能特性。500 SmartAccessGatewayInArrears The specified Smart ...

DescribeSagRouteProtocolBgp-获取动态路由协议BGP的...

403 FeatureNotSupportForActiveSmartAG The current edition of the active smart access gateway does not support this feature.主智能接入网关的当前版本不支持该功能特性。403 FeatureNotSupportForStandBySmartAG The current ...

ModifySagRouteProtocolOspf-修改动态路由协议OSPF...

403 FeatureNotSupportForStandBySmartAG The current edition of the standby smart access gateway does not support this feature.备智能接入网关的当前版本不支持该功能特性。500 SmartAccessGatewayInArrears The specified Smart ...

DescribeSagHa-查询智能接入网关的高可用配置

403 FeatureNotSupportForStandBySmartAG The current edition of the standby smart access gateway does not support this feature.备智能接入网关的当前版本不支持该功能特性。500 SmartAccessGatewayInArrears The specified Smart ...
共有200条 < 1 2 3 4 ... 200 >
跳转至: GO
产品推荐
云服务器 安全管家服务 安全中心
这些文档可能帮助您
阿里邮箱 商标服务 弹性公网IP 智能接入网关 数字证书管理服务(原SSL证书) 短信服务
新人特惠 爆款特惠 最新活动 免费试用