How to configure a JSON response in AFX connector capabilities to parse single or multi-valued responses in RSA Identity Governance & Lifecycle
Originally Published: 2020-02-27
Article Number
Applies To
RSA Version/Condition: 7.0.x, 7.1.x, 7.2.x
Issue
Example of a single-value response:
{
"requestNumber":"316",
"tickets": [
"INC0001234"],
"message":"Operation has completed successfully"
}
Example of a multi-valued response:
{
"requestNumber":"316",
"tickets": [
"INC0001234", "INC0001234", "INC0001235"],
"message":"Operation has completed successfully"
}
Resolution
Given the examples above, where tickets is the key name:
- To parse the response use the key name only as shown in the example below:
- To fetch a specific value from the array use the key name [#] as in the example below:
- To fetch a single value use the syntax in the above examples or use the key name [*]. The important point here is that key name [*] will not work on a multi-valued array.
Related Articles
RSA Governance & Lifecycle Recipes: Weekly Trending Multi Series Chart - Joiners & Leavers 13Number of Views 'Multi App Collector : 'Admin' privilege does not allow editing of the collector definition as expected in RSA Identity Go… 25Number of Views Troubleshooting Wildfly clustering Multi-cast connectivity for RSA Via Lifecycle and Governance 194Number of Views Adding multiple fulfillment nodes or paths for one item in a workflow in RSA Identity Governance & Lifecycle 16Number of Views Multi-app Entitlement Data Collector (MAEDC) fails with DuplicateNameException in RSA Identity Governance & Lifecycle 123Number of Views
Trending Articles
Oracle 12c TEMP_UNDO_ENABLED parameter for managing GTT UNDO activity in RSA Identity Governance & Lifecycle RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Unable to attach a replica instance due to a configuration error when enabling replication for the RADIUS server for RSA A… RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide Troubleshooting AFX Connector issues in RSA Identity Governance & Lifecycle
Don't see what you're looking for?