Viewing the JSON for behavior and session attributes

The administrator can view the JSON for behavior and session attributes for diagnostic purposes.

About this task

You can view the JSON for registered behavior or session attributes.

Procedure

  1. Open a browser.
  2. View the information for your registered attributes by entering one of the following URLs:
    Attribute type URL Example information
    Behavior https://hostname/mga/sps/ac/rest/behavior
    [
      {
        "time":1399431163540,
        "attributes":[
          {"urn:ibm:security:environment:geoLocation":"30.402806599999998,-97.714635,45"},
          {"urn:ibm:security:environment:accessTime":"2014-05-07T02:52:43Z"}
         ]
      },
      {
        "time":1399431202147,
        "attributes":[
          {"urn:ibm:security:environment:geoLocation":"30.4028181,-97.7146326,44"},
          {"urn:ibm:security:environment:accessTime":"2014-05-07T02:53:22Z"}
        ]
      }
    ]
    Session https://hostname/mga/sps/ac/rest/session
    {
      "urn:ibm:security:subject:riskScore":"0",
      "urn:ibm:security:environment:devicePlatform":"Linuxx86_64",
       "urn:ibm:security:environment:screenAvailableWidth":"1920",
      "urn:ibm:security:environment:browserPlugins":"Shockwave Flash",
       "urn:ibm:security:environment:geoRegionCode":"",
      "urn:ibm:security:environment:screenHeight":"1080",
      "urn:ibm:security:environment:deviceLanguage":"en-US",
      "urn:ibm:security:environment:colorDepth":"24",
      "urn:ibm:security:environment:screenWidth":"1920",
      "urn:ibm:security:environment:geoLocation":"30.4029283,-97.7147197,49",
      "urn:ibm:security:environment:screenAvailableHeight":"1025"
    }