Configure REST grid widgets
In SBM Composer, in a Visual Design layout REST grid widget, you can get data directly from Deployment Automation REST services.
To configure the REST grid widget in SBM Composer:
-
In the REST grid widget, in the Configure URL dialog, provide the REST service method URL and add the composerMode=true request parameter, for example:
http://srademo:8080/da/rest/deploy/component/all?composerMode=true
-
If the given Deployment Automation GET REST service method supports Composer Mode, a sample JSON with returned property names is displayed in the Result tab. These do not include real data but are the JSON structure.
-
In the Result tab, pick the corresponding property names to construct your REST grid widget columns.
-
When you have finished picking the property names to construct your columns, change the REST service method URL composerMode parameter to false, for example:
http://srademo:8080/da/rest/deploy/component/all?composerMode=false
-
Turn on SSO authentication.
-
Deploy the process app.
-
Verify the information in the SBM process app's user workspace.
For details about the REST service methods that support Composer Mode, see Methods supporting Composer Mode.