Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following configuration applies to HP machines.

...

Installing credentials:

  • Reach out to HP to obtain the Gateway API credentials (user and secret). They come in two files: Install the deviceproxy.json that must be installed comes with the Aggregator into the HP SmartStream 3D Command Center Server and a credentials.json that must be provided to the Aggregator. For installation into the server (v3.6+), see the section Installing Gateway Credentials.

Aggregator version 1.5.2

Configuration

Data

Description

Required

type

HP

The machine's interface type.

url

https://192.168.2.187:8443

HP Command Center Device API Gateway.

custom_name

my_hp_machine

The custom machine name to be displayed in the MES. Will be read from the machine if unset.

unique_name

Crait Sim

The HP device id or device name. Can be omitted if there is only one device.

authentication_file_path

./credentials.json or

JSON object

Client secrets for authentication. For files, the path can be absolute or relative to the Aggregator.

mes_id

[1]

The MES instance(s) of your organization.

...

Code Block
languagejson
{
  "type": "HP",
  "url": "https://192.168.2.187:8443",
  "custom_name": "my_formlabshp_machine",
  "unique_name": "Crait Sim",
  "authentication_file_path": "./credentials.json", // contents as shown below
  "mes_id": [
    1
  ]
}

...

Code Block
languagejson
{
  "type": "HP",
  "url": "https://192.168.2.187:8443",
  "custom_name": "my_formlabshp_machine",
  "unique_name": "Crait Sim",
  "authentication_file_path": {
    "username": "112a1567e6a63bb21ff9e00ef61e0248",
    "password": "ec0a3bb4ccab21d22eb71235ae68ad2a"
  },
  "mes_id": [
    1
  ]
}