路网数字化服务 DRIS-发送信号灯消息:请求示例

时间:2023-11-01 16:22:11

请求示例

POST https://{endpoint}/v1/{project_id}/spat/sendContent-Type:application/jsonX-Auth-Token:********Instance-Id:********{  "rsu_id" : "834bdeb2-66cf-4c44-badf-74764a93eab1",  "spat_content" : {    "name" : "spat",    "intersections" : [ {      "intersection_id" : {        "region" : 1,        "id" : 15      },      "status" : 0,      "phases" : [ {        "phase_id" : 1,        "phase_states" : [ {          "light" : 1,          "timing" : {            "counting" : {              "start_time" : {                "time_mark" : 0              },              "min_end_time" : {                "time_mark" : 1500              },              "max_end_time" : {                "time_mark" : 1540              },              "likely_end_time" : {                "time_mark" : 1500              },              "time_confidence" : 180,              "next_start_time" : {                "time_mark" : 6000              },              "next_duration" : {                "time_mark" : 150              }            },            "start_time" : 0,            "likely_end_time" : 255          }        } ]      }, {        "phase_id" : 2,        "phase_states" : [ {          "light" : 1,          "timing" : {            "counting" : {              "start_time" : {                "time_mark" : 0              },              "min_end_time" : {                "time_mark" : 1500              },              "max_end_time" : {                "time_mark" : 1540              },              "likely_end_time" : {                "time_mark" : 1500              },              "time_confidence" : 180,              "next_start_time" : {                "time_mark" : 6000              },              "next_duration" : {                "time_mark" : 150              }            },            "start_time" : 0,            "likely_end_time" : 255          }        } ]      } ]    } ]  }}
support.huaweicloud.com/api-v2x/v2x_04_0141.html