/jobs

  • Mount Point: /rest/jobs

The following operations are supported on this resource:

  • POST (JSON payload)
  • POST (XML payload)
  • POST (ZIP payload)
  • POST (multi-part form)

POST (JSON payload)

Handles a function call job with a XML payload.

Input Payload

element consumeable content type(s) description
(custom)
  • application/json
Argument passed to the function called on RServi.

Output Payload

element produceable content type(s) description
(custom)
  • application/vnd.rsb+json
  • application/vnd.rsb+xml
(no documentation provided)

POST (XML payload)

Handles a function call job with a XML payload.

Input Payload

element consumeable content type(s) description
(custom)
  • application/xml
Argument passed to the function called on RServi.

Output Payload

element produceable content type(s) description
(custom)
  • application/vnd.rsb+json
  • application/vnd.rsb+xml
(no documentation provided)

POST (ZIP payload)

Handles a function call job with a ZIP payload.

Input Payload

element consumeable content type(s) description
(custom)
  • application/x-zip-compressed
  • application/x-zip
  • application/zip
Input stream of the ZIP data.

Output Payload

element produceable content type(s) description
(custom)
  • application/vnd.rsb+json
  • application/vnd.rsb+xml
(no documentation provided)

POST (multi-part form)

Handles a multi-part form job upload.

Input Payload

element consumeable content type(s) description
(custom)
  • multipart/form-data
(no documentation provided)

Output Payload

element produceable content type(s) description
(custom)
  • application/xml
  • application/json
(no documentation provided)