Unknown macro: {next_previous_link3}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

You can add an application using the CLI tool, REST API or the PPaaS Console as shown below:

 

 


 

Sample user definition JSON

The following are sample configurations that can be used in a JSON to define an application:

 

{
  "userName": "kim",
  "credential": "kim12345",
  "role": "admin",
  "firstName": "Frank",
  "lastName": "Myers",
  "email": "foo@bar.com"
} 

 

 

  • No labels