调用DescribeProjectOperateLogs获取项目流程操作日志。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String DescribeProjectOperateLogs

系统规定参数。取值:DescribeProjectOperateLogs。

InstanceId String 4****89

云市场订单实例ID。

返回数据

名称 类型 示例值 描述
RequestId String e6037e86-657f-4194-bb6a-7b26973aec8d

请求ID

Result Array

Description String 进入分配服务商操作人

操作内容描述

GmtCreate Long 1587624497000

操作时间(Unix时间戳)

Operator Long 0

操作人阿里云UID

OperatorName String 系统

操作人名称

OperatorRole String System

操作人角色,取值:

  • System:系统
  • Custom:客户
  • Provider:服务提供商
Success Boolean true

成功状态标识

示例

请求示例

http(s)://market.aliyuncs.com/?Action=DescribeProjectOperateLogs
&InstanceId=4****89
&<公共请求参数>

正常返回示例

XML 格式

<DescribeProjectOperateLogsResponse>
  <requestId>ee69a00f-189b-400f-9fd2-af89749fb50f</requestId>
  <result>
        <description>进入客户地址需求</description>
        <gmtCreate>1587624497000</gmtCreate>
        <operator>0</operator>
        <operatorName>系统</operatorName>
        <operatorRole>System</operatorRole>
  </result>
  <result>
        <description>进入分配服务商操作人</description>
        <gmtCreate>1587624497000</gmtCreate>
        <operator>0</operator>
        <operatorName>系统</operatorName>
        <operatorRole>System</operatorRole>
  </result>
  <result>
        <description>分配服务商操作人已完成</description>
        <gmtCreate>1587624497000</gmtCreate>
        <operator>0</operator>
        <operatorName>系统</operatorName>
        <operatorRole>System</operatorRole>
  </result>
  <result>
        <description>分配服务商节点已完成</description>
        <gmtCreate>1587624497000</gmtCreate>
        <operator>0</operator>
        <operatorName>系统</operatorName>
        <operatorRole>System</operatorRole>
  </result>
  <result>
        <description>进入分配服务商节点</description>
        <gmtCreate>1587624496000</gmtCreate>
        <operator>0</operator>
        <operatorName>系统</operatorName>
        <operatorRole>System</operatorRole>
  </result>
  <result>
        <description>项目开始</description>
        <gmtCreate>1587624496000</gmtCreate>
        <operator>0</operator>
        <operatorName>系统</operatorName>
        <operatorRole>System</operatorRole>
  </result>
  <success>true</success>
</DescribeProjectOperateLogsResponse>

JSON 格式

{
    "requestId": "ee69a00f-189b-400f-9fd2-af89749fb50f",
    "result": [
        {
            "description": "进入客户地址需求",
            "gmtCreate": 1587624497000,
            "operator": 0,
            "operatorName": "系统",
            "operatorRole": "System"
        },
        {
            "description": "进入分配服务商操作人",
            "gmtCreate": 1587624497000,
            "operator": 0,
            "operatorName": "系统",
            "operatorRole": "System"
        },
        {
            "description": "分配服务商操作人已完成",
            "gmtCreate": 1587624497000,
            "operator": 0,
            "operatorName": "系统",
            "operatorRole": "System"
        },
        {
            "description": "分配服务商节点已完成",
            "gmtCreate": 1587624497000,
            "operator": 0,
            "operatorName": "系统",
            "operatorRole": "System"
        },
        {
            "description": "进入分配服务商节点",
            "gmtCreate": 1587624496000,
            "operator": 0,
            "operatorName": "系统",
            "operatorRole": "System"
        },
        {
            "description": "项目开始",
            "gmtCreate": 1587624496000,
            "operator": 0,
            "operatorName": "系统",
            "operatorRole": "System"
        }
    ],
    "success": true
}

错误码

访问错误中心查看更多错误码。