-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathDashboardsApiTest.dashboardCreateErrorsTest.json
More file actions
83 lines (83 loc) · 2.51 KB
/
DashboardsApiTest.dashboardCreateErrorsTest.json
File metadata and controls
83 lines (83 loc) · 2.51 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
[{
"id" : "09ed93c0-3b4a-4473-a06b-0a90baad7d0a",
"httpRequest" : {
"method" : "POST",
"path" : "/api/v1/dashboard",
"headers" : {
"Accept" : [ "application/json" ],
"JAVA-TEST-NAME" : [ "dashboardCreateErrorsTest" ],
"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:26:26 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" : "bd2269a4-b804-48b4-8164-159d6fc5a53e",
"httpRequest" : {
"method" : "POST",
"path" : "/api/v1/dashboard",
"headers" : {
"Accept" : [ "application/json" ],
"JAVA-TEST-NAME" : [ "dashboardCreateErrorsTest" ],
"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:26:27 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"
}
}]