在 API Connect CLI 中发布产品时遇到问题
Facing issue in publishing product in API Connect CLI
正在执行
apic products publish climb-on.yaml --server mgmnthost.com --org climbon --catalog sandbox
我得到
You do not have sufficient permissions to perform this operation.
我执行了apic orgs --server mgmnthost.com
但是,这个命令我什么也没得到。
可能是我使用的组织名称不正确(从 目录标识符 字符串中获取名称。
有人可以帮忙吗?
谢谢。阿曼
您必须确保您拥有:
已登录,使用您尝试发布到的同一服务器:
apic 登录 --username $USERNAME --password $PASSWORD --server ${APIC_SERVER}
用户需要在该组织中拥有发布者权限,在您尝试将产品发布到的特定目录中(产品经理是该组织的默认角色名称)
正在执行
apic products publish climb-on.yaml --server mgmnthost.com --org climbon --catalog sandbox
我得到
You do not have sufficient permissions to perform this operation.
我执行了apic orgs --server mgmnthost.com
但是,这个命令我什么也没得到。
可能是我使用的组织名称不正确(从 目录标识符 字符串中获取名称。
有人可以帮忙吗?
谢谢。阿曼
您必须确保您拥有:
已登录,使用您尝试发布到的同一服务器:
apic 登录 --username $USERNAME --password $PASSWORD --server ${APIC_SERVER}
用户需要在该组织中拥有发布者权限,在您尝试将产品发布到的特定目录中(产品经理是该组织的默认角色名称)