From 6d94ce47e2a0f393fef5cc44adaa8b1f3e9bb4ef Mon Sep 17 00:00:00 2001 From: thumbetisiva Date: Fri, 7 Aug 2020 11:42:51 -0500 Subject: [PATCH] Update README.md Adding asset service design change information. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ca8cb61..bb65ba1 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,10 @@ See **/recipes/perl/access-control/access_control_api_requests.pl** Most of the API examples in this repository assume a valid JWT (Json Web Token) or API Key issued by NetBackup and do not incorporate role configuration as part of the script. However, there may be some examples which do configure RBAC as part of the script and have not yet been updated to use the RBAC design. + +#### NetBackup 8.3 Asset Service Design Shift +NetBackup 8.3 introduced a major change in its Asset service design. + +The previous AssetDB APIs will no longer function correctly. You must convert them to the new Asset Service APIs. +For information about Asset Services APIs, refer to the API Reference documentation on SORT or to the YAML files on the master server: +https:///api-docs/index.html \ No newline at end of file