Actions
| Action | Description |
|---|---|
list | List simulators, optionally filtered by environment |
create | Create a new simulator |
get | Get a simulator by ID |
update | Update a simulator’s name or config |
delete | Delete a simulator |
Parameters
list
| Parameter | Type | Required | Description |
|---|---|---|---|
environmentId | string | no | Filter by environment ID |
create
| Parameter | Type | Required | Description |
|---|---|---|---|
type | string | yes | Simulator type: FHIR, HL7, Voice, Fax, Payer, Clearinghouse, CDSHooks, or Message |
name | string | yes | Name of the simulator |
config | object | no | Type-specific configuration |
get
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | Simulator ID |
update
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | Simulator ID |
name | string | no | Updated name |
config | object | null | no | Updated config, or null to clear |
delete
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | Simulator ID |