Hitachi

JP1 Version 13 JP1/Automatic Job Management System 3 for Cloud Service Applications


G.2 Service linkage monitoring job definition file

The service linkage monitoring job definition file can be downloaded by clicking Export on the Service linkage monitoring job definition screen or the Home screen where a service linkage monitoring job definition is selected. If the service linkage monitoring job definition file is specified by clicking Import on the Service linkage monitoring job definition screen, service linkage monitoring job information can be imported to JP1/AJS3 for Cloud Service Applications.

The details of the service linkage monitoring job definition file are as follows:

Organization of this subsection

(1) Default service linkage monitoring job definition file name

When Export is clicked on the Service linkage monitoring job definition screen

slmonjobdefExport.txt

When Export is clicked on the Home screen where the service linkage monitoring job definition is selected

entered_slmonjobdefExport.txt

(2) Format of service linkage monitoring job definition file

{
    "name":"Definition name of service linkage monitoring job information"
    "comment": "Description",
    "jp1resource": "JPI resource group name",
    "productVersion": "Version information",
    "definitionKind": DEFINITIONMONITORINGINFO,
    "callKind": "Call type of cloud service",
    "schemaVersion": "Schema version",
    "slMonitoringJobInfo": {
        "serviceName": "Linked service name",
        "summary": "Overview of linkage processing",
        "monitorInfoName": "Service linkage monitoring information definition name",
        "connectInfoName": "Service linkage connection information definition name"
    }
}

(3) Items of service linkage monitoring job definition file

The details of each item of the service linkage monitoring job definition file are shown in the table below.

Table G‒2: Items of service linkage monitoring job definition file

Item

Description

name

Definition name of service linkage monitoring job information

comment

Description of service linkage monitoring job information

jp1resource

JP1 resource group name of service linkage monitoring job information

productVersion

Version information of JP1/AJS3 for Cloud Service Applications

definitionKind

Fixed to "DEFINITIONMONITORINGINFO"

callKind

Call type of cloud service

schemaVersion

Schema version of service linkage monitoring job definition

slMonitoringJobInfo

serviceName

Linked service name of service linkage monitoring job

summary

Overview of processing to be performed as linkage destination service

monitorInfoName

Definition name of monitoring information in the format of "/Monitoring-information-definition-name".

connectInfoName

Definition name of connection information in the format of "/Connection-definition-name"