ONTAP-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に有効な文字のみが含まれていることを確認します。