Route Creation Service (RCS)#

Ansys HPS includes the Route Creation Service (RCS), which is the main service for managing route creation and related operations.

The ansys.hps.client.rcs Python subpackage provides programmatic access to RCS-related operations.

APIs#

RcsApi(client)

Wraps around the RCS root endpoints.

Resources#

RegisterInstance

Register a new instance route.

RegisterInstanceResponse

Redis instance route information.

UnRegisterInstance

Unregister an instance route.

UnRegisterInstanceResponse

Response after unregistering an instance route.