Set the OID suffix for a resource adaptor entity in an OID suffix mappings descriptor. The OID suffix forms part of the OIDs registered for that resource adaptor entity’s statistics.

Each resource adaptor entity of a resource adaptor component must have a unique OID suffix. Otherwise, an OID conflict occurs.

The following example shows an OID suffix mappings descriptor that specifies an OID suffix for the cqlra resource adaptor entity.

{
  "name": "example-resource-adaptor-entity-binding",
  "vendor": "vendor",
  "version": "1.0.0",

  "resourceAdaptorEntities": [
    {
      "name": "cqlra",
      "oidSuffix": "${oid.products.resource-adaptors.cassandra-cql.resource-adaptor-entities.primary}"
    }
  ]
}
Previous page Next page