CONTAP-210232: ONTAP S3 または Oauth2 API の REST ロールエントリの作成が無効な URI パスエラーで失敗する
問題
数字を含むREST APIのカスタムRESTロールエントリを作成しようとすると、次のエラーメッセージが表示されて失敗します。
[Error: command failed: Specified URI path is invalid or not supported.URIに有効な文字のみが含まれていることを
確認してください。]
例:
1. cluster1::> security login rest-role create -role s3admin1 -api
"/api/protocols/s3/services" -access all
Error: command failed: Specified URI path is invalid or not supported.
URIに有効な文字のみが含まれていることを確認してください。
2. cluster1::> security login rest-role create -role s3admin2 -api
"/api/protocols/s3/buckets" -access all -vserver vs1
Error: command failed: Specified URI path is invalid or not supported.
URIに有効な文字のみが含まれていることを確認してください。
3. cluster1::> security login rest-role create -role oauth2user -api
"/api/security/authentication/cluster/oauth2" -access all
Error: command failed: Specified URI path is invalid or not supported.
URIに有効な文字のみが含まれていることを確認してください。