F.3 Service linkage definition file
The service linkage job definition file can be downloaded by clicking Export on the Service linkage job definitions screen or the Home screen where a service linkage job definition was selected. When a service linkage job definition file is specified by clicking Import on the Service linkage job definition screen, service linkage job information can be imported to JP1/AJS3 for Cloud Service Applications.
The details of the service linkage job definition file are as follows:
- Organization of this subsection
(1) Default service linkage job definition file
- When Export is clicked on the Service linkage job definition screen
-
sljobdefExport.txt
- When Export is clicked on the Home screen where a service linkage job definition was selected
-
entered_sljobdefExport.txt
(2) Format of service linkage job definition file
{ "name": "Definition name of service linkage job information", "comment": "Description", "jp1resource": "JPI resource group name", "productVersion": "Version information", "definitionKind": "DEFINITIONINFO", "callKind": "Call type of cloud service", "schemaVersion": "Schema version", "slJobInfo": { "serviceName": "Linkage destination service name", "summary": "Overview of processing to be performed as linkage destination service", "execInfoName": "Definition name of execution information", "connectInfoName": "Definition name of connection information" } }
(3) Items of service linkage job definition file
The details of each item of the service linkage definition file are shown in the table below.
Item |
Description |
|
---|---|---|
name |
Definition name of service linkage job information |
|
comment |
Description of service linkage job information |
|
jp1resource |
JP1 group name of service linkage job information |
|
productVersion |
Version information of JP1/AJS3 for Cloud Service Applications |
|
definitionKind |
Fixed to "DEFINITIONINFO" |
|
callKind |
Call type of cloud service |
|
schemaVersion |
Schema version of service linkage job definition |
|
slJobInfo |
serviceName |
Linkage destination service name of service linkage job |
summary |
Overview of processing to be performed as linkage destination service |
|
execInfoName |
Definition name of execution information the format of "/Execution-information-definition-name" |
|
connectInfoName |
Definition name of connection information in the format of "/Connection-definition-name" |