Records - Update
更新时间线记录(如果已存在),否则为同一时间线创建新记录。
PATCH https://dev.azure.com/{organization}/{scopeIdentifier}/_apis/distributedtask/hubs/{hubName}/plans/{planId}/timelines/{timelineId}/records?api-version=7.1-preview.1
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
hub
|
path | True |
string |
服务器中心的名称。 常见示例:“build”、“rm”、“checks” |
organization
|
path | True |
string |
Azure DevOps 组织的名称。 |
plan
|
path | True |
string uuid |
计划的 ID。 |
scope
|
path | True |
string uuid |
用于确定请求范围的项目 GUID |
timeline
|
path | True |
string uuid |
时间线的 ID。 |
api-version
|
query | True |
string |
要使用的 API 版本。 应将其设置为“7.1-preview.1”才能使用此版本的 API。 |
请求正文
名称 | 类型 | 说明 |
---|---|---|
count |
integer |
序列化的项数。 |
value |
string |
序列化的项。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
成功的操作 |
安全性
accessToken
个人访问令牌。 将任何值用作用户名和令牌作为密码。
Type:
basic
示例
Update timeline's records
Sample Request
PATCH https://dev.azure.com/{organization}/{scopeIdentifier}/_apis/distributedtask/hubs/{hubName}/plans/{planId}/timelines/{timelineId}/records?api-version=7.1-preview.1
{
"value": [
{
"id": "5e6d5dbf-ac69-5f56-8b85-8e9038703a8b",
"parentId": null,
"type": null,
"name": null,
"startTime": null,
"finishTime": null,
"currentOperation": null,
"percentComplete": null,
"state": null,
"result": null,
"resultCode": null,
"changeId": 0,
"lastModified": "0001-01-01T00:00:00",
"workerName": null,
"log": {
"path": "logs\\5e6d5dbf-ac69-5f56-8b85-8e9038703a8b",
"createdOn": "0001-01-01T00:00:00",
"lastChangedOn": "0001-01-01T00:00:00",
"id": 0,
"location": null
},
"details": null,
"errorCount": null,
"warningCount": null,
"location": null,
"attempt": 1,
"identifier": null
}
],
"count": 1
}
Sample Response
{
"count": 1,
"value": [
{
"id": "5e6d5dbf-ac69-5f56-8b85-8e9038703a8b",
"parentId": "096e11e7-c8bb-5a90-1a73-4e639c9ea0f9",
"type": "Task",
"name": "Invoke REST API",
"startTime": "2022-12-02T09:33:15.0466667Z",
"finishTime": "2022-12-02T09:37:37.8433333Z",
"currentOperation": null,
"percentComplete": null,
"state": "completed",
"result": "succeeded",
"resultCode": null,
"changeId": 13,
"lastModified": "0001-01-01T00:00:00",
"workerName": null,
"order": 1,
"refName": "InvokeRESTAPI0",
"log": {
"id": 0,
"location": "https://dev.azure.com/fabrikam/_apis/distributedtask/plans/787562d7-f1da-59cf-22c4-8a94fa784503/logs/0"
},
"details": null,
"errorCount": 0,
"warningCount": 0,
"task": {
"id": "9c3e8943-130d-4c78-ac63-8af81df62dfb",
"name": "InvokeRESTAPI",
"version": "1.198.0"
},
"location": "https://dev.azure.com/fabrikam/_apis/distributedtask/plans/787562d7-f1da-59cf-22c4-8a94fa784503/timelines/787562d7-f1da-59cf-22c4-8a94fa784503/records/5e6d5dbf-ac69-5f56-8b85-8e9038703a8b",
"attempt": 1,
"identifier": null
}
]
}
定义
名称 | 说明 |
---|---|
Issue |
与管道运行关联的问题 (错误、警告) 。 |
Issue |
类型 (错误、警告) 问题。 |
JObject |
表示 JSON 对象。 |
Task |
对任务日志的引用。 此类包含有关在管道运行期间打印到时间线记录日志控制台的输出的信息。 |
Task |
对任务的引用。 |
Task |
|
Timeline |
尝试更新 TimelineRecord。 |
Timeline |
有关管道运行期间执行不同操作的详细信息。 |
Timeline |
记录的状态。 |
Timeline |
对时间线的引用。 |
Variable |
泛型变量的包装类。 |
Vss |
此类用于将集合序列化为网络上的单个 JSON 对象。 |
Issue
与管道运行关联的问题 (错误、警告) 。
名称 | 类型 | 说明 |
---|---|---|
category |
string |
问题的类别。 |
data |
object |
包含问题详细信息的字典。 |
message |
string |
问题的说明。 |
type |
类型 (错误、警告) 问题。 |
IssueType
类型 (错误、警告) 问题。
名称 | 类型 | 说明 |
---|---|---|
error |
string |
|
warning |
string |
JObject
表示 JSON 对象。
名称 | 类型 | 说明 |
---|---|---|
item |
string |
|
type |
string |
获取此 JToken 的节点类型。 |
TaskLogReference
对任务日志的引用。 此类包含有关在管道运行期间打印到时间线记录日志控制台的输出的信息。
名称 | 类型 | 说明 |
---|---|---|
id |
integer |
任务日志的 ID。 |
location |
string |
任务日志的 REST URL。 |
TaskReference
对任务的引用。
名称 | 类型 | 说明 |
---|---|---|
id |
string |
任务定义的 ID。 对应于 task.json 文件的 ID 值。 |
inputs |
object |
特定于任务定义的输入的字典。 对应于 task.json 文件的输入值。 |
name |
string |
任务定义的名称。 对应于 task.json 文件的名称值。 |
version |
string |
任务定义的版本。 对应于 task.json 文件的版本值。 |
TaskResult
名称 | 类型 | 说明 |
---|---|---|
abandoned |
string |
|
canceled |
string |
|
failed |
string |
|
skipped |
string |
|
succeeded |
string |
|
succeededWithIssues |
string |
TimelineAttempt
尝试更新 TimelineRecord。
名称 | 类型 | 说明 |
---|---|---|
attempt |
integer |
记录的尝试。 |
identifier |
string |
记录的唯一标识符。 |
recordId |
string |
位于指定时间线内的记录标识符。 |
timelineId |
string |
拥有表示此尝试的记录的时间线标识符。 |
TimelineRecord
有关管道运行期间执行不同操作的详细信息。
名称 | 类型 | 说明 |
---|---|---|
agentSpecification |
以二进制格式运行管道作业的代理的规范。 当记录的类型为 Job 时适用。 |
|
attempt |
integer |
记录尝试次数。 |
changeId |
integer |
连接所有记录同时更新的 ID。 此值取自 时间线 的 ChangeId。 |
currentOperation |
string |
指示当前操作的字符串。 |
details |
对子时间线的引用。 |
|
errorCount |
integer |
此操作生成的错误数。 |
finishTime |
string |
记录的完成时间。 |
id |
string |
记录的 ID。 |
identifier |
string |
在尝试中保持一致的字符串标识符。 |
issues |
Issue[] |
此操作生成的问题列表。 |
lastModified |
string |
上次修改记录的时间。 |
location |
string |
记录的 REST URL。 |
log |
对此操作生成的日志的引用。 |
|
name |
string |
记录的名称。 |
order |
integer |
相对于时间线内其他记录的序号值。 |
parentId |
string |
记录的父级的 ID。 |
percentComplete |
integer |
记录完成百分比。 |
previousAttempts |
上一个记录尝试。 |
|
queueId |
integer |
将项目连接到运行操作的代理池的队列的 ID。 当记录的类型为 Job 时适用。 |
refName |
string |
引用的记录的名称。 |
result |
记录的结果。 |
|
resultCode |
string |
在记录操作完成后评估预定义条件。 |
startTime |
string |
记录的开始时间。 |
state |
记录的状态。 |
|
task |
对任务的引用。 当记录类型为 Task 时适用。 |
|
type |
string |
记录跟踪的操作类型。 |
variables |
<string,
Variable |
记录的变量。 |
warningCount |
integer |
此操作生成的警告数。 |
workerName |
string |
运行操作的代理的名称。 当记录的类型为 Job 时适用。 |
TimelineRecordState
记录的状态。
名称 | 类型 | 说明 |
---|---|---|
completed |
string |
|
inProgress |
string |
|
pending |
string |
TimelineReference
对时间线的引用。
名称 | 类型 | 说明 |
---|---|---|
changeId |
integer |
更改 ID。 |
id |
string |
时间线的 ID。 |
location |
string |
时间线的 REST URL。 |
VariableValue
泛型变量的包装类。
名称 | 类型 | 说明 |
---|---|---|
isReadOnly |
boolean |
指示是否可以在脚本的执行运行时期间更改变量。 |
isSecret |
boolean |
指示是否应静态加密变量。 |
value |
string |
变量的值, |
VssJsonCollectionWrapper
此类用于将集合序列化为网络上的单个 JSON 对象。
名称 | 类型 | 说明 |
---|---|---|
count |
integer |
序列化的项数。 |
value |
string |
序列化的项。 |