OPH_GET_CONFIG

Description

Type

Metadata Access

Behaviour

Request the configuration parameters.

Parameters

  • key: name of the metadata to be requested.

System parameters

  • objkey_filter: filter on the output of the operator written to file (default=all => no filter, none => no output, get_config => shows config data as text).

Examples

Get the URL where XML documents associated with Ophidia operators are located:

[OPH_TERM] >>  oph_get_config key=OPH_XML_URL;

Arguments

Argument name Type Mandatory Values Default Min/Max-value
key “string” “no” “all|OPH_XML_URL|OPH_SESS ION_ID|OPH_EXEC_MODE|OPH_ NCORES|OPH_DATACUBE|OPH_CWD|OPH_CDD|OPH_BASE_SRC_PATH” “all”  
objkey_filter “string” “no” “all|none|get_config” “all”