Integrate > HPE ITOC - HPE CSA integration > Configure HPE CSA component for an HPE ITOC resource

Configure HPE CSA component for an HPE ITOC resource

All applicable resource attributes for a resource type need to be defined on the HPE CSA component used in a topology design to be instantiated and imported to HPE ITOC in order for the imported HPE ITOC resource to be successfully scanned or remediated.

To make a HPE CSA component property available to HPE ITOC, you can perform one of the following tasks:

  • Ensure that the existing HPE CSA component property name is the same as the HPE ITOC resource attribute name.

    For example, if the HPE CSA component has a property “Hostname,” then its value is taken as the HPE ITOC resource attribute "Hostname" value.

  • Map the existing HPE CSA component property name to the HPE ITOC resource attribute name in the resource.properties file on the HPE ITOC server (in the same folder as the application.properties file).

    For example, if the existing HPE CSA resource property "serverName" has the value of the HPE ITOC resource attribute "Hostname," configure the mapping in resource.properties file as follows:

    serverName=Hostname

    where the HPE CSA property name is the key in the mapping, and the HPE ITOC resource attribute name is the value.

  • Add the HPE ITOC resource attribute to the HPE CSA component property and prefix the attribute with “ITOC.”

    You may define ITOCHostname in the HPE CSA component property that has the value of HPE ITOC resource attribute “Hostname.”