Hitachi

JP1 Version 12 JP1/Automatic Job Management System 3 Command Reference


6.4 Request format

A request consists of the request line, request header, and message body. Specify a request in the following format:

methodΔ/application/component/apiVersion/domain/objectType/other?queryΔhttpVersion
requestHeader
 
messageBody
Legend:

Δ: space

Table 6‒5: Entries and meanings of the request format

Category

Entry

Setting

Request line

method

Method

application

Application identifier

component

Component identifier

apiVersion

API version

domain

Domain

objectType

Resource identifier

other

Value for uniquely identifying a resource and an operation on the resource

query

Query string

httpVersion

Protocol version

Request Header

requestHeader

Request header

Message Body

messageBody

Message body

Supplementary notes
  • Specify the request line and request header by using ASCII characters.

  • To specify a character that cannot be used for URI, URL encoding is required. Use UTF-8 for the character encoding.

Organization of this section