Help Center/
DataArts Studio/
More Documents/
API Reference (Kuala Lumpur Region)/
DataArts Factory APIs/
APIs to Be Taken Offline/
Editing a Job
Updated on 2022-08-17 GMT+08:00
Editing a Job
Function
This API is used to edit a job.
URI
- Parameter description
Table 1 URI parameters Parameter
Mandatory
Type
Description
project_id
Yes
String
Project ID. For details about how to obtain a project ID, see Project ID and Account ID.
job_name
Yes
String
Job name.
Request
See Request.
Example
Modify the properties of job dliJob1.
- Request
PUT /v1/b384b9e9ab9b4ee8994c8633aabc9505/jobs/dliJob1 { "logPath":"obs://dlf-log-b384b9e9ab9b4ee8994c8633aabc9505", "name":"dliJob1", "nodes":[ { "failPolicy":"FAIL", "location":{ "x":"385.0", "y":"150.0" }, "maxExecutionTime":60, "name":"DIS_INPUT", "pollingInterval":1, "preNodeName":[], "properties":[ { "name":"streamName", "value":"csinput" } ], "resources":[], "retryInterval":120, "retryTimes":0, "type":"DISStream" }, { "failPolicy":"FAIL", "location":{ "x":"572.0", "y":"151.0" }, "maxExecutionTime":60, "name":"CS_PROCESS", "pollingInterval":10, "preNodeName":[ "DIS_INPUT" ], "properties":[ { "name":"scriptName", "value":"CS_PROCESS_TRIP" }, { "name":"jobName", "value":"CS_PROCESS" }, { "name":"jobType", "value":"flink_sql_job" }, { "name":"spuNumber", "value":"2" }, { "name":"parallelNumber", "value":"1" } ], "resources":[], "retryInterval":120, "retryTimes":0, "type":"CSJob" }, { "failPolicy":"FAIL", "location":{ "x":"718.0", "y":"121.0" }, "maxExecutionTime":60, "name":"DIS_EVENT", "pollingInterval":1, "preNodeName":[ "CS_PROCESS" ], "properties":[ { "name":"streamName", "value":"dis-event" } ], "resources":[], "retryInterval":120, "retryTimes":0, "type":"DISStream" }, { "eventTrigger":{ "channel":"dis-event", "concurrent":1, "eventType:"DIS", "readPolicy":"LAST" }, "failPolicy":"FAIL", "location":{ "x":"848.0", "y":"167.0" }, "maxExecutionTime":60, "name":"TRIP_RAW_STANDARD", "pollingInterval":10, "preNodeName":[ "DIS_EVENT" ], "properties":[ { "name":"scriptName", "value":"TRIP_RAW_STANDARD" }, { "name":"database", "value":"lixinlong" }, { "name":"queueName", "value":"default" } ], "resources":[], "retryInterval":120, "retryTimes":0, "type":"DLISQL" } ], "params":[ { "name":"dis_channel", "value":"dis_input" } ], "processType":"REAL_TIME", "resources":[], "schedule":{ "type":"EXECUTE_ONCE" }, "version":"1.0" }
Parent topic: APIs to Be Taken Offline
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot