acm-sdk-python icon indicating copy to clipboard operation
acm-sdk-python copied to clipboard

Alibaba ACM SDK for Python

Results 13 acm-sdk-python issues
Sort by recently updated
recently updated
newest added

How can use the " acm add" to add a new namespace?It always says you don't have the right for the new namespace.

python 3.6 使用 import acm ENDPOINT = "acm.aliyun.com:8080" NAMESPACE = "base-dev" AK = "××××××××××" SK = "×××××××××××××××××" # get config client = acm.ACMClient(ENDPOINT, NAMESPACE, AK, SK) data_id = "cn.jfhealthcare.devops:opssampler.ini" group...