DCS区域API方法 dcs-region-api-methods

允许您以编程方式列出Audience ManagerDCS区域的方法。

有关区域及其相应整数的列表,请参阅DCS区域ID、位置和主机名

列出特定的DCS区域 list-specific-dcs-region

用于列出特定DCS区域的GET方法。

请求

GET /v1/dcs-regions/<id>

示例响应

{
    "regionId" : <id>,
    "location" : "<location>",
    "host" : "<host>",
    "code" : "<code>",
    "status" : "ACTIVE" | "INACTIVE",
    "createTime" : long of milliseconds since epoch,
    "updateTime" : long of milliseconds since epoch,
    "crUID" : <userId who created>,
    "upUID" : <userId who updated>
  }

如果成功,则返回200 OK

有关区域及其相应整数的列表,请参阅DCS区域ID、位置和主机名

列出DCS区域 list-dcs-regions

用于列出DCS区域的GET方法。

请求

GET /v1/dcs-regions/

示例响应

[
  {
    "regionId" : <id>,
    "location" : "<location>",
    "host" : "<host>",
    "code" : "<code> # APSE, USE, etc,
    "status" : "ACTIVE" | "INACTIVE",
    "createTime" : long of milliseconds since epoch,
    "updateTime" : long of milliseconds since epoch,
    "crUID" : <userId who created>,
    "upUID" : <userId who updated>
  },
  ...
]

如果成功,则返回200 OK

有关区域及其相应整数的列表,请参阅DCS区域ID、位置和主机名

recommendation-more-help
de293fbf-b489-49b0-8daa-51ed303af695