-
Notifications
You must be signed in to change notification settings - Fork 1
Documentation 2.0.0.0‐RC1
Jan Böhringer edited this page Mar 21, 2025
·
4 revisions
Changes to previous versions can be found in the release notes.
- Specifies the size of the resource to be generated to make download tests with
- Maximum value is 100.000.000 bytes or 100MB
- Leave empty to default to 10MB
- FHIR search expression to retrieve a list of endpoints to ping. Below is an example of getting all Endpoint resources that belong to an organization with identifier 'test.identifier.org':
Endpoint?status=active&organization:identifier=http://dsf.dev/sid/organization-identifier|test.identifier.org
- Leave empty to ping all active endpoints
- Property: dev.dsf.bpe.ping.maxDownloadSizeBytes
- Required: No
- Processes: dsfdev_ping, dsfdev_pong
- Description: Sets the download limit on resource downloads, essentially limiting the amount of data downloaded from other ping instances. Setting this to a negative value will disable resource downloads, effectively resulting in running the slim ("old") ping process.
-
Default:
10000000
- Property: dev.dsf.bpe.ping.maxUploadSizeBytes
- Required: No
- Processes: dsfdev_ping, dsfdev_pong
- Description: Sets the upload limit on resource uploads, essentially limiting the amount of data other ping instances are able to download from this instance.
-
Default:
10000000
- Property: dev.dsf.bpe.ping.networkSpeedUnit
- Required: No
- Processes: dsfdev_ping, dsfdev_pong
- Description: Unit to display upload and download speeds in. Eligible values be: "bits-per-second", "bytes-per-second", "megabits-per-second", "megabytes-per-second". Default is "megabytes-per-second".
-
Default:
megabytes-per-second
- Property: dev.dsf.dsf.bpe.ping.mail.onPingProcessFailed
- Required: No
- Processes: dsfdev_ping
- Description: To enable a mail being sent if the ping process fails, set to 'true'. This requires the SMPT mail service client to be configured in the DSF
-
Default:
false
- Property: dev.dsf.dsf.bpe.ping.mail.onPongProcessFailed
- Required: No
- Processes: dsfdev_pong
- Description: To enable a mail being sent if the pong process fails, set to 'true'. This requires the SMPT mail service client to be configured in the DSF
-
Default:
false