Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

BMC Remedy Spoke

Manage change requests, incidents, problems, and other records in BMC Remedy from your ServiceNow instance.

Request apps on the Store

Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

Integration Hub subscription

This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.

Spoke version

BMC Remedy spoke v1.5.0 is the latest version.

Spoke dependencies

If you’re having trouble installing the app, ensure that these dependent plugins are installed:

  • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
  • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
  • ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
  • Complex Object (com.glide.cobject)

Note: Some of these plugins are licensable features and require an appropriate license if used outside the spoke implementation. For information on licenses, contact your account manager.

Supported versions

This spoke was built for BMC Remedy AR server version 19.08, but may be compatible with later versions.

Spoke flows

The BMC Remedy spoke provides the Look up Record sample flow to demonstrate retrieving the details of records based on last modified date. To customize the sample flow, copy it to the required application scope.

Spoke subflows

The BMC Remedy spoke provides the Get Incident Request ID sample subflow to demonstrate retrieving the Request IDs of the specified incident numbers. To customize the sample subflow, copy it to the required application scope.

Spoke actions

The BMC Remedy spoke provides actions to perform BMC Remedy tasks when events occur in ServiceNow. Available actions include:

CategoryActionDescription
Change ManagementCreate ChangeCreates a change request in BMC Remedy.
CMDB ManagementGet Class AttributesRetrieves class attributes schema from BMC Remedy.
Get ClassesRetrieves the list of all non-abstract classes in the BMC Remedy CMDB.
Get DatasetsRetrieves the list of all datasets in BMC Remedy CMDB.
Get NamespaceRetrieves the list of all namespaces in BMC Remedy CMDB.
Look up CMDB DataGet All Incidents all CMDB data for specified dataset, namespace, and class from BMC Remedy.
Incident ManagementCreate IncidentCreates an incident in BMC Remedy.
Get All IncidentsRetrieves details of all incidents from BMC Remedy.
Update AttachmentUpdates the attachment of the required incident in BMC Remedy.
Get Incident By NumberRetrieves details of the specified incident.
Metadata RetrievalGet All ObjectsRetrieves name and label of all objects in BMC Remedy.
Alias SelectorValidates the given alias specific to the BMC Remedy spoke and retrieves the alias if it is valid.
Get Change Form FieldsRetrieves the list of fields in the Change Interface form table.
Get Change StatusRetrieves the list of all statuses in the BMC Remedy Change Management.
Get Change TimingRetrieves the list of all change timings in BMC Remedy Change Management.
Get Creatable FieldsRetrieves the list of creatable fields in a required standard or custom BMC Remedy table.
Get Creatable ObjectsRetrieves the list of creatable objects in BMC Remedy.
Get ImpactRetrieves the list of all impacts in the BMC Remedy.
Get Incident Form FieldsRetrieves the list of fields in the Incident Interface form table.
Get Incident StatusRetrieves the list of all statuses in BMC Remedy Incident Management.
Get Investigation DriverRetrieves the list of all investigation drivers in BMC Remedy Problem Management.
Get Object SchemaRetrieves schema of the specified object in BMC Remedy.
Get Problem Form FieldsRetrieves the list of fields in the Problem Interface form table.
Get Problem StatusRetrieves the list of all statuses in BMC Remedy Problem Management.
Get Queryable FieldsRetrieves the list of updatable fields in a required standard or custom BMC Remedy table.
Get Reported SourceRetrieves the list of all reported sources in BMC Remedy Incident Management.
Get Risk LevelRetrieves the list of all risk levels in BMC Remedy Change Management.
Get Service TypeRetrieves the list of all service types in BMC Remedy Incident object.
Get TokenGenerates access token for BMC Remedy.
Get Updatable FieldsRetrieves the list of updatable fields in the required standard or custom BMC Remedy table.
Get UrgencyRetrieves the list of all urgencies in BMC Remedy.
Problem ManagementCreate ProblemCreates a problem in BMC Remedy.
Record ManagementCreate RecordCreates record of the required type in BMC Remedy.
Get Record Details By IDRetrieves details of the specified record.
Look up RecordLooks up a record in BMC Remedy based on the query fields.
Update RecordUpdates details of the specified record in BMC Remedy.
Service Request ManagementCreate Service RequestCreates a service request in BMC Remedy.
Get Service Request Form FieldsRetrieves the list of fields in the Service Request Interface form table.
Get Service Request StatusRetrieves the list of all status in the BMC Remedy Service Request management.

Spoke modules

The BMC Remedy spoke adds a BMC Remedy application to your instance and includes these modules:

ModuleDescription
CredentialsCredential records for the BMC Remedy spoke can be accessed here.
ObjectsInformation about the objects in BMC Remedy can be accessed here. You can also create an object that can be used in your flows. See Create a BMC Remedy object in your ServiceNow instance for information about creating an object.

Spoke user roles

The Remedy_Admin (sn_bmcremedy_spoke.Remedy_Admin) is available when the BMC Remedy spoke is installed. Users with role can view and create objects in the Objects module.

Connection and credential alias requirements

Integration Hub uses aliases to manage connection and credential information, and OAuth credentials. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection.

Two aliases are available when you install the BMC Remedy spoke; one alias is of the Connection and Credential type and the other alias is of the Credential type. For information about setting up the spoke, see Set up the BMC Remedy spoke.

MID Server requirements

These actions use REST calls that can run either on an instance or, optionally, through a MID Server. Use the connection record associated with the BMC Remedy alias to configure where actions run and, if needed, specify MID Server selection attributes. For more information, see MID server.

To set up the MID Server for this spoke, see Set up MID Server for a spoke.