-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathDashboardsApiTest.dashboardUpdateErrorsTest.json
More file actions
128 lines (128 loc) · 4.04 KB
/
DashboardsApiTest.dashboardUpdateErrorsTest.json
File metadata and controls
128 lines (128 loc) · 4.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[{
"id" : "0924ae36-d3ad-4868-afec-eb737dc6712c",
"httpRequest" : {
"method" : "PUT",
"path" : "/api/v1/dashboard/123-abc-xyz",
"headers" : {
"Accept" : [ "application/json" ],
"JAVA-TEST-NAME" : [ "dashboardUpdateErrorsTest" ],
"Content-Type" : [ "application/json" ],
"Connection" : [ "close" ],
"Content-Length" : [ "67" ]
},
"keepAlive" : false,
"secure" : true,
"body" : {
"type" : "JSON",
"json" : "{\"layout_type\":null,\"title\":null,\"widgets\":[]}"
}
},
"times" : {
"remainingTimes" : 1
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"statusCode" : 400,
"reasonPhrase" : "Bad Request",
"headers" : {
"Date" : [ "Tue, 28 Jul 2020 14:27:29 GMT" ],
"Content-Type" : [ "application/json" ],
"Content-Length" : [ "40" ],
"Connection" : [ "keep-alive" ],
"Pragma" : [ "no-cache" ],
"Cache-Control" : [ "no-cache" ],
"X-DD-VERSION" : [ "35.2796999" ],
"DD-POOL" : [ "dogweb" ],
"Content-Security-Policy" : [ "frame-ancestors 'self'; report-uri https://api.datadoghq.com/csp-report" ],
"X-Frame-Options" : [ "SAMEORIGIN" ],
"X-Content-Type-Options" : [ "nosniff" ],
"Strict-Transport-Security" : [ "max-age=15724800;" ]
},
"body" : "{\"errors\": [\"'title' should be string\"]}"
}
}, {
"id" : "9f714264-c449-4ffd-b3e6-2e29938aca02",
"httpRequest" : {
"method" : "PUT",
"path" : "/api/v1/dashboard/123-abc-xyz",
"headers" : {
"Accept" : [ "application/json" ],
"JAVA-TEST-NAME" : [ "dashboardUpdateErrorsTest" ],
"Content-Type" : [ "application/json" ],
"Connection" : [ "close" ],
"Content-Length" : [ "67" ]
},
"keepAlive" : false,
"secure" : true,
"body" : {
"type" : "JSON",
"json" : "{\"layout_type\":null,\"title\":null,\"widgets\":[]}"
}
},
"times" : {
"remainingTimes" : 1
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"statusCode" : 403,
"reasonPhrase" : "Forbidden",
"headers" : {
"Date" : [ "Tue, 28 Jul 2020 14:27:29 GMT" ],
"Content-Type" : [ "application/json" ],
"Connection" : [ "keep-alive" ],
"Cache-Control" : [ "no-cache" ],
"Via" : [ "1.1 haproxy" ],
"content-length" : [ "170" ]
},
"body" : "{\"status\":\"error\",\"code\":403,\"errors\":[\"Forbidden\"],\"statuspage\":\"http://status.datadoghq.com\",\"twitter\":\"http://twitter.com/datadogops\",\"email\":\"support@datadoghq.com\"}\n"
}
}, {
"id" : "da5daa73-e12f-4abf-8c45-ad8a23cfdfd9",
"httpRequest" : {
"method" : "PUT",
"path" : "/api/v1/dashboard/123-abc-xyz",
"headers" : {
"Accept" : [ "application/json" ],
"JAVA-TEST-NAME" : [ "dashboardUpdateErrorsTest" ],
"Content-Type" : [ "application/json" ],
"Connection" : [ "close" ],
"Content-Length" : [ "161" ]
},
"keepAlive" : false,
"secure" : true,
"body" : {
"type" : "JSON",
"json" : "{\"description\":\"Test dashboard for Java client\",\"layout_type\":\"free\",\"title\":\"java-dashboardUpdateErrorsTest-local-1595946448\",\"widgets\":[]}"
}
},
"times" : {
"remainingTimes" : 1
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"statusCode" : 404,
"reasonPhrase" : "Not Found",
"headers" : {
"Date" : [ "Tue, 28 Jul 2020 14:27:30 GMT" ],
"Content-Type" : [ "application/json" ],
"Connection" : [ "keep-alive" ],
"Vary" : [ "Accept-Encoding" ],
"Pragma" : [ "no-cache" ],
"Cache-Control" : [ "no-cache" ],
"X-DD-VERSION" : [ "35.2796999" ],
"DD-POOL" : [ "dogweb" ],
"Content-Security-Policy" : [ "frame-ancestors 'self'; report-uri https://api.datadoghq.com/csp-report" ],
"X-Frame-Options" : [ "SAMEORIGIN" ],
"X-Content-Type-Options" : [ "nosniff" ],
"Strict-Transport-Security" : [ "max-age=15724800;" ],
"content-length" : [ "50" ]
},
"body" : "{\"errors\": [\"Dashboard with ID 123-abc-xyz not found\"]}"
}
}]