OPH_UNPUBLISH

Description

Type

Data Access.

Behaviour

It removes the HTML pages created by the PUBLISH2 operator. NOTE: it doesn’t remove the container folder.

Parameters

  • cube: name of the datacube previously published in HTML format. The name must be in PID format.

System parameters

  • exec_mode: operator execution mode. Possible values are async (default) for asynchronous mode, sync for synchronous mode with json-compliant output.
  • ncores: number of parallel processes to be used (min. 1). This operator is not parallel, so the only possible value is 1.
  • sessionid: session identifier used server-side to manage sessions and jobs. Usually, users don’t need to use/modify it, except when it is necessary to create a new session or switch to another one.
  • objkey_filter: filter on the output of the operator written to file (default=all => no filter, none => no output, unpublish => no output).

Examples

Unpublish data of the datacube “URL/1/1”:

[OPH_TERM] >>  oph_unpublish cube=URL/1/1;

Arguments

Argument name Type Mandatory Values Default Min/Max-value
exec_mode “string” “no” “async|sync” “async”  
sessionid “string” “no”   “null”  
ncores “int” “no”   “1” “1” / “1”
cube “string” “yes”      
objkey_filter “string” “no” “all|none|unpublish” “all”