HCP System Management Help


JSON file for creating the user account with the compliant and monitor roles

Here’s the content of the JSON file that creates a user account with the monitor and compliance roles. The name of the file is mwhite-UA.json. For the username and password for this account, the sample application specifies mwhite and start123, respectively.

{
  "username" : "mwhite",
  "fullName" : "Morgan White",
  "description" : "Compliance officer.",
  "localAuthentication" : true,
  "forcePasswordChange" : false,
  "enabled" : true,
  "roles" : {
      "role" : [ "COMPLIANCE", "MONITOR" ]
  }
}

© 2017 Hitachi Vantara Corporation. All rights reserved.