Provide FDSN Web Services. fdsnws [options] generic#help generic#version generic#config-file generic#plugins generic#daemon generic#auto-shutdown generic#shutdown-master-module generic#shutdown-master-username verbosity#verbosity verbosity#v verbosity#quiet verbosity#component verbosity#syslog verbosity#lockfile verbosity#console verbosity#debug verbosity#log-file database#db-driver-list database#database database#config-module database#inventory-db database#db-disable records#record-driver-list records#record-url records#record-file records#record-type Define the bind address of the server. "0.0.0.0" allows any interface to connect to this server whereas "127.0.0.0" only allows connections from localhost. Server port to listen for incoming requests. Note: The FDSN Web service specification defines the service port 80. Please refer to the documentation on how to serve on privileged ports. Number of maximum simultaneous requests. Maximum number of objects per query, used in fdsnws-station and fdsnws-event to limit main memory consumption. Restrict end time of requests to current time - realtimeGap seconds. Negative values allowed. Used in fdsnws-dataselect. WARNING: If this value is unset and a realtime recordsource (e.g. slink) is used, requests may block if end time in future is requested. Maximum number of samples (in units of million) per query, used in fdsnws-dataselect to prevent a single user to block one connection with a large request. Set the number of bytes to buffer for each chunk of waveform data served to the client. The lower the buffer the higher the overhead of Python Twisted. The higher the buffer the higher the memory usage per request. 100kB seems to be a good trade-off. Path to password file used in fdsnws-dataselect/queryauth. The format is 'username:password' separated by lines. Because of the HTTP digest authentication method required by the FDSN specification, the passwords have to be stored in plain text. Path to access log file. If unset no access log is created. Path to request log file. If unset no request log is created. Secret salt for calculating userID. List of domain names Cross-Origin Resource Sharing (CORS) request may originate from. A value of '*' allows any web page to embed your service. An empty value will switch of CORS requests entirely. An example of multiple domains might be: 'https://test.domain.de, https://production.domain.de'. Enable/disable access to restricted inventory data. Enable/disable handling of time-based conditional requests (RFC 7232) by the fdsnws-station resource. If enabled, then access to restricted waveform data is controlled by arclink-access bindings. By default authenticated users have access to all data. If enabled, author information is removed from any event creationInfo element. If enabled, event comment elements are no longer accessible. If set, the event service will only return events having a preferred origin with a matching evaluationMode property. List of enabled event types List of disabled event types List of enabled event formats. If unspecified, all supported formats are enabled. Enable/disable the DataSelect service. Enable/disable the Event service. Enable/disable the Station service. Enable/disable the Availability service. Note: This is a non standard FDSNWS extension served under fdsnws/ext/availability. Path to station inventory filter file. Path to dataselect inventory filter file. If enabled, a debug line is written for each stream ID explaining why a stream was added/removed by a inventory filter. Define the prefix for the default filenames if downloading and saving data from within a browser. For data loaded using dataselect, it is thus fdsnws.mseed by default. Provide access to waveform data availability information stored in the SeisComP database. In case of a SDS archive, this information may be collected by scardac (SeisComP archive data availability collector). Enable loading of data availabilty information from SeisComP database. Availability information is used by station and ext/availability service. Number of seconds data availabilty information is considered valid. If the duration time is exceeded, the information is fetched again from the database. Name of the archive use in sync format of dataavailability extent service. Name of the archive use in some format of data availability extent service. Save request log to database. Default user. Enable auth extension. GnuPG home directory. List of revoked token IDs.