Revision 1327c177
Added by Thomas McKay about 6 years ago
test/fixtures/vcr_cassettes/resources/subnets/update_subnets.yml | ||
---|---|---|
2 | 2 |
http_interactions: |
3 | 3 |
- request: |
4 | 4 |
method: get |
5 |
uri: https://admin:changeme@katello.example.com:50191/api/smart_proxies?per_page=999999&search=name=%22katello.example.com%22
|
|
5 |
uri: https://admin:changeme@satlap.example.com/api/status
|
|
6 | 6 |
body: |
7 | 7 |
encoding: US-ASCII |
8 | 8 |
string: '' |
9 | 9 |
headers: |
10 |
Accept: |
|
11 |
- application/json;version=2 |
|
12 | 10 |
Accept-Encoding: |
13 |
- gzip, deflate |
|
11 |
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3 |
|
12 |
Accept: |
|
13 |
- "*/*" |
|
14 | 14 |
User-Agent: |
15 |
- rest-client/2.0.0 (linux-gnu x86_64) ruby/2.1.10p492 |
|
16 |
Content-Type: |
|
17 |
- application/json |
|
15 |
- Ruby |
|
18 | 16 |
Host: |
19 |
- katello.example.com:50191
|
|
17 |
- satlap.example.com
|
|
20 | 18 |
response: |
21 | 19 |
status: |
22 | 20 |
code: 200 |
23 | 21 |
message: OK |
24 | 22 |
headers: |
25 | 23 |
Date: |
26 |
- Mon, 12 Sep 2016 15:38:55 GMT
|
|
24 |
- Tue, 13 Dec 2016 14:47:51 GMT
|
|
27 | 25 |
Server: |
28 |
- Apache/2.4.6 (CentOS)
|
|
26 |
- Apache/2.4.6 (Red Hat Enterprise Linux)
|
|
29 | 27 |
X-Frame-Options: |
30 | 28 |
- SAMEORIGIN |
31 | 29 |
X-Xss-Protection: |
... | ... | |
33 | 31 |
X-Content-Type-Options: |
34 | 32 |
- nosniff |
35 | 33 |
Foreman-Version: |
36 |
- 1.14.0-develop
|
|
34 |
- 1.11.0.54
|
|
37 | 35 |
Foreman-Api-Version: |
38 | 36 |
- '2' |
39 |
Content-Type: |
|
40 |
- application/json; charset=utf-8 |
|
41 | 37 |
Apipie-Checksum: |
42 |
- 9544abef9cf8343005f07ed8c9f1f8e7 |
|
43 |
Etag: |
|
44 |
- W/"3202a4ce0538470b4314302cc490a116-gzip" |
|
38 |
- e1df2e8d43e22495b02a53b48e3b5298 |
|
45 | 39 |
Cache-Control: |
46 | 40 |
- max-age=0, private, must-revalidate |
47 | 41 |
X-Request-Id: |
48 |
- d1a407b5-4d00-4604-96b4-ddc71f2ac069
|
|
42 |
- ae0823c5-625e-4985-8707-86f1d8ba0948
|
|
49 | 43 |
X-Runtime: |
50 |
- '0.227074' |
|
51 |
Via: |
|
52 |
- 1.1 katello.example.com:50191 |
|
53 |
Vary: |
|
54 |
- Accept-Encoding |
|
55 |
Content-Length: |
|
56 |
- '500' |
|
44 |
- '0.026306' |
|
45 |
X-Powered-By: |
|
46 |
- Phusion Passenger 4.0.18 |
|
57 | 47 |
Set-Cookie: |
58 |
- _session_id=80289e908ed33b2383934207c4ddba5f; path=/; HttpOnly |
|
59 |
body: |
|
60 |
encoding: ASCII-8BIT |
|
61 |
string: | |
|
62 |
{ |
|
63 |
"total": 1, |
|
64 |
"subtotal": 1, |
|
65 |
"page": 1, |
|
66 |
"per_page": 999999, |
|
67 |
"search": "name=\"katello.example.com\"", |
|
68 |
"sort": { |
|
69 |
"by": null, |
|
70 |
"order": null |
|
71 |
}, |
|
72 |
"results": [{"created_at":"2016-09-02 14:10:14 UTC","updated_at":"2016-09-02 14:10:14 UTC","name":"katello.example.com","id":1,"url":"https://katello.example.com:9090","features":[{"name":"Pulp","id":2},{"name":"TFTP","id":4},{"name":"Puppet","id":7},{"name":"Puppet CA","id":8},{"name":"Logs","id":12},{"name":"Dynflow","id":13}]}] |
|
73 |
} |
|
74 |
http_version: |
|
75 |
recorded_at: Mon, 12 Sep 2016 15:38:56 GMT |
|
76 |
- request: |
|
77 |
method: put |
|
78 |
uri: https://admin:changeme@katello.example.com:50191/api/subnets/5 |
|
79 |
body: |
|
80 |
encoding: UTF-8 |
|
81 |
string: '{"subnet":{"name":"Test Subnet","network":"192.168.100.1","mask":"255.255.255.0","from":"","to":"","domain_ids":[2],"tftp_id":1,"dns_id":null,"dhcp_id":null}}' |
|
82 |
headers: |
|
83 |
Accept: |
|
84 |
- application/json;version=2 |
|
85 |
Accept-Encoding: |
|
86 |
- gzip, deflate |
|
87 |
User-Agent: |
|
88 |
- rest-client/2.0.0 (linux-gnu x86_64) ruby/2.1.10p492 |
|
89 |
Content-Type: |
|
90 |
- application/json |
|
48 |
- _session_id=93ecf70aaca33b98f05c84daa2197033; path=/; secure; HttpOnly |
|
49 |
Etag: |
|
50 |
- '"8e3341d0a4cc328651f7391aed11fef8"' |
|
51 |
Status: |
|
52 |
- 200 OK |
|
91 | 53 |
Content-Length: |
92 |
- '158' |
|
93 |
Host: |
|
94 |
- katello.example.com:50191 |
|
95 |
response: |
|
96 |
status: |
|
97 |
code: 200 |
|
98 |
message: OK |
|
99 |
headers: |
|
100 |
Date: |
|
101 |
- Mon, 12 Sep 2016 15:38:56 GMT |
|
102 |
Server: |
|
103 |
- Apache/2.4.6 (CentOS) |
|
104 |
X-Frame-Options: |
|
105 |
- SAMEORIGIN |
|
106 |
X-Xss-Protection: |
|
107 |
- 1; mode=block |
|
108 |
X-Content-Type-Options: |
|
109 |
- nosniff |
|
110 |
Foreman-Version: |
|
111 |
- 1.14.0-develop |
|
112 |
Foreman-Api-Version: |
|
113 |
- '2' |
|
54 |
- '66' |
|
114 | 55 |
Content-Type: |
115 | 56 |
- application/json; charset=utf-8 |
116 |
Apipie-Checksum: |
|
117 |
- 9544abef9cf8343005f07ed8c9f1f8e7 |
|
118 |
Etag: |
|
119 |
- W/"c90595f8e53b951c87409bacd6450eaf-gzip" |
|
120 |
Cache-Control: |
|
121 |
- max-age=0, private, must-revalidate |
|
122 |
X-Request-Id: |
|
123 |
- a8e3b46d-12d7-4c39-9391-675110b77737 |
|
124 |
X-Runtime: |
|
125 |
- '0.419672' |
|
126 |
Via: |
|
127 |
- 1.1 katello.example.com:50191 |
|
128 |
Vary: |
|
129 |
- Accept-Encoding |
|
130 |
Content-Length: |
|
131 |
- '768' |
|
132 |
Set-Cookie: |
|
133 |
- _session_id=f131f5b4f5e073bfa91c7dacb880e4f3; path=/; HttpOnly |
|
134 |
- request_method=PUT; path=/ |
|
135 | 57 |
body: |
136 |
encoding: ASCII-8BIT |
|
137 |
string: '{"network":"192.168.100.1","network_type":"IPv4","cidr":24,"mask":"255.255.255.0","priority":null,"vlanid":null,"gateway":null,"dns_primary":null,"dns_secondary":null,"from":"","to":"","created_at":"2016-09-09 |
|
138 |
19:21:18 UTC","updated_at":"2016-09-09 19:21:18 UTC","ipam":"None","boot_mode":"DHCP","id":5,"name":"Test |
|
139 |
Subnet","network_address":"192.168.100.1/24","dhcp":null,"tftp":{"name":"katello.example.com","id":1,"url":"https://katello.example.com:9090"},"dns":null,"domains":[{"id":2,"name":"test.com"}],"interfaces":[],"parameters":[],"locations":[{"id":2,"name":"Default |
|
140 |
Location","title":"Default Location","description":null}],"organizations":[{"id":9,"name":"Test |
|
141 |
Corporation","title":"Test Corporation","description":"Testing today for a |
|
142 |
better tomorrow"}]}' |
|
58 |
encoding: UTF-8 |
|
59 |
string: '{"result":"ok","status":200,"version":"1.11.0.54","api_version":2}' |
|
143 | 60 |
http_version: |
144 |
recorded_at: Mon, 12 Sep 2016 15:38:57 GMT
|
|
61 |
recorded_at: Tue, 13 Dec 2016 14:47:49 GMT
|
|
145 | 62 |
- request: |
146 | 63 |
method: get |
147 |
uri: https://admin:changeme@katello.example.com:50191/katello/api/organizations/9
|
|
64 |
uri: https://admin:changeme@satlap.example.com/api/v2/plugins
|
|
148 | 65 |
body: |
149 | 66 |
encoding: US-ASCII |
150 | 67 |
string: '' |
151 | 68 |
headers: |
152 |
Accept: |
|
153 |
- application/json;version=2 |
|
154 | 69 |
Accept-Encoding: |
155 |
- gzip, deflate |
|
70 |
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3 |
|
71 |
Accept: |
|
72 |
- "*/*" |
|
156 | 73 |
User-Agent: |
157 |
- rest-client/2.0.0 (linux-gnu x86_64) ruby/2.1.10p492 |
|
158 |
Content-Type: |
|
159 |
- application/json |
|
74 |
- Ruby |
|
160 | 75 |
Host: |
161 |
- katello.example.com:50191
|
|
76 |
- satlap.example.com
|
|
162 | 77 |
response: |
163 | 78 |
status: |
164 | 79 |
code: 200 |
165 | 80 |
message: OK |
166 | 81 |
headers: |
167 | 82 |
Date: |
168 |
- Mon, 12 Sep 2016 15:38:57 GMT
|
|
83 |
- Tue, 13 Dec 2016 14:47:51 GMT
|
|
169 | 84 |
Server: |
170 |
- Apache/2.4.6 (CentOS)
|
|
85 |
- Apache/2.4.6 (Red Hat Enterprise Linux)
|
|
171 | 86 |
X-Frame-Options: |
172 | 87 |
- SAMEORIGIN |
173 | 88 |
X-Xss-Protection: |
... | ... | |
175 | 90 |
X-Content-Type-Options: |
176 | 91 |
- nosniff |
177 | 92 |
Foreman-Version: |
178 |
- 1.14.0-develop
|
|
93 |
- 1.11.0.54
|
|
179 | 94 |
Foreman-Api-Version: |
180 | 95 |
- '2' |
181 |
Content-Type: |
|
182 |
- application/json; charset=utf-8 |
|
183 | 96 |
Apipie-Checksum: |
184 |
- 9544abef9cf8343005f07ed8c9f1f8e7 |
|
185 |
Etag: |
|
186 |
- W/"253ac9fa8c0d829e51da8f57b05de99d-gzip" |
|
97 |
- e1df2e8d43e22495b02a53b48e3b5298 |
|
187 | 98 |
Cache-Control: |
188 | 99 |
- max-age=0, private, must-revalidate |
189 | 100 |
X-Request-Id: |
190 |
- e9a0f34e-078b-4857-9402-8b4f59e8e345
|
|
101 |
- 5b0f22dd-53c7-4001-9286-467e4a78e626
|
|
191 | 102 |
X-Runtime: |
192 |
- '3.620323' |
|
193 |
Via: |
|
194 |
- 1.1 katello.example.com:50191 |
|
195 |
Vary: |
|
196 |
- Accept-Encoding |
|
197 |
Content-Length: |
|
198 |
- '21851' |
|
103 |
- '0.031072' |
|
104 |
X-Powered-By: |
|
105 |
- Phusion Passenger 4.0.18 |
|
199 | 106 |
Set-Cookie: |
200 |
- _session_id=11cc5d60b0fbaf64e574a95da086a07c; path=/; HttpOnly |
|
201 |
body: |
|
202 |
encoding: ASCII-8BIT |
|
203 |
string: '{"label":"testcorp","owner_details":{"parentOwner":null,"id":"ff80808156eb30a60157024c785205e2","key":"testcorp","displayName":"Test |
|
204 |
Corporation","contentPrefix":"/testcorp/$env","defaultServiceLevel":null,"upstreamConsumer":{"id":"ff80808156eb30a6015704818a920660","uuid":"d45ac754-56e8-425e-a6ef-2028953f6f2c","name":"TestCorp","idCert":{"key":"-----BEGIN |
|
205 |
RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAnR41trDH6LJ4Tobp73rsvM7Sl+nMItXNW7HSjhKQg78nFotM\naGRB9XS3z7wzKtunqIHcj38UwGBE01qLIO7aBXJHAeDiZVJdRaq03fcpQU3OywCw\nzjzfIRxYP8u5S1bjE60QXwv+ao0nbEYJ45EBmFybL6NJBcATsvPTadRzy236kk0h\nnOJl+IXXU+29eGjY7GWXjm+QYf//CHN+ngEh8g/sxSafDM6w7ZlPi9HJSaXK363R\n/nuy+4KqYE0MHa/7Iyb+HnyQEn/XTuFLJk3/EKr7gwxOVV2in6CQEeXLNuWek1Xt\nUzBDL/jPNoowFM18kmYBBg5/M3gqMX4eXBVfxQIDAQABAoIBAAeWduecv/rH67F3\nKIMNP7OalWcKvnYMNz+vZcjAssP6Dkwza/w6o0jUWzAoGZx/QSiNJPa1H25u98Px\nQnjTsCnFLBK2JpjYEnMT3Go/znk95be+D8vV+ryhns1t7EPsLUk8+WZtsNq6eGXt\nN/sKfLY7+q6hRxyE+y6QQeyBexoe4OnELeeb9KFxpE9H8TV67Ed9jqLbtXsR/8Nq\nWZW7ZYHBuvYuGHgZQWY9wWks3HW1ygC+y1BpfeYA9z85HH+t1x7mG8lOBoe0eV95\nhmHDwQInPPdBB20szGTRB2UjKmFCIGX/EYn/RJZvi/kxlpTzSLTiBDDUKqjAyWC/\ngdRhp/0CgYEA7qh1ng34FXTXYs0otOpCTrjnB17vdJb1SAc2kvWSQiCr9Gr5etGR\nDu7g6EAAvsV8HbQkcBmXyqnVuDhR0Ijt0UaldqGWbpmAcspHMDsy1uDn24qjbZoI\ncC3wQhsy3+8zNRYlbELeJjgzacYRmmtZNc2ML5As5XX8VVji3JqmZUMCgYEAqIjv\nPV4SfqrOv4NFcEvQf32tyiVxXDH4H/WpjHM2ZcAklE4esQkyBqf/2lHcZPrhoaQm\n8OGrquMytXo2TRGypl0syZ49GFq/FUFQbkl8zZpt3OCMkud6RvBmmftYSVCNoyZc\nySBusvO3SgpZYZwJx3FmeH/2gp0YAldH+tQo0lcCgYEAjhkVdtcgaD4aZER9QULd\n2htzy0q2Tnf3cTyCPPwkamUjnTL4ei0/LmIC3aYGC5BwNwtkSq6iV1PJ4Zb+96gf\n2WQz7q+FbzLMbQyNWGVW/uQIiQpCBmcZMRnZHLMvFnBI0AnwnEYwGReLXSZGoufZ\nxRQurL8uTC104ag741fdTRsCgYAtWaOezMiHQykdCZLO0+fH1qbEJW0qlNuipfU4\nsOvrV1fAfIDvvHy0o9JKCgsXNRcv6r77xI3wDvDfOoKQHHoJIDtkCWuBOTH/4zJk\nauvlW2/Cpr3M7fLOUfQZ7TNljwJ9612+VTbUepZQmxZQGK/c9hvPwwcvQFxsjNX2\nnc5aQwKBgGZIGnz4X92HBVa0pR27q+2sebWCxjpREPoEE4HnPivn6Vgy6j40O3VB\nikaW6laDlWHPzYorQeLcZLoiI6yBn5v3unT4Aq74c/mgjBZbsJs+BC6WILWpeV3s\nlN7WgGVHSbBqaBAkMdIrH6IK8dnjYsHq5yO9xtdYmkVZoHEoah8h\n-----END |
|
206 |
RSA PRIVATE KEY-----\n","cert":"-----BEGIN CERTIFICATE-----\nMIIFqTCCA5GgAwIBAgIIBitiT9Rbj7QwDQYJKoZIhvcNAQEFBQAwgaQxCzAJBgNV\nBAYTAlVTMRcwFQYDVQQIDA5Ob3J0aCBDYXJvbGluYTEWMBQGA1UECgwNUmVkIEhh\ndCwgSW5jLjEYMBYGA1UECwwPUmVkIEhhdCBOZXR3b3JrMSQwIgYDVQQDDBtSZWQg\nSGF0IENhbmRsZXBpbiBBdXRob3JpdHkxJDAiBgkqhkiG9w0BCQEWFWNhLXN1cHBv\ncnRAcmVkaGF0LmNvbTAeFw0xNjA4MTYxMjI5MzFaFw0xNzA4MTYxMjI5MzFaMC8x\nLTArBgNVBAMTJGQ0NWFjNzU0LTU2ZTgtNDI1ZS1hNmVmLTIwMjg5NTNmNmYyYzCC\nASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJ0eNbawx+iyeE6G6e967LzO\n0pfpzCLVzVux0o4SkIO/JxaLTGhkQfV0t8+8Myrbp6iB3I9/FMBgRNNaiyDu2gVy\nRwHg4mVSXUWqtN33KUFNzssAsM483yEcWD/LuUtW4xOtEF8L/mqNJ2xGCeORAZhc\nmy+jSQXAE7Lz02nUc8tt+pJNIZziZfiF11PtvXho2Oxll45vkGH//whzfp4BIfIP\n7MUmnwzOsO2ZT4vRyUmlyt+t0f57svuCqmBNDB2v+yMm/h58kBJ/107hSyZN/xCq\n+4MMTlVdop+gkBHlyzblnpNV7VMwQy/4zzaKMBTNfJJmAQYOfzN4KjF+HlwVX8UC\nAwEAAaOCAVEwggFNMBEGCWCGSAGG+EIBAQQEAwIFoDALBgNVHQ8EBAMCBLAwgd4G\nA1UdIwSB1jCB04AUdy6lzTcNqOHT6mHFVmdD6JHHbRyhgbekgbQwgbExCzAJBgNV\nBAYTAlVTMRcwFQYDVQQIDA5Ob3J0aCBDYXJvbGluYTEWMBQGA1UECgwNUmVkIEhh\ndCwgSW5jLjEYMBYGA1UECwwPUmVkIEhhdCBOZXR3b3JrMTEwLwYDVQQDDChSZWQg\nSGF0IEVudGl0bGVtZW50IE9wZXJhdGlvbnMgQXV0aG9yaXR5MSQwIgYJKoZIhvcN\nAQkBFhVjYS1zdXBwb3J0QHJlZGhhdC5jb22CAT8wHQYDVR0OBBYEFI7UL/Bk0UoE\n9FSjYlUJle0cykonMBMGA1UdJQQMMAoGCCsGAQUFBwMCMBYGA1UdEQQPMA2GC0NO\nPVRlc3RDb3JwMA0GCSqGSIb3DQEBBQUAA4ICAQBp4djGKuE+NCfYE0Br3IlpKnrm\nCpDF8qs4/r9A/tr+PLLhDnRmzkygSJ7KsIUXYV8oW+QhU5fe2ggPaJFfynY2AVOc\nZHbwvHKoQoUUrVlZFkcwhWcL7vvTEJQUONaOOLUgAzGIdfAmBYPWBqbwf80croGh\nY5xBcNqRw3cxfi0joE+LY4brEW5vJF8DnxhEX0eIJtjas+zb3ckeUJgYIyirXdHJ\nqrAANWjUfh9JFehwjAigx6TnGK+pr+zpbKTX9O7lhmvsCf+82NVlZmY342IUE8Ss\npWjhsydl8NT80fGJV/1fwpgyos9EvpjayXh9bYxZhDkiHaUUL/WBInEdyi4xFJgf\nPXnaV+2q48/3oOVZa2Ng/vcaBG5nEZYvK+jTG205t9d9X9Tp46iH/mvyIH8VIF0H\np/OtIoRnGLjliYP0dHp91G4UTTEpg8Cxa77r77qlwASORsFF8MJGMKMJg/YNO7fQ\nCskpqb7UZfSXmvZ5AIZ/Kzncuj1IvZMLhjMr/QAwSO0/v/GnmSqLwMamM2viq8un\nef2TQy9Xcuxcp0n7mcDHUUaTpiW1tPc5ikUmCUQ2ZuNTjE6Noa0kSV3AHG3TbSkU\n+qT9B5RSL1YBAEw5xwttvjlju2jaYaYT6xI4LioXIVJ8lEwdrggxmqTj1ArgqP2c\nHAtS6vziTnwbP+sS3g==\n-----END |
|
207 |
CERTIFICATE-----\n","id":"ff80808156eb30a6015704818a91065f","serial":{"id":8261278538809906032,"revoked":false,"collected":false,"expiration":"2017-08-16T12:29:31.000+0000","serial":8261278538809906032,"created":"2016-09-07T11:56:21.009+0000","updated":"2016-09-07T11:56:21.009+0000"},"created":"2016-09-07T11:56:21.009+0000","updated":"2016-09-07T11:56:21.009+0000"},"type":{"id":"ff80808156eb30a60156ebcdc4930005","label":"satellite","manifest":true,"created":"2016-09-02T16:49:06.195+0000","updated":"2016-09-02T16:49:06.195+0000"},"ownerId":"ff80808156eb30a60157024c785205e2","webUrl":"access.stage.redhat.com/management/distributors/","apiUrl":"https://subscription.rhn.stage.redhat.com/subscription/consumers/","created":"2016-09-07T11:56:21.010+0000","updated":"2016-09-07T11:56:21.010+0000"},"logLevel":null,"href":"/owners/testcorp","created":"2016-09-07T01:39:08.498+0000","updated":"2016-09-07T11:56:21.159+0000"},"redhat_repository_url":"https://cdn.redhat.com","service_levels":["Premium","Standard"],"service_level":null,"select_all_types":[],"description":"Testing |
|
208 |
today for a better tomorrow","created_at":"2016-09-07 01:39:03 UTC","updated_at":"2016-09-07 |
|
209 |
01:39:03 UTC","ancestry":null,"parent_id":null,"parent_name":null,"id":9,"name":"Test |
|
210 |
Corporation","title":"Test Corporation","users":[],"smart_proxies":[{"name":"katello.example.com","id":1,"url":"https://katello.example.com:9090"}],"subnets":[{"id":5,"name":"Test |
|
211 |
Subnet","network_address":"192.168.100.1/24"}],"compute_resources":[],"media":[],"config_templates":[{"id":90,"name":"Katello |
|
212 |
Atomic Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":89,"name":"subscription_manager_registration","template_kind_id":null,"template_kind_name":null},{"id":88,"name":"Katello |
|
213 |
Kickstart Default Finish","template_kind_id":6,"template_kind_name":"finish"},{"id":87,"name":"Katello |
|
214 |
Kickstart Default User Data","template_kind_id":8,"template_kind_name":"user_data"},{"id":86,"name":"Katello |
|
215 |
Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":72,"name":"pxegrub2_discovery","template_kind_id":null,"template_kind_name":null},{"id":71,"name":"pxegrub_discovery","template_kind_id":null,"template_kind_name":null},{"id":70,"name":"pxegrub2_chainload","template_kind_id":null,"template_kind_name":null},{"id":69,"name":"pxegrub_chainload","template_kind_id":null,"template_kind_name":null},{"id":68,"name":"pxelinux_chainload","template_kind_id":null,"template_kind_name":null},{"id":67,"name":"kickstart_cmdline","template_kind_id":null,"template_kind_name":null},{"id":66,"name":"saltstack_setup","template_kind_id":null,"template_kind_name":null},{"id":61,"name":"puppetlabs_repo","template_kind_id":null,"template_kind_name":null},{"id":60,"name":"puppet_setup","template_kind_id":null,"template_kind_name":null},{"id":59,"name":"puppet.conf","template_kind_id":null,"template_kind_name":null},{"id":58,"name":"preseed_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":57,"name":"kickstart_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":56,"name":"http_proxy","template_kind_id":null,"template_kind_name":null},{"id":55,"name":"freeipa_register","template_kind_id":null,"template_kind_name":null},{"id":54,"name":"fix_hosts","template_kind_id":null,"template_kind_name":null},{"id":53,"name":"epel","template_kind_id":null,"template_kind_name":null},{"id":52,"name":"coreos_cloudconfig","template_kind_id":null,"template_kind_name":null},{"id":51,"name":"chef_client","template_kind_id":null,"template_kind_name":null},{"id":50,"name":"bmc_nic_setup","template_kind_id":null,"template_kind_name":null},{"id":49,"name":"alterator_pkglist","template_kind_id":null,"template_kind_name":null},{"id":48,"name":"XenServer |
|
216 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":47,"name":"XenServer |
|
217 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":46,"name":"XenServer |
|
218 |
default answerfile","template_kind_id":5,"template_kind_name":"provision"},{"id":45,"name":"WAIK |
|
219 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":44,"name":"UserData |
|
220 |
default","template_kind_id":8,"template_kind_name":"user_data"},{"id":64,"name":"remote_execution_ssh_keys","template_kind_id":null,"template_kind_name":null},{"id":43,"name":"Preseed |
|
221 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":42,"name":"Preseed |
|
222 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":41,"name":"Preseed |
|
223 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":40,"name":"Preseed |
|
224 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":39,"name":"Preseed |
|
225 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":38,"name":"NX-OS |
|
226 |
default POAP setup","template_kind_id":10,"template_kind_name":"POAP"},{"id":37,"name":"Kickstart |
|
227 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":65,"name":"saltstack_minion","template_kind_id":null,"template_kind_name":null},{"id":36,"name":"Kickstart |
|
228 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":35,"name":"Kickstart |
|
229 |
default PXEGrub2","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":34,"name":"Kickstart |
|
230 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":33,"name":"Kickstart |
|
231 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":32,"name":"Kickstart |
|
232 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":31,"name":"Kickstart |
|
233 |
RHEL default","template_kind_id":5,"template_kind_name":"provision"},{"id":30,"name":"Kickstart |
|
234 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":29,"name":"Junos |
|
235 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":63,"name":"redhat_register","template_kind_id":null,"template_kind_name":null},{"id":62,"name":"pxelinux_discovery","template_kind_id":null,"template_kind_name":null},{"id":28,"name":"Junos |
|
236 |
default ZTP config","template_kind_id":9,"template_kind_name":"ZTP"},{"id":27,"name":"Junos |
|
237 |
default SLAX","template_kind_id":5,"template_kind_name":"provision"},{"id":26,"name":"Jumpstart |
|
238 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":25,"name":"Jumpstart |
|
239 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":24,"name":"Jumpstart |
|
240 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":23,"name":"Grubby |
|
241 |
default","template_kind_id":7,"template_kind_name":"script"},{"id":22,"name":"FreeBSD |
|
242 |
(mfsBSD) PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":21,"name":"FreeBSD |
|
243 |
(mfsBSD) provision","template_kind_id":5,"template_kind_name":"provision"},{"id":20,"name":"FreeBSD |
|
244 |
(mfsBSD) finish","template_kind_id":6,"template_kind_name":"finish"},{"id":19,"name":"CoreOS |
|
245 |
PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":18,"name":"CoreOS |
|
246 |
provision","template_kind_id":5,"template_kind_name":"provision"},{"id":17,"name":"AutoYaST |
|
247 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":16,"name":"AutoYaST |
|
248 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":15,"name":"AutoYaST |
|
249 |
SLES default","template_kind_id":5,"template_kind_name":"provision"},{"id":14,"name":"AutoYaST |
|
250 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":13,"name":"Atomic |
|
251 |
Kickstart default","template_kind_id":5,"template_kind_name":"provision"},{"id":12,"name":"Alterator |
|
252 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":11,"name":"Alterator |
|
253 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":10,"name":"Alterator |
|
254 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":9,"name":"PXELinux |
|
255 |
chain iPXE UNDI","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":8,"name":"PXELinux |
|
256 |
chain iPXE","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":7,"name":"PXELinux |
|
257 |
default memdisk","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":6,"name":"PXEGrub2 |
|
258 |
default local boot","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":5,"name":"PXEGrub |
|
259 |
default local boot","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":4,"name":"PXELinux |
|
260 |
default local boot","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":3,"name":"PXEGrub2 |
|
261 |
global default","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":2,"name":"PXEGrub |
|
262 |
global default","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":1,"name":"PXELinux |
|
263 |
global default","template_kind_id":1,"template_kind_name":"PXELinux"}],"ptables":[{"os_family":"Xenserver","created_at":"2016-09-02 |
|
264 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"XenServer default","id":85},{"os_family":"Debian","created_at":"2016-09-02 |
|
265 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Preseed custom |
|
266 |
LVM","id":84},{"os_family":"Debian","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
267 |
14:01:03 UTC","name":"Preseed default","id":83},{"os_family":"NXOS","created_at":"2016-09-02 |
|
268 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"NX-OS default |
|
269 |
fake","id":82},{"os_family":"Redhat","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
270 |
14:01:03 UTC","name":"Kickstart default","id":81},{"os_family":"Junos","created_at":"2016-09-02 |
|
271 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Junos default |
|
272 |
fake","id":80},{"os_family":"Solaris","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
273 |
14:01:03 UTC","name":"Jumpstart mirrored","id":79},{"os_family":"Solaris","created_at":"2016-09-02 |
|
274 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Jumpstart default","id":78},{"os_family":"Freebsd","created_at":"2016-09-02 |
|
275 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"FreeBSD","id":77},{"os_family":"Coreos","created_at":"2016-09-02 |
|
276 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"CoreOS default |
|
277 |
fake","id":76},{"os_family":"Suse","created_at":"2016-09-02 14:01:02 UTC","updated_at":"2016-09-02 |
|
278 |
14:01:02 UTC","name":"AutoYaST LVM","id":75},{"os_family":"Suse","created_at":"2016-09-02 |
|
279 |
14:01:02 UTC","updated_at":"2016-09-02 14:01:02 UTC","name":"AutoYaST entire |
|
280 |
virtual disk","id":74},{"os_family":"Suse","created_at":"2016-09-02 14:01:02 |
|
281 |
UTC","updated_at":"2016-09-02 14:01:02 UTC","name":"AutoYaST entire SCSI disk","id":73}],"provisioning_templates":[{"id":90,"name":"Katello |
|
282 |
Atomic Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":89,"name":"subscription_manager_registration","template_kind_id":null,"template_kind_name":null},{"id":88,"name":"Katello |
|
283 |
Kickstart Default Finish","template_kind_id":6,"template_kind_name":"finish"},{"id":87,"name":"Katello |
|
284 |
Kickstart Default User Data","template_kind_id":8,"template_kind_name":"user_data"},{"id":86,"name":"Katello |
|
285 |
Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":72,"name":"pxegrub2_discovery","template_kind_id":null,"template_kind_name":null},{"id":71,"name":"pxegrub_discovery","template_kind_id":null,"template_kind_name":null},{"id":70,"name":"pxegrub2_chainload","template_kind_id":null,"template_kind_name":null},{"id":69,"name":"pxegrub_chainload","template_kind_id":null,"template_kind_name":null},{"id":68,"name":"pxelinux_chainload","template_kind_id":null,"template_kind_name":null},{"id":67,"name":"kickstart_cmdline","template_kind_id":null,"template_kind_name":null},{"id":66,"name":"saltstack_setup","template_kind_id":null,"template_kind_name":null},{"id":61,"name":"puppetlabs_repo","template_kind_id":null,"template_kind_name":null},{"id":60,"name":"puppet_setup","template_kind_id":null,"template_kind_name":null},{"id":59,"name":"puppet.conf","template_kind_id":null,"template_kind_name":null},{"id":58,"name":"preseed_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":57,"name":"kickstart_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":56,"name":"http_proxy","template_kind_id":null,"template_kind_name":null},{"id":55,"name":"freeipa_register","template_kind_id":null,"template_kind_name":null},{"id":54,"name":"fix_hosts","template_kind_id":null,"template_kind_name":null},{"id":53,"name":"epel","template_kind_id":null,"template_kind_name":null},{"id":52,"name":"coreos_cloudconfig","template_kind_id":null,"template_kind_name":null},{"id":51,"name":"chef_client","template_kind_id":null,"template_kind_name":null},{"id":50,"name":"bmc_nic_setup","template_kind_id":null,"template_kind_name":null},{"id":49,"name":"alterator_pkglist","template_kind_id":null,"template_kind_name":null},{"id":48,"name":"XenServer |
|
286 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":47,"name":"XenServer |
|
287 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":46,"name":"XenServer |
|
288 |
default answerfile","template_kind_id":5,"template_kind_name":"provision"},{"id":45,"name":"WAIK |
|
289 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":44,"name":"UserData |
|
290 |
default","template_kind_id":8,"template_kind_name":"user_data"},{"id":64,"name":"remote_execution_ssh_keys","template_kind_id":null,"template_kind_name":null},{"id":43,"name":"Preseed |
|
291 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":42,"name":"Preseed |
|
292 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":41,"name":"Preseed |
|
293 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":40,"name":"Preseed |
|
294 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":39,"name":"Preseed |
|
295 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":38,"name":"NX-OS |
|
296 |
default POAP setup","template_kind_id":10,"template_kind_name":"POAP"},{"id":37,"name":"Kickstart |
|
297 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":65,"name":"saltstack_minion","template_kind_id":null,"template_kind_name":null},{"id":36,"name":"Kickstart |
|
298 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":35,"name":"Kickstart |
|
299 |
default PXEGrub2","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":34,"name":"Kickstart |
|
300 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":33,"name":"Kickstart |
|
301 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":32,"name":"Kickstart |
|
302 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":31,"name":"Kickstart |
|
303 |
RHEL default","template_kind_id":5,"template_kind_name":"provision"},{"id":30,"name":"Kickstart |
|
304 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":29,"name":"Junos |
|
305 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":63,"name":"redhat_register","template_kind_id":null,"template_kind_name":null},{"id":62,"name":"pxelinux_discovery","template_kind_id":null,"template_kind_name":null},{"id":28,"name":"Junos |
|
306 |
default ZTP config","template_kind_id":9,"template_kind_name":"ZTP"},{"id":27,"name":"Junos |
|
307 |
default SLAX","template_kind_id":5,"template_kind_name":"provision"},{"id":26,"name":"Jumpstart |
|
308 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":25,"name":"Jumpstart |
|
309 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":24,"name":"Jumpstart |
|
310 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":23,"name":"Grubby |
|
311 |
default","template_kind_id":7,"template_kind_name":"script"},{"id":22,"name":"FreeBSD |
|
312 |
(mfsBSD) PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":21,"name":"FreeBSD |
|
313 |
(mfsBSD) provision","template_kind_id":5,"template_kind_name":"provision"},{"id":20,"name":"FreeBSD |
|
314 |
(mfsBSD) finish","template_kind_id":6,"template_kind_name":"finish"},{"id":19,"name":"CoreOS |
|
315 |
PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":18,"name":"CoreOS |
|
316 |
provision","template_kind_id":5,"template_kind_name":"provision"},{"id":17,"name":"AutoYaST |
|
317 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":16,"name":"AutoYaST |
|
318 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":15,"name":"AutoYaST |
|
319 |
SLES default","template_kind_id":5,"template_kind_name":"provision"},{"id":14,"name":"AutoYaST |
|
320 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":13,"name":"Atomic |
|
321 |
Kickstart default","template_kind_id":5,"template_kind_name":"provision"},{"id":12,"name":"Alterator |
|
322 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":11,"name":"Alterator |
|
323 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":10,"name":"Alterator |
|
324 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":9,"name":"PXELinux |
|
325 |
chain iPXE UNDI","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":8,"name":"PXELinux |
|
326 |
chain iPXE","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":7,"name":"PXELinux |
|
327 |
default memdisk","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":6,"name":"PXEGrub2 |
|
328 |
default local boot","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":5,"name":"PXEGrub |
|
329 |
default local boot","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":4,"name":"PXELinux |
|
330 |
default local boot","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":3,"name":"PXEGrub2 |
|
331 |
global default","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":2,"name":"PXEGrub |
|
332 |
global default","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":1,"name":"PXELinux |
|
333 |
global default","template_kind_id":1,"template_kind_name":"PXELinux"}],"domains":[{"id":2,"name":"test.com"}],"realms":[],"environments":[],"hostgroups":[],"locations":[],"parameters":[],"default_content_view_id":4,"library_id":7}' |
|
334 |
http_version: |
|
335 |
recorded_at: Mon, 12 Sep 2016 15:39:01 GMT |
|
336 |
- request: |
|
337 |
method: put |
|
338 |
uri: https://admin:changeme@katello.example.com:50191/katello/api/organizations/9 |
|
339 |
body: |
|
340 |
encoding: UTF-8 |
|
341 |
string: '{"organization":{"subnet_ids":[5]}}' |
|
342 |
headers: |
|
343 |
Accept: |
|
344 |
- application/json;version=2 |
|
345 |
Accept-Encoding: |
|
346 |
- gzip, deflate |
|
347 |
User-Agent: |
|
348 |
- rest-client/2.0.0 (linux-gnu x86_64) ruby/2.1.10p492 |
|
349 |
Content-Type: |
|
350 |
- application/json |
|
351 |
Content-Length: |
|
352 |
- '35' |
|
353 |
Host: |
|
354 |
- katello.example.com:50191 |
|
355 |
response: |
|
356 |
status: |
|
357 |
code: 200 |
|
358 |
message: OK |
|
359 |
headers: |
|
360 |
Date: |
|
361 |
- Mon, 12 Sep 2016 15:39:01 GMT |
|
362 |
Server: |
|
363 |
- Apache/2.4.6 (CentOS) |
|
364 |
X-Frame-Options: |
|
365 |
- SAMEORIGIN |
|
366 |
X-Xss-Protection: |
|
367 |
- 1; mode=block |
|
368 |
X-Content-Type-Options: |
|
369 |
- nosniff |
|
370 |
Foreman-Version: |
|
371 |
- 1.14.0-develop |
|
372 |
Foreman-Api-Version: |
|
373 |
- '2' |
|
374 |
Content-Type: |
|
375 |
- application/json; charset=utf-8 |
|
376 |
Apipie-Checksum: |
|
377 |
- 9544abef9cf8343005f07ed8c9f1f8e7 |
|
107 |
- _session_id=fe35157fecf30f7110bacd067272bb03; path=/; secure; HttpOnly |
|
378 | 108 |
Etag: |
379 |
- W/"629f8d491c90ac79b4b7bedb2e2e8c86-gzip" |
|
380 |
Cache-Control: |
|
381 |
- max-age=0, private, must-revalidate |
|
382 |
X-Request-Id: |
|
383 |
- 273dd0bf-6c1d-4d6e-a11e-c0e3fbdbb726 |
|
384 |
X-Runtime: |
|
385 |
- '4.208634' |
|
386 |
Via: |
|
387 |
- 1.1 katello.example.com:50191 |
|
109 |
- '"077fb42a553a8a1a1bbf6262a2cc79ec-gzip"' |
|
110 |
Status: |
|
111 |
- 200 OK |
|
388 | 112 |
Vary: |
389 | 113 |
- Accept-Encoding |
390 | 114 |
Content-Length: |
391 |
- '16675' |
|
392 |
Set-Cookie: |
|
393 |
- _session_id=3006fe46c1d0f05152cdfa3ca942ba14; path=/; HttpOnly |
|
394 |
- request_method=PUT; path=/ |
|
395 |
body: |
|
396 |
encoding: ASCII-8BIT |
|
397 |
string: '{"select_all_types":[],"description":"Testing today for a better tomorrow","created_at":"2016-09-07 |
|
398 |
01:39:03 UTC","updated_at":"2016-09-07 01:39:03 UTC","ancestry":null,"parent_id":null,"parent_name":null,"id":9,"name":"Test |
|
399 |
Corporation","title":"Test Corporation","users":[],"smart_proxies":[{"name":"katello.example.com","id":1,"url":"https://katello.example.com:9090"}],"subnets":[{"id":5,"name":"Test |
|
400 |
Subnet","network_address":"192.168.100.1/24"}],"compute_resources":[],"media":[],"config_templates":[{"id":90,"name":"Katello |
|
401 |
Atomic Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":89,"name":"subscription_manager_registration","template_kind_id":null,"template_kind_name":null},{"id":88,"name":"Katello |
|
402 |
Kickstart Default Finish","template_kind_id":6,"template_kind_name":"finish"},{"id":87,"name":"Katello |
|
403 |
Kickstart Default User Data","template_kind_id":8,"template_kind_name":"user_data"},{"id":86,"name":"Katello |
|
404 |
Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":72,"name":"pxegrub2_discovery","template_kind_id":null,"template_kind_name":null},{"id":71,"name":"pxegrub_discovery","template_kind_id":null,"template_kind_name":null},{"id":70,"name":"pxegrub2_chainload","template_kind_id":null,"template_kind_name":null},{"id":69,"name":"pxegrub_chainload","template_kind_id":null,"template_kind_name":null},{"id":68,"name":"pxelinux_chainload","template_kind_id":null,"template_kind_name":null},{"id":67,"name":"kickstart_cmdline","template_kind_id":null,"template_kind_name":null},{"id":66,"name":"saltstack_setup","template_kind_id":null,"template_kind_name":null},{"id":61,"name":"puppetlabs_repo","template_kind_id":null,"template_kind_name":null},{"id":60,"name":"puppet_setup","template_kind_id":null,"template_kind_name":null},{"id":59,"name":"puppet.conf","template_kind_id":null,"template_kind_name":null},{"id":58,"name":"preseed_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":57,"name":"kickstart_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":56,"name":"http_proxy","template_kind_id":null,"template_kind_name":null},{"id":55,"name":"freeipa_register","template_kind_id":null,"template_kind_name":null},{"id":54,"name":"fix_hosts","template_kind_id":null,"template_kind_name":null},{"id":53,"name":"epel","template_kind_id":null,"template_kind_name":null},{"id":52,"name":"coreos_cloudconfig","template_kind_id":null,"template_kind_name":null},{"id":51,"name":"chef_client","template_kind_id":null,"template_kind_name":null},{"id":50,"name":"bmc_nic_setup","template_kind_id":null,"template_kind_name":null},{"id":49,"name":"alterator_pkglist","template_kind_id":null,"template_kind_name":null},{"id":48,"name":"XenServer |
|
405 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":47,"name":"XenServer |
|
406 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":46,"name":"XenServer |
|
407 |
default answerfile","template_kind_id":5,"template_kind_name":"provision"},{"id":45,"name":"WAIK |
|
408 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":44,"name":"UserData |
|
409 |
default","template_kind_id":8,"template_kind_name":"user_data"},{"id":64,"name":"remote_execution_ssh_keys","template_kind_id":null,"template_kind_name":null},{"id":43,"name":"Preseed |
|
410 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":42,"name":"Preseed |
|
411 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":41,"name":"Preseed |
|
412 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":40,"name":"Preseed |
|
413 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":39,"name":"Preseed |
|
414 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":38,"name":"NX-OS |
|
415 |
default POAP setup","template_kind_id":10,"template_kind_name":"POAP"},{"id":37,"name":"Kickstart |
|
416 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":65,"name":"saltstack_minion","template_kind_id":null,"template_kind_name":null},{"id":36,"name":"Kickstart |
|
417 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":35,"name":"Kickstart |
|
418 |
default PXEGrub2","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":34,"name":"Kickstart |
|
419 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":33,"name":"Kickstart |
|
420 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":32,"name":"Kickstart |
|
421 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":31,"name":"Kickstart |
|
422 |
RHEL default","template_kind_id":5,"template_kind_name":"provision"},{"id":30,"name":"Kickstart |
|
423 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":29,"name":"Junos |
|
424 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":63,"name":"redhat_register","template_kind_id":null,"template_kind_name":null},{"id":62,"name":"pxelinux_discovery","template_kind_id":null,"template_kind_name":null},{"id":28,"name":"Junos |
|
425 |
default ZTP config","template_kind_id":9,"template_kind_name":"ZTP"},{"id":27,"name":"Junos |
|
426 |
default SLAX","template_kind_id":5,"template_kind_name":"provision"},{"id":26,"name":"Jumpstart |
|
427 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":25,"name":"Jumpstart |
|
428 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":24,"name":"Jumpstart |
|
429 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":23,"name":"Grubby |
|
430 |
default","template_kind_id":7,"template_kind_name":"script"},{"id":22,"name":"FreeBSD |
|
431 |
(mfsBSD) PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":21,"name":"FreeBSD |
|
432 |
(mfsBSD) provision","template_kind_id":5,"template_kind_name":"provision"},{"id":20,"name":"FreeBSD |
|
433 |
(mfsBSD) finish","template_kind_id":6,"template_kind_name":"finish"},{"id":19,"name":"CoreOS |
|
434 |
PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":18,"name":"CoreOS |
|
435 |
provision","template_kind_id":5,"template_kind_name":"provision"},{"id":17,"name":"AutoYaST |
|
436 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":16,"name":"AutoYaST |
|
437 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":15,"name":"AutoYaST |
|
438 |
SLES default","template_kind_id":5,"template_kind_name":"provision"},{"id":14,"name":"AutoYaST |
|
439 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":13,"name":"Atomic |
|
440 |
Kickstart default","template_kind_id":5,"template_kind_name":"provision"},{"id":12,"name":"Alterator |
|
441 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":11,"name":"Alterator |
|
442 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":10,"name":"Alterator |
|
443 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":9,"name":"PXELinux |
|
444 |
chain iPXE UNDI","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":8,"name":"PXELinux |
|
445 |
chain iPXE","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":7,"name":"PXELinux |
|
446 |
default memdisk","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":6,"name":"PXEGrub2 |
|
447 |
default local boot","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":5,"name":"PXEGrub |
|
448 |
default local boot","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":4,"name":"PXELinux |
|
449 |
default local boot","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":3,"name":"PXEGrub2 |
|
450 |
global default","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":2,"name":"PXEGrub |
|
451 |
global default","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":1,"name":"PXELinux |
|
452 |
global default","template_kind_id":1,"template_kind_name":"PXELinux"}],"ptables":[{"os_family":"Xenserver","created_at":"2016-09-02 |
|
453 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"XenServer default","id":85},{"os_family":"Debian","created_at":"2016-09-02 |
|
454 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Preseed custom |
|
455 |
LVM","id":84},{"os_family":"Debian","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
456 |
14:01:03 UTC","name":"Preseed default","id":83},{"os_family":"NXOS","created_at":"2016-09-02 |
|
457 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"NX-OS default |
|
458 |
fake","id":82},{"os_family":"Redhat","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
459 |
14:01:03 UTC","name":"Kickstart default","id":81},{"os_family":"Junos","created_at":"2016-09-02 |
|
460 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Junos default |
|
461 |
fake","id":80},{"os_family":"Solaris","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
462 |
14:01:03 UTC","name":"Jumpstart mirrored","id":79},{"os_family":"Solaris","created_at":"2016-09-02 |
|
463 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Jumpstart default","id":78},{"os_family":"Freebsd","created_at":"2016-09-02 |
|
464 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"FreeBSD","id":77},{"os_family":"Coreos","created_at":"2016-09-02 |
|
465 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"CoreOS default |
|
466 |
fake","id":76},{"os_family":"Suse","created_at":"2016-09-02 14:01:02 UTC","updated_at":"2016-09-02 |
|
467 |
14:01:02 UTC","name":"AutoYaST LVM","id":75},{"os_family":"Suse","created_at":"2016-09-02 |
|
468 |
14:01:02 UTC","updated_at":"2016-09-02 14:01:02 UTC","name":"AutoYaST entire |
|
469 |
virtual disk","id":74},{"os_family":"Suse","created_at":"2016-09-02 14:01:02 |
|
470 |
UTC","updated_at":"2016-09-02 14:01:02 UTC","name":"AutoYaST entire SCSI disk","id":73}],"provisioning_templates":[{"id":90,"name":"Katello |
|
471 |
Atomic Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":89,"name":"subscription_manager_registration","template_kind_id":null,"template_kind_name":null},{"id":88,"name":"Katello |
|
472 |
Kickstart Default Finish","template_kind_id":6,"template_kind_name":"finish"},{"id":87,"name":"Katello |
|
473 |
Kickstart Default User Data","template_kind_id":8,"template_kind_name":"user_data"},{"id":86,"name":"Katello |
|
474 |
Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":72,"name":"pxegrub2_discovery","template_kind_id":null,"template_kind_name":null},{"id":71,"name":"pxegrub_discovery","template_kind_id":null,"template_kind_name":null},{"id":70,"name":"pxegrub2_chainload","template_kind_id":null,"template_kind_name":null},{"id":69,"name":"pxegrub_chainload","template_kind_id":null,"template_kind_name":null},{"id":68,"name":"pxelinux_chainload","template_kind_id":null,"template_kind_name":null},{"id":67,"name":"kickstart_cmdline","template_kind_id":null,"template_kind_name":null},{"id":66,"name":"saltstack_setup","template_kind_id":null,"template_kind_name":null},{"id":61,"name":"puppetlabs_repo","template_kind_id":null,"template_kind_name":null},{"id":60,"name":"puppet_setup","template_kind_id":null,"template_kind_name":null},{"id":59,"name":"puppet.conf","template_kind_id":null,"template_kind_name":null},{"id":58,"name":"preseed_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":57,"name":"kickstart_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":56,"name":"http_proxy","template_kind_id":null,"template_kind_name":null},{"id":55,"name":"freeipa_register","template_kind_id":null,"template_kind_name":null},{"id":54,"name":"fix_hosts","template_kind_id":null,"template_kind_name":null},{"id":53,"name":"epel","template_kind_id":null,"template_kind_name":null},{"id":52,"name":"coreos_cloudconfig","template_kind_id":null,"template_kind_name":null},{"id":51,"name":"chef_client","template_kind_id":null,"template_kind_name":null},{"id":50,"name":"bmc_nic_setup","template_kind_id":null,"template_kind_name":null},{"id":49,"name":"alterator_pkglist","template_kind_id":null,"template_kind_name":null},{"id":48,"name":"XenServer |
|
475 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":47,"name":"XenServer |
|
476 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":46,"name":"XenServer |
|
477 |
default answerfile","template_kind_id":5,"template_kind_name":"provision"},{"id":45,"name":"WAIK |
|
478 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":44,"name":"UserData |
|
479 |
default","template_kind_id":8,"template_kind_name":"user_data"},{"id":64,"name":"remote_execution_ssh_keys","template_kind_id":null,"template_kind_name":null},{"id":43,"name":"Preseed |
|
480 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":42,"name":"Preseed |
|
481 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":41,"name":"Preseed |
|
482 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":40,"name":"Preseed |
|
483 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":39,"name":"Preseed |
|
484 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":38,"name":"NX-OS |
|
485 |
default POAP setup","template_kind_id":10,"template_kind_name":"POAP"},{"id":37,"name":"Kickstart |
|
486 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":65,"name":"saltstack_minion","template_kind_id":null,"template_kind_name":null},{"id":36,"name":"Kickstart |
|
487 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":35,"name":"Kickstart |
|
488 |
default PXEGrub2","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":34,"name":"Kickstart |
|
489 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":33,"name":"Kickstart |
|
490 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":32,"name":"Kickstart |
|
491 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":31,"name":"Kickstart |
|
492 |
RHEL default","template_kind_id":5,"template_kind_name":"provision"},{"id":30,"name":"Kickstart |
|
493 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":29,"name":"Junos |
|
494 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":63,"name":"redhat_register","template_kind_id":null,"template_kind_name":null},{"id":62,"name":"pxelinux_discovery","template_kind_id":null,"template_kind_name":null},{"id":28,"name":"Junos |
|
495 |
default ZTP config","template_kind_id":9,"template_kind_name":"ZTP"},{"id":27,"name":"Junos |
|
496 |
default SLAX","template_kind_id":5,"template_kind_name":"provision"},{"id":26,"name":"Jumpstart |
|
497 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":25,"name":"Jumpstart |
|
498 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":24,"name":"Jumpstart |
|
499 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":23,"name":"Grubby |
|
500 |
default","template_kind_id":7,"template_kind_name":"script"},{"id":22,"name":"FreeBSD |
|
501 |
(mfsBSD) PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":21,"name":"FreeBSD |
|
502 |
(mfsBSD) provision","template_kind_id":5,"template_kind_name":"provision"},{"id":20,"name":"FreeBSD |
|
503 |
(mfsBSD) finish","template_kind_id":6,"template_kind_name":"finish"},{"id":19,"name":"CoreOS |
|
504 |
PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":18,"name":"CoreOS |
|
505 |
provision","template_kind_id":5,"template_kind_name":"provision"},{"id":17,"name":"AutoYaST |
|
506 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":16,"name":"AutoYaST |
|
507 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":15,"name":"AutoYaST |
|
508 |
SLES default","template_kind_id":5,"template_kind_name":"provision"},{"id":14,"name":"AutoYaST |
|
509 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":13,"name":"Atomic |
|
510 |
Kickstart default","template_kind_id":5,"template_kind_name":"provision"},{"id":12,"name":"Alterator |
|
511 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":11,"name":"Alterator |
|
512 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":10,"name":"Alterator |
|
513 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":9,"name":"PXELinux |
|
514 |
chain iPXE UNDI","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":8,"name":"PXELinux |
|
515 |
chain iPXE","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":7,"name":"PXELinux |
|
516 |
default memdisk","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":6,"name":"PXEGrub2 |
|
517 |
default local boot","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":5,"name":"PXEGrub |
|
518 |
default local boot","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":4,"name":"PXELinux |
|
519 |
default local boot","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":3,"name":"PXEGrub2 |
|
520 |
global default","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":2,"name":"PXEGrub |
|
521 |
global default","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":1,"name":"PXELinux |
|
522 |
global default","template_kind_id":1,"template_kind_name":"PXELinux"}],"domains":[{"id":2,"name":"test.com"}],"realms":[],"environments":[],"hostgroups":[],"locations":[],"parameters":[]}' |
|
523 |
http_version: |
|
524 |
recorded_at: Mon, 12 Sep 2016 15:39:06 GMT |
|
525 |
- request: |
|
526 |
method: get |
|
527 |
uri: https://admin:changeme@katello.example.com:50191/api/locations?per_page=999999&search=name=%22Default%20Location%22 |
|
528 |
body: |
|
529 |
encoding: US-ASCII |
|
530 |
string: '' |
|
531 |
headers: |
|
532 |
Accept: |
|
533 |
- application/json;version=2 |
|
534 |
Accept-Encoding: |
|
535 |
- gzip, deflate |
|
536 |
User-Agent: |
|
537 |
- rest-client/2.0.0 (linux-gnu x86_64) ruby/2.1.10p492 |
|
538 |
Content-Type: |
|
539 |
- application/json |
|
540 |
Host: |
|
541 |
- katello.example.com:50191 |
|
542 |
response: |
|
543 |
status: |
|
544 |
code: 200 |
|
545 |
message: OK |
|
546 |
headers: |
|
547 |
Date: |
|
548 |
- Mon, 12 Sep 2016 15:39:05 GMT |
|
549 |
Server: |
|
550 |
- Apache/2.4.6 (CentOS) |
|
551 |
X-Frame-Options: |
|
552 |
- SAMEORIGIN |
|
553 |
X-Xss-Protection: |
|
554 |
- 1; mode=block |
|
555 |
X-Content-Type-Options: |
|
556 |
- nosniff |
|
557 |
Foreman-Version: |
|
558 |
- 1.14.0-develop |
|
559 |
Foreman-Api-Version: |
|
560 |
- '2' |
|
115 |
- '1338' |
|
561 | 116 |
Content-Type: |
562 | 117 |
- application/json; charset=utf-8 |
563 |
Apipie-Checksum: |
|
564 |
- 9544abef9cf8343005f07ed8c9f1f8e7 |
|
565 |
Etag: |
|
566 |
- W/"8a6c7a83b93140829fabf630e316542a-gzip" |
|
567 |
Cache-Control: |
|
568 |
- max-age=0, private, must-revalidate |
|
569 |
X-Request-Id: |
|
570 |
- eff66a9d-1de4-42f8-ad66-84af5c0776d7 |
|
571 |
X-Runtime: |
|
572 |
- '0.230429' |
|
573 |
Via: |
|
574 |
- 1.1 katello.example.com:50191 |
|
575 |
Vary: |
|
576 |
- Accept-Encoding |
|
577 |
Content-Length: |
|
578 |
- '388' |
|
579 |
Set-Cookie: |
|
580 |
- _session_id=5f5ef78abb9409ad42643d8512e771b6; path=/; HttpOnly |
|
581 | 118 |
body: |
582 | 119 |
encoding: ASCII-8BIT |
583 |
string: | |
|
584 |
{ |
|
585 |
"total": 6, |
|
586 |
"subtotal": 1, |
|
587 |
"page": 1, |
|
588 |
"per_page": 999999, |
|
589 |
"search": "name=\"Default Location\"", |
|
590 |
"sort": { |
|
591 |
"by": null, |
|
592 |
"order": null |
|
593 |
}, |
|
594 |
"results": [{"ancestry":null,"parent_id":null,"parent_name":null,"created_at":"2016-09-02 14:00:59 UTC","updated_at":"2016-09-02 14:00:59 UTC","id":2,"name":"Default Location","title":"Default Location","description":null}] |
|
595 |
} |
|
120 |
string: !binary |- |
|
121 |
ewogICJ0b3RhbCI6IDEwLAogICJzdWJ0b3RhbCI6IDEwLAogICJwYWdlIjog |
|
122 |
MSwKICAicGVyX3BhZ2UiOiAyMCwKICAic2VhcmNoIjogbnVsbCwKICAic29y |
|
123 |
dCI6IHsKICAgICJieSI6IG51bGwsCiAgICAib3JkZXIiOiBudWxsCiAgfSwK |
|
124 |
ICAicmVzdWx0cyI6IFt7ImlkIjoiZm9yZW1hbi10YXNrcyIsIm5hbWUiOiJm |
|
125 |
b3JlbWFuLXRhc2tzIiwiYXV0aG9yIjoiSXZhbiBOZcSNYXMiLCJkZXNjcmlw |
|
126 |
dGlvbiI6IlRoZSBnb2FsIG9mIHRoaXMgcGx1Z2luIGlzIHRvIHVuaWZ5IHRo |
|
127 |
ZSB3YXkgb2Ygc2hvd2luZyB0YXNrIHN0YXR1c2VzIGFjcm9zcyB0aGUgRm9y |
|
128 |
ZW1hbiBpbnN0YW5jZS5cbkl0IGRlZmluZXMgVGFzayBtb2RlbCBmb3Iga2Vl |
|
129 |
cGluZyB0aGUgaW5mb3JtYXRpb24gYWJvdXQgdGhlIHRhc2tzIGFuZCBMb2Nr |
|
130 |
IGZvciBhc3NpZ25pbmcgdGhlIHRhc2tzXG50byByZXNvdXJjZXMuIFRoZSBs |
|
131 |
b2NraW5nIGFsbG93cyBkZWFsaW5nIHdpdGggcHJldmVudGluZyBtdWx0aXBs |
|
132 |
ZSBjb2xsaWRpbmcgdGFza3MgdG8gYmUgcnVuIG9uIHRoZVxuc2FtZSByZXNv |
|
133 |
dXJjZS4gSXQgYWxzbyBvcHRpb25hbGx5IHByb3ZpZGVzIER5bmZsb3cgaW5m |
|
134 |
cmFzdHJ1Y3R1cmUgZm9yIHVzaW5nIGl0IGZvciBtYW5hZ2luZyB0aGUgdGFz |
|
135 |
a3MuXG4iLCJ1cmwiOiJodHRwczovL2dpdGh1Yi5jb20vdGhlZm9yZW1hbi9m |
|
136 |
b3JlbWFuLXRhc2tzIiwidmVyc2lvbiI6IjAuNy4xNC45In0seyJpZCI6ImZv |
|
137 |
cmVtYW5fYm9vdGRpc2siLCJuYW1lIjoiZm9yZW1hbl9ib290ZGlzayIsImF1 |
|
138 |
dGhvciI6IkRvbWluaWMgQ2xlYWwiLCJkZXNjcmlwdGlvbiI6IlBsdWdpbiBm |
|
139 |
b3IgRm9yZW1hbiB0aGF0IGNyZWF0ZXMgaVBYRS1iYXNlZCBib290IGRpc2tz |
|
140 |
IHRvIHByb3Zpc2lvbiBob3N0cyB3aXRob3V0IHRoZSBuZWVkIGZvciBQWEUg |
|
141 |
aW5mcmFzdHJ1Y3R1cmUuIiwidXJsIjoiaHR0cDovL2dpdGh1Yi5jb20vdGhl |
|
142 |
Zm9yZW1hbi9mb3JlbWFuX2Jvb3RkaXNrIiwidmVyc2lvbiI6IjYuMS4wLjMi |
|
143 |
fSx7ImlkIjoiZm9yZW1hbl9kaXNjb3ZlcnkiLCJuYW1lIjoiZm9yZW1hbl9k |
|
144 |
aXNjb3ZlcnkiLCJhdXRob3IiOiJBbW9zIEJlbmFyaSxCcnlhbiBLZWFybmV5 |
|
145 |
LENoYWlybWFuVHViZUFtcCxEYW5pZWwgTG9iYXRvIEdhcmPDrWEsRG9taW5p |
|
146 |
YyBDbGVhbCxFcmljIEQuIEhlbG1zLEZyYW5rIFdhbGwsR3JlZyBTdXRjbGlm |
|
147 |
ZmUsSW1yaSBadmlrLEpvc2VwaCBNaXRjaGVsbCBNYWdlbixMdWthcyBaYXBs |
|
148 |
ZXRhbCxMdWvDocWhIFphcGxldGFsLE1hcmVrIEh1bGFuLE1hcnRpbiBCYcSN |
|
149 |
b3Zza8O9LE1hdHQgSmFydmlzLE1pY2hhZWwgTW9sbCxOaWNrLE9oYWQgTGV2 |
|
150 |
eSxPcmkgUmFiaW4sUGV0ciBDaGFsdXBhLFBoaXJpbmNlIFBoaWxpcCxTY3Vi |
|
151 |
YWZsb3lkLFNobG9taSBaYWRvayxTdGVwaGVuIEJlbmphbWluLFlhbm4gQ8Op |
|
152 |
emFyZCIsImRlc2NyaXB0aW9uIjoiTWFhUyBEaXNjb3ZlcnkgUGx1Z2luIGVu |
|
153 |
Z2luZSBmb3IgRm9yZW1hbiIsInVybCI6Imh0dHA6Ly9naXRodWIuY29tL3Ro |
|
154 |
ZWZvcmVtYW4vZm9yZW1hbl9kaXNjb3ZlcnkiLCJ2ZXJzaW9uIjoiNS4wLjAu |
|
155 |
OSJ9LHsiaWQiOiJmb3JlbWFuX2RvY2tlciIsIm5hbWUiOiJmb3JlbWFuX2Rv |
|
156 |
Y2tlciIsImF1dGhvciI6IkRhbmllbCBMb2JhdG8sIEFtb3MgQmVuYXJpIiwi |
|
157 |
ZGVzY3JpcHRpb24iOiJQcm92aXNpb24gYW5kIG1hbmFnZSBEb2NrZXIgY29u |
|
158 |
dGFpbmVycyBhbmQgaW1hZ2VzIGZyb20gRm9yZW1hbi4iLCJ1cmwiOiJodHRw |
|
159 |
Oi8vZ2l0aHViLmNvbS90aGVmb3JlbWFuL2ZvcmVtYW4tZG9ja2VyIiwidmVy |
|
160 |
c2lvbiI6IjIuMC4xLjExIn0seyJpZCI6ImZvcmVtYW5faG9va3MiLCJuYW1l |
|
161 |
IjoiZm9yZW1hbl9ob29rcyIsImF1dGhvciI6IkRvbWluaWMgQ2xlYWwiLCJk |
|
162 |
ZXNjcmlwdGlvbiI6IlBsdWdpbiBlbmdpbmUgZm9yIEZvcmVtYW4gdGhhdCBl |
|
163 |
bmFibGVzIHJ1bm5pbmcgY3VzdG9tIGhvb2sgc2NyaXB0cyBvbiBGb3JlbWFu |
|
164 |
IGV2ZW50cyIsInVybCI6Imh0dHA6Ly9naXRodWIuY29tL3RoZWZvcmVtYW4v |
|
165 |
Zm9yZW1hbl9ob29rcyIsInZlcnNpb24iOiIwLjMuMTEifSx7ImlkIjoiZm9y |
|
166 |
ZW1hbl9vcGVuc2NhcCIsIm5hbWUiOiJmb3JlbWFuX29wZW5zY2FwIiwiYXV0 |
|
167 |
aG9yIjoixaBpbW9uIEx1a2HFocOtayxTaGxvbWkgWmFkb2ssTWFyZWsgSHVs |
|
168 |
YW4sT25kcmVqIFByYXphayIsImRlc2NyaXB0aW9uIjoiRm9yZW1hbiBwbHVn |
|
169 |
LWluIGZvciBtYW5hZ2luZyBzZWN1cml0eSBjb21wbGlhbmNlIHJlcG9ydHMi |
|
170 |
LCJ1cmwiOiJodHRwczovL2dpdGh1Yi5jb20vT3BlblNDQVAvZm9yZW1hbl9v |
|
171 |
cGVuc2NhcCIsInZlcnNpb24iOiIwLjUuMy4xOCJ9LHsiaWQiOiJmb3JlbWFu |
|
172 |
X3JlbW90ZV9leGVjdXRpb24iLCJuYW1lIjoiZm9yZW1hbl9yZW1vdGVfZXhl |
|
173 |
Y3V0aW9uIiwiYXV0aG9yIjoiRm9yZW1hbiBSZW1vdGUgRXhlY3V0aW9uIHRl |
|
174 |
YW0iLCJkZXNjcmlwdGlvbiI6IkEgcGx1Z2luIGJyaW5naW5nIHJlbW90ZSBl |
|
175 |
eGVjdXRpb24gdG8gdGhlIEZvcmVtYW4sIGNvbXBsZXRpbmcgdGhlIGNvbmZp |
|
176 |
ZyBtYW5hZ2VtZW50IGZ1bmN0aW9uYWxpdHkgd2l0aCByZW1vdGUgbWFuYWdl |
|
177 |
bWVudCBmdW5jdGlvbmFsaXR5LiIsInVybCI6Imh0dHBzOi8vZ2l0aHViLmNv |
|
178 |
bS90aGVmb3JlbWFuL2ZvcmVtYW5fcmVtb3RlX2V4ZWN1dGlvbiIsInZlcnNp |
|
179 |
b24iOiIwLjMuMC4xMiJ9LHsiaWQiOiJmb3JlbWFuX3RoZW1lX3NhdGVsbGl0 |
|
180 |
ZSIsIm5hbWUiOiJmb3JlbWFuX3RoZW1lX3NhdGVsbGl0ZSIsImF1dGhvciI6 |
|
181 |
IkFsb24gR29sZGJvaW0sIFNoaW1vbiBTdGVpbiIsImRlc2NyaXB0aW9uIjoi |
|
182 |
VGhpcyBpcyBhIHBsdWdpbiB0aGF0IGVuYWJsZXMgYnVpbGRpbmcgYSB0aGVt |
|
183 |
ZSBmb3IgRm9yZW1hbi4iLCJ1cmwiOiJodHRwczovL2dpdGh1Yi5jb20vYWxv |
|
184 |
bmdvbGRib2ltL2ZvcmVtYW5fdGhlbWVfc2F0ZWxsaXRlIiwidmVyc2lvbiI6 |
|
185 |
IjAuMS4zMyJ9LHsiaWQiOiJrYXRlbGxvIiwibmFtZSI6ImthdGVsbG8iLCJh |
|
186 |
dXRob3IiOiJOL0EiLCJkZXNjcmlwdGlvbiI6IkNvbnRlbnQgYW5kIFN1YnNj |
|
187 |
cmlwdGlvbiBNYW5hZ2VtZW50IHBsdWdpbiBmb3IgRm9yZW1hbiIsInVybCI6 |
|
188 |
Imh0dHA6Ly93d3cua2F0ZWxsby5vcmciLCJ2ZXJzaW9uIjoiMy4wLjAuODIi |
|
189 |
fSx7ImlkIjoicmVkaGF0X2FjY2VzcyIsIm5hbWUiOiJyZWRoYXRfYWNjZXNz |
|
190 |
IiwiYXV0aG9yIjoiTGluZGFuaSBQaGlyaSIsImRlc2NyaXB0aW9uIjoiVGhp |
|
191 |
cyBwbHVnaW4gYWRkcyBSZWQgSGF0IEFjY2VzcyBrbm93bGVkZ2UgYmFzZSBz |
|
192 |
ZWFyY2gsIGNhc2UgbWFuYWdlbWVudCBhbmQgZGlhZ25vc3RpY3MgdG8gRm9y |
|
193 |
ZW1hbiIsInVybCI6Imh0dHA6Ly93d3cubHBoaXJpLnJlZGhhdC5jb20iLCJ2 |
|
194 |
ZXJzaW9uIjoiMS4wLjEzIn1dCn0K |
|
596 | 195 |
http_version: |
597 |
recorded_at: Mon, 12 Sep 2016 15:39:06 GMT
|
|
196 |
recorded_at: Tue, 13 Dec 2016 14:47:49 GMT
|
|
598 | 197 |
- request: |
599 | 198 |
method: get |
600 |
uri: https://admin:changeme@katello.example.com:50191/api/locations/2
|
|
199 |
uri: https://satlap.example.com/apidoc/v2.en.json
|
|
601 | 200 |
body: |
602 | 201 |
encoding: US-ASCII |
603 | 202 |
string: '' |
604 | 203 |
headers: |
605 | 204 |
Accept: |
606 |
- application/json;version=2 |
|
607 |
Accept-Encoding: |
|
608 |
- gzip, deflate |
|
609 |
User-Agent: |
|
610 |
- rest-client/2.0.0 (linux-gnu x86_64) ruby/2.1.10p492 |
|
611 |
Content-Type: |
|
612 | 205 |
- application/json |
613 |
Host: |
|
614 |
- katello.example.com:50191 |
|
615 |
response: |
|
616 |
status: |
|
617 |
code: 200 |
|
618 |
message: OK |
|
619 |
headers: |
|
620 |
Date: |
|
621 |
- Mon, 12 Sep 2016 15:39:06 GMT |
|
622 |
Server: |
|
623 |
- Apache/2.4.6 (CentOS) |
|
624 |
X-Frame-Options: |
|
625 |
- SAMEORIGIN |
|
626 |
X-Xss-Protection: |
|
627 |
- 1; mode=block |
|
628 |
X-Content-Type-Options: |
|
629 |
- nosniff |
|
630 |
Foreman-Version: |
|
631 |
- 1.14.0-develop |
|
632 |
Foreman-Api-Version: |
|
633 |
- '2' |
|
634 |
Content-Type: |
|
635 |
- application/json; charset=utf-8 |
|
636 |
Apipie-Checksum: |
|
637 |
- 9544abef9cf8343005f07ed8c9f1f8e7 |
|
638 |
Etag: |
|
639 |
- W/"598b6f06291af1bfc5017d36b007adc3-gzip" |
|
640 |
Cache-Control: |
|
641 |
- max-age=0, private, must-revalidate |
|
642 |
X-Request-Id: |
|
643 |
- 8938f0b0-bff0-4af6-9bcd-0e5776d5debc |
|
644 |
X-Runtime: |
|
645 |
- '3.523820' |
|
646 |
Via: |
|
647 |
- 1.1 katello.example.com:50191 |
|
648 |
Vary: |
|
649 |
- Accept-Encoding |
|
650 |
Content-Length: |
|
651 |
- '17200' |
|
652 |
Set-Cookie: |
|
653 |
- _session_id=cc972b64a56c40ada1bf094a9c29edcb; path=/; HttpOnly |
|
654 |
body: |
|
655 |
encoding: ASCII-8BIT |
|
656 |
string: '{"select_all_types":["ProvisioningTemplate","Hostgroup"],"description":null,"created_at":"2016-09-02 |
|
657 |
14:00:59 UTC","updated_at":"2016-09-02 14:00:59 UTC","ancestry":null,"parent_id":null,"parent_name":null,"id":2,"name":"Default |
|
658 |
Location","title":"Default Location","users":[],"smart_proxies":[{"name":"katello.example.com","id":1,"url":"https://katello.example.com:9090"}],"subnets":[{"id":1,"name":"Desktop |
|
659 |
Provisioning","network_address":"192.168.100.1/24"},{"id":5,"name":"Test Subnet","network_address":"192.168.100.1/24"},{"id":3,"name":"YDesktop |
|
660 |
Provisioning","network_address":"192.168.200.1/24"}],"compute_resources":[{"id":3,"name":"Desktop |
|
661 |
Libvirt","provider":"Libvirt","provider_friendly_name":"Libvirt"}],"media":[{"id":9,"name":"Atomic |
|
662 |
Media"}],"config_templates":[{"id":89,"name":"subscription_manager_registration","template_kind_id":null,"template_kind_name":null},{"id":87,"name":"Katello |
|
663 |
Kickstart Default User Data","template_kind_id":8,"template_kind_name":"user_data"},{"id":88,"name":"Katello |
|
664 |
Kickstart Default Finish","template_kind_id":6,"template_kind_name":"finish"},{"id":86,"name":"Katello |
|
665 |
Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":90,"name":"Katello |
|
666 |
Atomic Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":72,"name":"pxegrub2_discovery","template_kind_id":null,"template_kind_name":null},{"id":71,"name":"pxegrub_discovery","template_kind_id":null,"template_kind_name":null},{"id":70,"name":"pxegrub2_chainload","template_kind_id":null,"template_kind_name":null},{"id":69,"name":"pxegrub_chainload","template_kind_id":null,"template_kind_name":null},{"id":68,"name":"pxelinux_chainload","template_kind_id":null,"template_kind_name":null},{"id":67,"name":"kickstart_cmdline","template_kind_id":null,"template_kind_name":null},{"id":66,"name":"saltstack_setup","template_kind_id":null,"template_kind_name":null},{"id":65,"name":"saltstack_minion","template_kind_id":null,"template_kind_name":null},{"id":64,"name":"remote_execution_ssh_keys","template_kind_id":null,"template_kind_name":null},{"id":63,"name":"redhat_register","template_kind_id":null,"template_kind_name":null},{"id":62,"name":"pxelinux_discovery","template_kind_id":null,"template_kind_name":null},{"id":61,"name":"puppetlabs_repo","template_kind_id":null,"template_kind_name":null},{"id":60,"name":"puppet_setup","template_kind_id":null,"template_kind_name":null},{"id":59,"name":"puppet.conf","template_kind_id":null,"template_kind_name":null},{"id":58,"name":"preseed_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":57,"name":"kickstart_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":56,"name":"http_proxy","template_kind_id":null,"template_kind_name":null},{"id":55,"name":"freeipa_register","template_kind_id":null,"template_kind_name":null},{"id":54,"name":"fix_hosts","template_kind_id":null,"template_kind_name":null},{"id":53,"name":"epel","template_kind_id":null,"template_kind_name":null},{"id":52,"name":"coreos_cloudconfig","template_kind_id":null,"template_kind_name":null},{"id":51,"name":"chef_client","template_kind_id":null,"template_kind_name":null},{"id":50,"name":"bmc_nic_setup","template_kind_id":null,"template_kind_name":null},{"id":49,"name":"alterator_pkglist","template_kind_id":null,"template_kind_name":null},{"id":48,"name":"XenServer |
|
667 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":47,"name":"XenServer |
|
668 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":46,"name":"XenServer |
|
669 |
default answerfile","template_kind_id":5,"template_kind_name":"provision"},{"id":45,"name":"WAIK |
|
670 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":44,"name":"UserData |
|
671 |
default","template_kind_id":8,"template_kind_name":"user_data"},{"id":43,"name":"Preseed |
|
672 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":42,"name":"Preseed |
|
673 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":41,"name":"Preseed |
|
674 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":40,"name":"Preseed |
|
675 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":39,"name":"Preseed |
|
676 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":38,"name":"NX-OS |
|
677 |
default POAP setup","template_kind_id":10,"template_kind_name":"POAP"},{"id":37,"name":"Kickstart |
|
678 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":36,"name":"Kickstart |
|
679 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":35,"name":"Kickstart |
|
680 |
default PXEGrub2","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":34,"name":"Kickstart |
|
681 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":33,"name":"Kickstart |
|
682 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":32,"name":"Kickstart |
|
683 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":31,"name":"Kickstart |
|
684 |
RHEL default","template_kind_id":5,"template_kind_name":"provision"},{"id":30,"name":"Kickstart |
|
685 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":29,"name":"Junos |
|
686 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":28,"name":"Junos |
|
687 |
default ZTP config","template_kind_id":9,"template_kind_name":"ZTP"},{"id":27,"name":"Junos |
|
688 |
default SLAX","template_kind_id":5,"template_kind_name":"provision"},{"id":26,"name":"Jumpstart |
|
689 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":25,"name":"Jumpstart |
|
690 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":24,"name":"Jumpstart |
|
691 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":23,"name":"Grubby |
|
692 |
default","template_kind_id":7,"template_kind_name":"script"},{"id":22,"name":"FreeBSD |
|
693 |
(mfsBSD) PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":21,"name":"FreeBSD |
|
694 |
(mfsBSD) provision","template_kind_id":5,"template_kind_name":"provision"},{"id":20,"name":"FreeBSD |
|
695 |
(mfsBSD) finish","template_kind_id":6,"template_kind_name":"finish"},{"id":19,"name":"CoreOS |
|
696 |
PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":18,"name":"CoreOS |
|
697 |
provision","template_kind_id":5,"template_kind_name":"provision"},{"id":17,"name":"AutoYaST |
|
698 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":16,"name":"AutoYaST |
|
699 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":15,"name":"AutoYaST |
|
700 |
SLES default","template_kind_id":5,"template_kind_name":"provision"},{"id":14,"name":"AutoYaST |
|
701 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":13,"name":"Atomic |
|
702 |
Kickstart default","template_kind_id":5,"template_kind_name":"provision"},{"id":12,"name":"Alterator |
|
703 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":11,"name":"Alterator |
|
704 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":10,"name":"Alterator |
|
705 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":9,"name":"PXELinux |
|
706 |
chain iPXE UNDI","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":8,"name":"PXELinux |
|
707 |
chain iPXE","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":7,"name":"PXELinux |
|
708 |
default memdisk","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":6,"name":"PXEGrub2 |
|
709 |
default local boot","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":5,"name":"PXEGrub |
|
710 |
default local boot","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":4,"name":"PXELinux |
|
711 |
default local boot","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":3,"name":"PXEGrub2 |
|
712 |
global default","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":2,"name":"PXEGrub |
|
713 |
global default","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":1,"name":"PXELinux |
|
714 |
global default","template_kind_id":1,"template_kind_name":"PXELinux"}],"ptables":[{"os_family":"Xenserver","created_at":"2016-09-02 |
|
715 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"XenServer default","id":85},{"os_family":"Debian","created_at":"2016-09-02 |
|
716 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Preseed custom |
|
717 |
LVM","id":84},{"os_family":"Debian","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
718 |
14:01:03 UTC","name":"Preseed default","id":83},{"os_family":"NXOS","created_at":"2016-09-02 |
|
719 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"NX-OS default |
|
720 |
fake","id":82},{"os_family":"Redhat","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
721 |
14:01:03 UTC","name":"Kickstart default","id":81},{"os_family":"Junos","created_at":"2016-09-02 |
|
722 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Junos default |
|
723 |
fake","id":80},{"os_family":"Solaris","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
724 |
14:01:03 UTC","name":"Jumpstart mirrored","id":79},{"os_family":"Solaris","created_at":"2016-09-02 |
|
725 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Jumpstart default","id":78},{"os_family":"Freebsd","created_at":"2016-09-02 |
|
726 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"FreeBSD","id":77},{"os_family":"Coreos","created_at":"2016-09-02 |
|
727 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"CoreOS default |
|
728 |
fake","id":76},{"os_family":"Suse","created_at":"2016-09-02 14:01:02 UTC","updated_at":"2016-09-02 |
|
729 |
14:01:02 UTC","name":"AutoYaST LVM","id":75},{"os_family":"Suse","created_at":"2016-09-02 |
|
730 |
14:01:02 UTC","updated_at":"2016-09-02 14:01:02 UTC","name":"AutoYaST entire |
|
731 |
virtual disk","id":74},{"os_family":"Suse","created_at":"2016-09-02 14:01:02 |
|
732 |
UTC","updated_at":"2016-09-02 14:01:02 UTC","name":"AutoYaST entire SCSI disk","id":73}],"provisioning_templates":[{"id":89,"name":"subscription_manager_registration","template_kind_id":null,"template_kind_name":null},{"id":87,"name":"Katello |
|
733 |
Kickstart Default User Data","template_kind_id":8,"template_kind_name":"user_data"},{"id":88,"name":"Katello |
|
734 |
Kickstart Default Finish","template_kind_id":6,"template_kind_name":"finish"},{"id":86,"name":"Katello |
|
735 |
Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":90,"name":"Katello |
|
736 |
Atomic Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":72,"name":"pxegrub2_discovery","template_kind_id":null,"template_kind_name":null},{"id":71,"name":"pxegrub_discovery","template_kind_id":null,"template_kind_name":null},{"id":70,"name":"pxegrub2_chainload","template_kind_id":null,"template_kind_name":null},{"id":69,"name":"pxegrub_chainload","template_kind_id":null,"template_kind_name":null},{"id":68,"name":"pxelinux_chainload","template_kind_id":null,"template_kind_name":null},{"id":67,"name":"kickstart_cmdline","template_kind_id":null,"template_kind_name":null},{"id":66,"name":"saltstack_setup","template_kind_id":null,"template_kind_name":null},{"id":65,"name":"saltstack_minion","template_kind_id":null,"template_kind_name":null},{"id":64,"name":"remote_execution_ssh_keys","template_kind_id":null,"template_kind_name":null},{"id":63,"name":"redhat_register","template_kind_id":null,"template_kind_name":null},{"id":62,"name":"pxelinux_discovery","template_kind_id":null,"template_kind_name":null},{"id":61,"name":"puppetlabs_repo","template_kind_id":null,"template_kind_name":null},{"id":60,"name":"puppet_setup","template_kind_id":null,"template_kind_name":null},{"id":59,"name":"puppet.conf","template_kind_id":null,"template_kind_name":null},{"id":58,"name":"preseed_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":57,"name":"kickstart_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":56,"name":"http_proxy","template_kind_id":null,"template_kind_name":null},{"id":55,"name":"freeipa_register","template_kind_id":null,"template_kind_name":null},{"id":54,"name":"fix_hosts","template_kind_id":null,"template_kind_name":null},{"id":53,"name":"epel","template_kind_id":null,"template_kind_name":null},{"id":52,"name":"coreos_cloudconfig","template_kind_id":null,"template_kind_name":null},{"id":51,"name":"chef_client","template_kind_id":null,"template_kind_name":null},{"id":50,"name":"bmc_nic_setup","template_kind_id":null,"template_kind_name":null},{"id":49,"name":"alterator_pkglist","template_kind_id":null,"template_kind_name":null},{"id":48,"name":"XenServer |
|
737 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":47,"name":"XenServer |
|
738 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":46,"name":"XenServer |
|
739 |
default answerfile","template_kind_id":5,"template_kind_name":"provision"},{"id":45,"name":"WAIK |
|
740 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":44,"name":"UserData |
|
741 |
default","template_kind_id":8,"template_kind_name":"user_data"},{"id":43,"name":"Preseed |
|
742 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":42,"name":"Preseed |
|
743 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":41,"name":"Preseed |
|
744 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":40,"name":"Preseed |
|
745 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":39,"name":"Preseed |
|
746 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":38,"name":"NX-OS |
|
747 |
default POAP setup","template_kind_id":10,"template_kind_name":"POAP"},{"id":37,"name":"Kickstart |
|
748 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":36,"name":"Kickstart |
|
749 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":35,"name":"Kickstart |
|
750 |
default PXEGrub2","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":34,"name":"Kickstart |
|
751 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":33,"name":"Kickstart |
|
752 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":32,"name":"Kickstart |
|
753 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":31,"name":"Kickstart |
|
754 |
RHEL default","template_kind_id":5,"template_kind_name":"provision"},{"id":30,"name":"Kickstart |
|
755 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":29,"name":"Junos |
|
756 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":28,"name":"Junos |
|
757 |
default ZTP config","template_kind_id":9,"template_kind_name":"ZTP"},{"id":27,"name":"Junos |
|
758 |
default SLAX","template_kind_id":5,"template_kind_name":"provision"},{"id":26,"name":"Jumpstart |
|
759 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":25,"name":"Jumpstart |
|
760 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":24,"name":"Jumpstart |
|
761 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":23,"name":"Grubby |
|
762 |
default","template_kind_id":7,"template_kind_name":"script"},{"id":22,"name":"FreeBSD |
|
763 |
(mfsBSD) PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":21,"name":"FreeBSD |
|
764 |
(mfsBSD) provision","template_kind_id":5,"template_kind_name":"provision"},{"id":20,"name":"FreeBSD |
|
765 |
(mfsBSD) finish","template_kind_id":6,"template_kind_name":"finish"},{"id":19,"name":"CoreOS |
|
766 |
PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":18,"name":"CoreOS |
|
767 |
provision","template_kind_id":5,"template_kind_name":"provision"},{"id":17,"name":"AutoYaST |
|
768 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":16,"name":"AutoYaST |
|
769 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":15,"name":"AutoYaST |
|
770 |
SLES default","template_kind_id":5,"template_kind_name":"provision"},{"id":14,"name":"AutoYaST |
|
771 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":13,"name":"Atomic |
|
772 |
Kickstart default","template_kind_id":5,"template_kind_name":"provision"},{"id":12,"name":"Alterator |
|
773 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":11,"name":"Alterator |
|
774 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":10,"name":"Alterator |
|
775 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":9,"name":"PXELinux |
|
776 |
chain iPXE UNDI","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":8,"name":"PXELinux |
|
777 |
chain iPXE","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":7,"name":"PXELinux |
|
778 |
default memdisk","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":6,"name":"PXEGrub2 |
|
779 |
default local boot","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":5,"name":"PXEGrub |
|
780 |
default local boot","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":4,"name":"PXELinux |
|
781 |
default local boot","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":3,"name":"PXEGrub2 |
|
782 |
global default","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":2,"name":"PXEGrub |
|
783 |
global default","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":1,"name":"PXELinux |
|
784 |
global default","template_kind_id":1,"template_kind_name":"PXELinux"}],"domains":[{"id":1,"name":"example.com"}],"realms":[],"environments":[{"name":"production","id":1}],"hostgroups":[],"organizations":[{"id":1,"name":"Default |
|
785 |
Organization","title":"Default Organization","description":null},{"id":3,"name":"Example |
|
786 |
Corporation","title":"Example Corporation","description":"The number one example |
|
787 |
company in the world!"}],"parameters":[]}' |
|
788 |
http_version: |
|
789 |
recorded_at: Mon, 12 Sep 2016 15:39:09 GMT |
|
790 |
- request: |
|
791 |
method: put |
|
792 |
uri: https://admin:changeme@katello.example.com:50191/api/locations/2 |
|
793 |
body: |
|
794 |
encoding: UTF-8 |
|
795 |
string: '{"location":{"subnet_ids":[1,5,3]}}' |
|
796 |
headers: |
|
797 |
Accept: |
|
798 |
- application/json;version=2 |
|
799 | 206 |
Accept-Encoding: |
800 | 207 |
- gzip, deflate |
801 | 208 |
User-Agent: |
802 |
- rest-client/2.0.0 (linux-gnu x86_64) ruby/2.1.10p492
|
|
209 |
- rest-client/2.0.0 (linux-gnu x86_64) ruby/2.3.1p112
|
|
803 | 210 |
Content-Type: |
804 | 211 |
- application/json |
805 |
Content-Length:
|
|
806 |
- '35'
|
|
212 |
Accept-Language:
|
|
213 |
- en
|
|
807 | 214 |
Host: |
808 |
- katello.example.com:50191
|
|
215 |
- satlap.example.com
|
|
809 | 216 |
response: |
810 | 217 |
status: |
811 | 218 |
code: 200 |
812 | 219 |
message: OK |
813 | 220 |
headers: |
814 | 221 |
Date: |
815 |
- Mon, 12 Sep 2016 15:39:09 GMT
|
|
222 |
- Tue, 13 Dec 2016 14:47:52 GMT
|
|
816 | 223 |
Server: |
817 |
- Apache/2.4.6 (CentOS)
|
|
224 |
- Apache/2.4.6 (Red Hat Enterprise Linux)
|
|
818 | 225 |
X-Frame-Options: |
819 | 226 |
- SAMEORIGIN |
820 | 227 |
X-Xss-Protection: |
821 | 228 |
- 1; mode=block |
822 | 229 |
X-Content-Type-Options: |
823 | 230 |
- nosniff |
824 |
Foreman-Version: |
|
825 |
- 1.14.0-develop |
|
826 |
Foreman-Api-Version: |
|
827 |
- '2' |
|
828 |
Content-Type: |
|
829 |
- application/json; charset=utf-8 |
|
830 |
Apipie-Checksum: |
|
831 |
- 9544abef9cf8343005f07ed8c9f1f8e7 |
|
832 |
Etag: |
|
833 |
- W/"598b6f06291af1bfc5017d36b007adc3-gzip" |
|
231 |
Content-Disposition: |
|
232 |
- inline; filename="v2.en.json" |
|
233 |
Content-Transfer-Encoding: |
|
234 |
- binary |
|
834 | 235 |
Cache-Control: |
835 |
- max-age=0, private, must-revalidate |
|
236 |
- private |
|
237 |
Apipie-Checksum: |
|
238 |
- e1df2e8d43e22495b02a53b48e3b5298 |
|
836 | 239 |
X-Request-Id: |
837 |
- f0ca9d3a-e8ad-4efd-bae6-bea3b9aa5109
|
|
240 |
- c164961f-bebb-4505-817f-0b39a92c74d1
|
|
838 | 241 |
X-Runtime: |
839 |
- '3.935120' |
|
840 |
Via: |
|
841 |
- 1.1 katello.example.com:50191 |
|
242 |
- '0.004143' |
|
243 |
X-Powered-By: |
|
244 |
- Phusion Passenger 4.0.18 |
|
245 |
Status: |
|
246 |
- 200 OK |
|
842 | 247 |
Vary: |
843 | 248 |
- Accept-Encoding |
844 | 249 |
Content-Length: |
845 |
- '17200' |
|
846 |
Set-Cookie: |
|
847 |
- _session_id=150bfc8d22d55916e9be2c2049c4ce98; path=/; HttpOnly |
|
848 |
- request_method=PUT; path=/ |
|
849 |
body: |
|
850 |
encoding: ASCII-8BIT |
|
851 |
string: '{"select_all_types":["ProvisioningTemplate","Hostgroup"],"description":null,"created_at":"2016-09-02 |
|
852 |
14:00:59 UTC","updated_at":"2016-09-02 14:00:59 UTC","ancestry":null,"parent_id":null,"parent_name":null,"id":2,"name":"Default |
|
853 |
Location","title":"Default Location","users":[],"smart_proxies":[{"name":"katello.example.com","id":1,"url":"https://katello.example.com:9090"}],"subnets":[{"id":1,"name":"Desktop |
|
854 |
Provisioning","network_address":"192.168.100.1/24"},{"id":5,"name":"Test Subnet","network_address":"192.168.100.1/24"},{"id":3,"name":"YDesktop |
|
855 |
Provisioning","network_address":"192.168.200.1/24"}],"compute_resources":[{"id":3,"name":"Desktop |
|
856 |
Libvirt","provider":"Libvirt","provider_friendly_name":"Libvirt"}],"media":[{"id":9,"name":"Atomic |
|
857 |
Media"}],"config_templates":[{"id":89,"name":"subscription_manager_registration","template_kind_id":null,"template_kind_name":null},{"id":87,"name":"Katello |
|
858 |
Kickstart Default User Data","template_kind_id":8,"template_kind_name":"user_data"},{"id":88,"name":"Katello |
|
859 |
Kickstart Default Finish","template_kind_id":6,"template_kind_name":"finish"},{"id":86,"name":"Katello |
|
860 |
Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":90,"name":"Katello |
|
861 |
Atomic Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":72,"name":"pxegrub2_discovery","template_kind_id":null,"template_kind_name":null},{"id":71,"name":"pxegrub_discovery","template_kind_id":null,"template_kind_name":null},{"id":70,"name":"pxegrub2_chainload","template_kind_id":null,"template_kind_name":null},{"id":69,"name":"pxegrub_chainload","template_kind_id":null,"template_kind_name":null},{"id":68,"name":"pxelinux_chainload","template_kind_id":null,"template_kind_name":null},{"id":67,"name":"kickstart_cmdline","template_kind_id":null,"template_kind_name":null},{"id":66,"name":"saltstack_setup","template_kind_id":null,"template_kind_name":null},{"id":65,"name":"saltstack_minion","template_kind_id":null,"template_kind_name":null},{"id":64,"name":"remote_execution_ssh_keys","template_kind_id":null,"template_kind_name":null},{"id":63,"name":"redhat_register","template_kind_id":null,"template_kind_name":null},{"id":62,"name":"pxelinux_discovery","template_kind_id":null,"template_kind_name":null},{"id":61,"name":"puppetlabs_repo","template_kind_id":null,"template_kind_name":null},{"id":60,"name":"puppet_setup","template_kind_id":null,"template_kind_name":null},{"id":59,"name":"puppet.conf","template_kind_id":null,"template_kind_name":null},{"id":58,"name":"preseed_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":57,"name":"kickstart_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":56,"name":"http_proxy","template_kind_id":null,"template_kind_name":null},{"id":55,"name":"freeipa_register","template_kind_id":null,"template_kind_name":null},{"id":54,"name":"fix_hosts","template_kind_id":null,"template_kind_name":null},{"id":53,"name":"epel","template_kind_id":null,"template_kind_name":null},{"id":52,"name":"coreos_cloudconfig","template_kind_id":null,"template_kind_name":null},{"id":51,"name":"chef_client","template_kind_id":null,"template_kind_name":null},{"id":50,"name":"bmc_nic_setup","template_kind_id":null,"template_kind_name":null},{"id":49,"name":"alterator_pkglist","template_kind_id":null,"template_kind_name":null},{"id":48,"name":"XenServer |
|
862 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":47,"name":"XenServer |
|
863 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":46,"name":"XenServer |
|
864 |
default answerfile","template_kind_id":5,"template_kind_name":"provision"},{"id":45,"name":"WAIK |
|
865 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":44,"name":"UserData |
|
866 |
default","template_kind_id":8,"template_kind_name":"user_data"},{"id":43,"name":"Preseed |
|
867 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":42,"name":"Preseed |
|
868 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":41,"name":"Preseed |
|
869 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":40,"name":"Preseed |
|
870 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":39,"name":"Preseed |
|
871 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":38,"name":"NX-OS |
|
872 |
default POAP setup","template_kind_id":10,"template_kind_name":"POAP"},{"id":37,"name":"Kickstart |
|
873 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":36,"name":"Kickstart |
|
874 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":35,"name":"Kickstart |
|
875 |
default PXEGrub2","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":34,"name":"Kickstart |
|
876 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":33,"name":"Kickstart |
|
877 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":32,"name":"Kickstart |
|
878 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":31,"name":"Kickstart |
|
879 |
RHEL default","template_kind_id":5,"template_kind_name":"provision"},{"id":30,"name":"Kickstart |
|
880 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":29,"name":"Junos |
|
881 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":28,"name":"Junos |
|
882 |
default ZTP config","template_kind_id":9,"template_kind_name":"ZTP"},{"id":27,"name":"Junos |
|
883 |
default SLAX","template_kind_id":5,"template_kind_name":"provision"},{"id":26,"name":"Jumpstart |
|
884 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":25,"name":"Jumpstart |
|
885 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":24,"name":"Jumpstart |
|
886 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":23,"name":"Grubby |
|
887 |
default","template_kind_id":7,"template_kind_name":"script"},{"id":22,"name":"FreeBSD |
|
888 |
(mfsBSD) PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":21,"name":"FreeBSD |
|
889 |
(mfsBSD) provision","template_kind_id":5,"template_kind_name":"provision"},{"id":20,"name":"FreeBSD |
|
890 |
(mfsBSD) finish","template_kind_id":6,"template_kind_name":"finish"},{"id":19,"name":"CoreOS |
|
891 |
PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":18,"name":"CoreOS |
|
892 |
provision","template_kind_id":5,"template_kind_name":"provision"},{"id":17,"name":"AutoYaST |
|
893 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":16,"name":"AutoYaST |
|
894 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":15,"name":"AutoYaST |
|
895 |
SLES default","template_kind_id":5,"template_kind_name":"provision"},{"id":14,"name":"AutoYaST |
|
896 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":13,"name":"Atomic |
|
897 |
Kickstart default","template_kind_id":5,"template_kind_name":"provision"},{"id":12,"name":"Alterator |
|
898 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":11,"name":"Alterator |
|
899 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":10,"name":"Alterator |
|
900 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":9,"name":"PXELinux |
|
901 |
chain iPXE UNDI","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":8,"name":"PXELinux |
|
902 |
chain iPXE","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":7,"name":"PXELinux |
|
903 |
default memdisk","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":6,"name":"PXEGrub2 |
|
904 |
default local boot","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":5,"name":"PXEGrub |
|
905 |
default local boot","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":4,"name":"PXELinux |
|
906 |
default local boot","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":3,"name":"PXEGrub2 |
|
907 |
global default","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":2,"name":"PXEGrub |
|
908 |
global default","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":1,"name":"PXELinux |
|
909 |
global default","template_kind_id":1,"template_kind_name":"PXELinux"}],"ptables":[{"os_family":"Xenserver","created_at":"2016-09-02 |
|
910 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"XenServer default","id":85},{"os_family":"Debian","created_at":"2016-09-02 |
|
911 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Preseed custom |
|
912 |
LVM","id":84},{"os_family":"Debian","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
913 |
14:01:03 UTC","name":"Preseed default","id":83},{"os_family":"NXOS","created_at":"2016-09-02 |
|
914 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"NX-OS default |
|
915 |
fake","id":82},{"os_family":"Redhat","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
916 |
14:01:03 UTC","name":"Kickstart default","id":81},{"os_family":"Junos","created_at":"2016-09-02 |
|
917 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Junos default |
|
918 |
fake","id":80},{"os_family":"Solaris","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
919 |
14:01:03 UTC","name":"Jumpstart mirrored","id":79},{"os_family":"Solaris","created_at":"2016-09-02 |
|
920 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Jumpstart default","id":78},{"os_family":"Freebsd","created_at":"2016-09-02 |
|
921 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"FreeBSD","id":77},{"os_family":"Coreos","created_at":"2016-09-02 |
|
922 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"CoreOS default |
|
923 |
fake","id":76},{"os_family":"Suse","created_at":"2016-09-02 14:01:02 UTC","updated_at":"2016-09-02 |
|
924 |
14:01:02 UTC","name":"AutoYaST LVM","id":75},{"os_family":"Suse","created_at":"2016-09-02 |
|
925 |
14:01:02 UTC","updated_at":"2016-09-02 14:01:02 UTC","name":"AutoYaST entire |
|
926 |
virtual disk","id":74},{"os_family":"Suse","created_at":"2016-09-02 14:01:02 |
|
927 |
UTC","updated_at":"2016-09-02 14:01:02 UTC","name":"AutoYaST entire SCSI disk","id":73}],"provisioning_templates":[{"id":89,"name":"subscription_manager_registration","template_kind_id":null,"template_kind_name":null},{"id":87,"name":"Katello |
|
928 |
Kickstart Default User Data","template_kind_id":8,"template_kind_name":"user_data"},{"id":88,"name":"Katello |
|
929 |
Kickstart Default Finish","template_kind_id":6,"template_kind_name":"finish"},{"id":86,"name":"Katello |
|
930 |
Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":90,"name":"Katello |
|
931 |
Atomic Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":72,"name":"pxegrub2_discovery","template_kind_id":null,"template_kind_name":null},{"id":71,"name":"pxegrub_discovery","template_kind_id":null,"template_kind_name":null},{"id":70,"name":"pxegrub2_chainload","template_kind_id":null,"template_kind_name":null},{"id":69,"name":"pxegrub_chainload","template_kind_id":null,"template_kind_name":null},{"id":68,"name":"pxelinux_chainload","template_kind_id":null,"template_kind_name":null},{"id":67,"name":"kickstart_cmdline","template_kind_id":null,"template_kind_name":null},{"id":66,"name":"saltstack_setup","template_kind_id":null,"template_kind_name":null},{"id":65,"name":"saltstack_minion","template_kind_id":null,"template_kind_name":null},{"id":64,"name":"remote_execution_ssh_keys","template_kind_id":null,"template_kind_name":null},{"id":63,"name":"redhat_register","template_kind_id":null,"template_kind_name":null},{"id":62,"name":"pxelinux_discovery","template_kind_id":null,"template_kind_name":null},{"id":61,"name":"puppetlabs_repo","template_kind_id":null,"template_kind_name":null},{"id":60,"name":"puppet_setup","template_kind_id":null,"template_kind_name":null},{"id":59,"name":"puppet.conf","template_kind_id":null,"template_kind_name":null},{"id":58,"name":"preseed_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":57,"name":"kickstart_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":56,"name":"http_proxy","template_kind_id":null,"template_kind_name":null},{"id":55,"name":"freeipa_register","template_kind_id":null,"template_kind_name":null},{"id":54,"name":"fix_hosts","template_kind_id":null,"template_kind_name":null},{"id":53,"name":"epel","template_kind_id":null,"template_kind_name":null},{"id":52,"name":"coreos_cloudconfig","template_kind_id":null,"template_kind_name":null},{"id":51,"name":"chef_client","template_kind_id":null,"template_kind_name":null},{"id":50,"name":"bmc_nic_setup","template_kind_id":null,"template_kind_name":null},{"id":49,"name":"alterator_pkglist","template_kind_id":null,"template_kind_name":null},{"id":48,"name":"XenServer |
|
932 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":47,"name":"XenServer |
|
933 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":46,"name":"XenServer |
|
934 |
default answerfile","template_kind_id":5,"template_kind_name":"provision"},{"id":45,"name":"WAIK |
|
935 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":44,"name":"UserData |
|
936 |
default","template_kind_id":8,"template_kind_name":"user_data"},{"id":43,"name":"Preseed |
|
937 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":42,"name":"Preseed |
|
938 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":41,"name":"Preseed |
|
939 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":40,"name":"Preseed |
|
940 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":39,"name":"Preseed |
|
941 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":38,"name":"NX-OS |
|
942 |
default POAP setup","template_kind_id":10,"template_kind_name":"POAP"},{"id":37,"name":"Kickstart |
|
943 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":36,"name":"Kickstart |
|
944 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":35,"name":"Kickstart |
|
945 |
default PXEGrub2","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":34,"name":"Kickstart |
|
946 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":33,"name":"Kickstart |
|
947 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":32,"name":"Kickstart |
|
948 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":31,"name":"Kickstart |
|
949 |
RHEL default","template_kind_id":5,"template_kind_name":"provision"},{"id":30,"name":"Kickstart |
|
950 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":29,"name":"Junos |
|
951 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":28,"name":"Junos |
|
952 |
default ZTP config","template_kind_id":9,"template_kind_name":"ZTP"},{"id":27,"name":"Junos |
|
953 |
default SLAX","template_kind_id":5,"template_kind_name":"provision"},{"id":26,"name":"Jumpstart |
|
954 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":25,"name":"Jumpstart |
|
955 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":24,"name":"Jumpstart |
|
956 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":23,"name":"Grubby |
|
957 |
default","template_kind_id":7,"template_kind_name":"script"},{"id":22,"name":"FreeBSD |
|
958 |
(mfsBSD) PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":21,"name":"FreeBSD |
|
959 |
(mfsBSD) provision","template_kind_id":5,"template_kind_name":"provision"},{"id":20,"name":"FreeBSD |
|
960 |
(mfsBSD) finish","template_kind_id":6,"template_kind_name":"finish"},{"id":19,"name":"CoreOS |
|
961 |
PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":18,"name":"CoreOS |
|
962 |
provision","template_kind_id":5,"template_kind_name":"provision"},{"id":17,"name":"AutoYaST |
|
963 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":16,"name":"AutoYaST |
|
964 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":15,"name":"AutoYaST |
|
965 |
SLES default","template_kind_id":5,"template_kind_name":"provision"},{"id":14,"name":"AutoYaST |
|
966 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":13,"name":"Atomic |
|
967 |
Kickstart default","template_kind_id":5,"template_kind_name":"provision"},{"id":12,"name":"Alterator |
|
968 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":11,"name":"Alterator |
|
969 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":10,"name":"Alterator |
|
970 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":9,"name":"PXELinux |
|
971 |
chain iPXE UNDI","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":8,"name":"PXELinux |
|
972 |
chain iPXE","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":7,"name":"PXELinux |
|
973 |
default memdisk","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":6,"name":"PXEGrub2 |
|
974 |
default local boot","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":5,"name":"PXEGrub |
|
975 |
default local boot","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":4,"name":"PXELinux |
|
976 |
default local boot","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":3,"name":"PXEGrub2 |
|
977 |
global default","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":2,"name":"PXEGrub |
|
978 |
global default","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":1,"name":"PXELinux |
|
979 |
global default","template_kind_id":1,"template_kind_name":"PXELinux"}],"domains":[{"id":1,"name":"example.com"}],"realms":[],"environments":[{"name":"production","id":1}],"hostgroups":[],"organizations":[{"id":1,"name":"Default |
|
980 |
Organization","title":"Default Organization","description":null},{"id":3,"name":"Example |
|
981 |
Corporation","title":"Example Corporation","description":"The number one example |
|
982 |
company in the world!"}],"parameters":[]}' |
|
983 |
http_version: |
|
984 |
recorded_at: Mon, 12 Sep 2016 15:39:13 GMT |
|
985 |
- request: |
|
986 |
method: get |
|
987 |
uri: http://admin:changeme@centos7-devel.example.com:3000/api/status |
|
988 |
body: |
|
989 |
encoding: US-ASCII |
|
990 |
string: '' |
|
991 |
headers: |
|
992 |
Accept-Encoding: |
|
993 |
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3 |
|
994 |
Accept: |
|
995 |
- "*/*" |
|
996 |
User-Agent: |
|
997 |
- Ruby |
|
998 |
response: |
|
999 |
status: |
|
1000 |
code: 200 |
|
1001 |
message: OK |
|
1002 |
headers: |
|
1003 |
Foreman-Version: |
|
1004 |
- 1.14.0-develop |
|
1005 |
Foreman-Api-Version: |
|
1006 |
- '2' |
|
1007 |
Content-Type: |
|
1008 |
- application/json; charset=utf-8 |
|
1009 |
Apipie-Checksum: |
|
1010 |
- 974492cde78991fdc7ad9dfcc73ff358 |
|
1011 |
Etag: |
|
1012 |
- W/"1316c9d778b9181476af8a9546423fb1" |
|
1013 |
Cache-Control: |
|
1014 |
- max-age=0, private, must-revalidate |
|
1015 |
Set-Cookie: |
|
1016 |
- _session_id=1fc2c1a05bab8fc2f0795f7d693b741c; path=/; HttpOnly |
|
1017 |
X-Request-Id: |
|
1018 |
- 78305da0-2de9-4df9-b5c3-d12a7be3d0c6 |
|
1019 |
X-Runtime: |
|
1020 |
- '0.180607' |
|
1021 |
Content-Security-Policy: |
|
1022 |
- 'default-src ''self''; child-src ''self''; connect-src ''self'' ws: wss:; |
|
1023 |
img-src ''self'' data: *.gravatar.com; script-src ''unsafe-eval'' ''unsafe-inline'' |
|
1024 |
''self''; style-src ''unsafe-inline'' ''self''' |
|
1025 |
X-Content-Type-Options: |
|
1026 |
- nosniff |
|
1027 |
X-Download-Options: |
|
1028 |
- noopen |
|
1029 |
X-Frame-Options: |
|
1030 |
- sameorigin |
|
1031 |
X-Permitted-Cross-Domain-Policies: |
|
1032 |
- none |
|
1033 |
X-Xss-Protection: |
|
1034 |
- 1; mode=block |
|
1035 |
Transfer-Encoding: |
|
1036 |
- chunked |
|
1037 |
body: |
|
1038 |
encoding: UTF-8 |
|
1039 |
string: '{"result":"ok","status":200,"version":"1.14.0-develop","api_version":2}' |
|
1040 |
http_version: |
|
1041 |
recorded_at: Tue, 22 Nov 2016 10:45:49 GMT |
|
1042 |
- request: |
|
1043 |
method: get |
|
1044 |
uri: http://admin:changeme@centos7-devel.example.com:3000/api/v2/plugins |
|
1045 |
body: |
|
1046 |
encoding: US-ASCII |
|
1047 |
string: '' |
|
1048 |
headers: |
|
1049 |
Accept-Encoding: |
|
1050 |
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3 |
|
1051 |
Accept: |
|
1052 |
- "*/*" |
|
1053 |
User-Agent: |
|
1054 |
- Ruby |
|
1055 |
response: |
|
1056 |
status: |
|
1057 |
code: 200 |
|
1058 |
message: OK |
|
1059 |
headers: |
|
1060 |
Foreman-Version: |
|
1061 |
- 1.14.0-develop |
|
1062 |
Foreman-Api-Version: |
|
1063 |
- '2' |
|
1064 |
Content-Type: |
|
1065 |
- application/json; charset=utf-8 |
|
1066 |
Apipie-Checksum: |
|
1067 |
- 974492cde78991fdc7ad9dfcc73ff358 |
|
1068 |
Etag: |
|
1069 |
- W/"732bd55e4dc33460e7a4d4e0d0d81834" |
|
1070 |
Cache-Control: |
|
1071 |
- max-age=0, private, must-revalidate |
|
1072 |
Set-Cookie: |
|
1073 |
- _session_id=09f8c3cede8c6484dc98405ba8eb8410; path=/; HttpOnly |
|
1074 |
X-Request-Id: |
|
1075 |
- d5ea92af-f297-4ebd-9b72-5a960b6cd295 |
|
1076 |
X-Runtime: |
|
1077 |
- '0.115393' |
|
1078 |
Content-Security-Policy: |
|
1079 |
- 'default-src ''self''; child-src ''self''; connect-src ''self'' ws: wss:; |
|
1080 |
img-src ''self'' data: *.gravatar.com; script-src ''unsafe-eval'' ''unsafe-inline'' |
|
1081 |
''self''; style-src ''unsafe-inline'' ''self''' |
|
1082 |
X-Content-Type-Options: |
|
1083 |
- nosniff |
|
1084 |
X-Download-Options: |
|
1085 |
- noopen |
|
1086 |
X-Frame-Options: |
|
1087 |
- sameorigin |
|
1088 |
X-Permitted-Cross-Domain-Policies: |
|
1089 |
- none |
|
1090 |
X-Xss-Protection: |
|
1091 |
- 1; mode=block |
|
1092 |
Transfer-Encoding: |
|
1093 |
- chunked |
|
1094 |
body: |
|
1095 |
encoding: ASCII-8BIT |
|
1096 |
string: !binary |- |
|
1097 |
ewogICJ0b3RhbCI6IDMsCiAgInN1YnRvdGFsIjogMywKICAicGFnZSI6IDEs |
|
1098 |
CiAgInBlcl9wYWdlIjogMjAsCiAgInNlYXJjaCI6IG51bGwsCiAgInNvcnQi |
|
1099 |
OiB7CiAgICAiYnkiOiBudWxsLAogICAgIm9yZGVyIjogbnVsbAogIH0sCiAg |
|
1100 |
InJlc3VsdHMiOiBbeyJpZCI6ImZvcmVtYW4tdGFza3MiLCJuYW1lIjoiZm9y |
|
1101 |
ZW1hbi10YXNrcyIsImF1dGhvciI6Ikl2YW4gTmXEjWFzIiwiZGVzY3JpcHRp |
|
1102 |
b24iOiJUaGUgZ29hbCBvZiB0aGlzIHBsdWdpbiBpcyB0byB1bmlmeSB0aGUg |
|
1103 |
d2F5IG9mIHNob3dpbmcgdGFzayBzdGF0dXNlcyBhY3Jvc3MgdGhlIEZvcmVt |
|
1104 |
YW4gaW5zdGFuY2UuXG5JdCBkZWZpbmVzIFRhc2sgbW9kZWwgZm9yIGtlZXBp |
|
1105 |
bmcgdGhlIGluZm9ybWF0aW9uIGFib3V0IHRoZSB0YXNrcyBhbmQgTG9jayBm |
|
1106 |
b3IgYXNzaWduaW5nIHRoZSB0YXNrc1xudG8gcmVzb3VyY2VzLiBUaGUgbG9j |
|
1107 |
a2luZyBhbGxvd3MgZGVhbGluZyB3aXRoIHByZXZlbnRpbmcgbXVsdGlwbGUg |
|
1108 |
Y29sbGlkaW5nIHRhc2tzIHRvIGJlIHJ1biBvbiB0aGVcbnNhbWUgcmVzb3Vy |
|
1109 |
Y2UuIEl0IGFsc28gb3B0aW9uYWxseSBwcm92aWRlcyBEeW5mbG93IGluZnJh |
|
1110 |
c3RydWN0dXJlIGZvciB1c2luZyBpdCBmb3IgbWFuYWdpbmcgdGhlIHRhc2tz |
|
1111 |
LlxuIiwidXJsIjoiaHR0cHM6Ly9naXRodWIuY29tL3RoZWZvcmVtYW4vZm9y |
|
1112 |
ZW1hbi10YXNrcyIsInZlcnNpb24iOiIwLjguNSJ9LHsiaWQiOiJmb3JlbWFu |
|
1113 |
X2RvY2tlciIsIm5hbWUiOiJmb3JlbWFuX2RvY2tlciIsImF1dGhvciI6IkRh |
|
1114 |
bmllbCBMb2JhdG8sIEFtb3MgQmVuYXJpIiwiZGVzY3JpcHRpb24iOiJQcm92 |
|
1115 |
aXNpb24gYW5kIG1hbmFnZSBEb2NrZXIgY29udGFpbmVycyBhbmQgaW1hZ2Vz |
|
1116 |
IGZyb20gRm9yZW1hbi4iLCJ1cmwiOiJodHRwOi8vZ2l0aHViLmNvbS90aGVm |
|
1117 |
b3JlbWFuL2ZvcmVtYW4tZG9ja2VyIiwidmVyc2lvbiI6IjMuMC4wIn0seyJp |
|
1118 |
ZCI6ImthdGVsbG8iLCJuYW1lIjoia2F0ZWxsbyIsImF1dGhvciI6Ik4vQSIs |
|
1119 |
ImRlc2NyaXB0aW9uIjoiQ29udGVudCBhbmQgU3Vic2NyaXB0aW9uIE1hbmFn |
|
1120 |
ZW1lbnQgcGx1Z2luIGZvciBGb3JlbWFuIiwidXJsIjoiaHR0cDovL3d3dy5r |
|
1121 |
YXRlbGxvLm9yZyIsInZlcnNpb24iOiIzLjMuMCJ9XQp9Cg== |
|
1122 |
http_version: |
|
1123 |
recorded_at: Tue, 22 Nov 2016 10:45:49 GMT |
|
1124 |
- request: |
|
1125 |
method: get |
|
1126 |
uri: http://centos7-devel.example.com:3000/apidoc/v2.en.json |
|
1127 |
body: |
|
1128 |
encoding: US-ASCII |
|
1129 |
string: '' |
|
1130 |
headers: |
|
1131 |
Accept: |
|
1132 |
- application/json |
|
1133 |
Accept-Encoding: |
|
1134 |
- gzip, deflate |
|
1135 |
User-Agent: |
|
1136 |
- rest-client/2.0.0 (linux-gnu x86_64) ruby/2.3.0p0 |
|
1137 |
Content-Type: |
|
1138 |
- application/json |
|
1139 |
Accept-Language: |
|
1140 |
- en |
|
1141 |
Host: |
|
1142 |
- centos7-devel.example.com:3000 |
|
1143 |
response: |
|
1144 |
status: |
|
1145 |
code: 200 |
|
1146 |
message: OK |
|
1147 |
headers: |
|
1148 |
Content-Disposition: |
|
1149 |
- inline; filename="v2.en.json" |
|
1150 |
Content-Transfer-Encoding: |
|
1151 |
- binary |
|
1152 |
Content-Type: |
|
1153 |
- text/html |
|
1154 |
Cache-Control: |
|
1155 |
- private |
|
1156 |
Apipie-Checksum: |
|
1157 |
- 974492cde78991fdc7ad9dfcc73ff358 |
|
1158 |
X-Request-Id: |
|
1159 |
- 47ce761a-15da-4d20-ab2d-16b09ef5bc8a |
|
1160 |
X-Runtime: |
|
1161 |
- '0.047928' |
|
1162 |
Content-Security-Policy: |
|
1163 |
- 'default-src ''self''; child-src ''self''; connect-src ''self'' ws: wss:; |
|
1164 |
img-src ''self'' data: *.gravatar.com; script-src ''unsafe-eval'' ''unsafe-inline'' |
|
1165 |
''self''; style-src ''unsafe-inline'' ''self''' |
|
1166 |
X-Content-Type-Options: |
|
1167 |
- nosniff |
|
1168 |
X-Download-Options: |
|
1169 |
- noopen |
|
1170 |
X-Frame-Options: |
|
1171 |
- sameorigin |
|
1172 |
X-Permitted-Cross-Domain-Policies: |
|
1173 |
- none |
|
1174 |
X-Xss-Protection: |
|
1175 |
- 1; mode=block |
|
1176 |
Transfer-Encoding: |
|
1177 |
- chunked |
|
250 |
- '883045' |
|
251 |
Content-Type: |
|
252 |
- text/html; charset=UTF-8 |
|
1178 | 253 |
body: |
1179 | 254 |
encoding: ASCII-8BIT |
1180 | 255 |
string: !binary |- |
1181 | 256 |
eyJkb2NzIjp7Im5hbWUiOiJGb3JlbWFuIiwiaW5mbyI6IlxuXHUwMDNjcFx1 |
1182 |
MDAzZUZvcmVtYW4gQVBJIHYyIGlzIGN1cnJlbnRseSB0aGUgZGVmYXVsdCBB |
|
1183 |
UEkgdmVyc2lvbi5cdTAwM2MvcFx1MDAzZVxuIiwiY29weXJpZ2h0IjoiIiwi |
|
1184 |
ZG9jX3VybCI6Ii4uL2FwaWRvYy92MiIsImFwaV91cmwiOiIvYXBpIiwicmVz |
|
1185 |
b3VyY2VzIjp7Imhvc3Rfc3Vic2NyaXB0aW9ucyI6eyJkb2NfdXJsIjoiLi4v |
|
1186 |
YXBpZG9jL3YyL2hvc3Rfc3Vic2NyaXB0aW9ucyIsImFwaV91cmwiOiIvYXBp |
|
1187 |
IiwibmFtZSI6Ikhvc3Qgc3Vic2NyaXB0aW9ucyIsInNob3J0X2Rlc2NyaXB0 |
|
1188 |
aW9uIjpudWxsLCJmdWxsX2Rlc2NyaXB0aW9uIjoiIiwidmVyc2lvbiI6InYy |
|
1189 |
IiwiZm9ybWF0cyI6bnVsbCwibWV0YWRhdGEiOm51bGwsIm1ldGhvZHMiOlt7 |
|
1190 |
ImRvY191cmwiOiIuLi9hcGlkb2MvdjIvaG9zdF9zdWJzY3JpcHRpb25zL2lu |
|
1191 |
ZGV4IiwibmFtZSI6ImluZGV4IiwiYXBpcyI6W3siYXBpX3VybCI6Ii9hcGkv |
|
1192 |
aG9zdHMvOmhvc3RfaWQvc3Vic2NyaXB0aW9ucyIsImh0dHBfbWV0aG9kIjoi |
|
1193 |
R0VUIiwic2hvcnRfZGVzY3JpcHRpb24iOiJMaXN0IGEgaG9zdCdzIHN1YnNj |
|
1194 |
cmlwdGlvbnMiLCJkZXByZWNhdGVkIjpudWxsfV0sImZvcm1hdHMiOm51bGws |
|
1195 |
ImZ1bGxfZGVzY3JpcHRpb24iOiIiLCJlcnJvcnMiOltdLCJwYXJhbXMiOlt7 |
|
1196 |
Im5hbWUiOiJob3N0X2lkIiwiZnVsbF9uYW1lIjoiaG9zdF9pZCIsImRlc2Ny |
|
1197 |
aXB0aW9uIjoiXG5cdTAwM2NwXHUwMDNlSWQgb2YgdGhlIGhvc3RcdTAwM2Mv |
|
1198 |
cFx1MDAzZVxuIiwicmVxdWlyZWQiOnRydWUsImFsbG93X25pbCI6ZmFsc2Us |
|
1199 |
InZhbGlkYXRvciI6IkludGVnZXIiLCJleHBlY3RlZF90eXBlIjoibnVtZXJp |
|
1200 |
YyIsIm1ldGFkYXRhIjpudWxsLCJzaG93Ijp0cnVlLCJ2YWxpZGF0aW9ucyI6 |
|
1201 |
W119XSwiZXhhbXBsZXMiOltdLCJtZXRhZGF0YSI6bnVsbCwic2VlIjpbXSwi |
|
1202 |
aGVhZGVycyI6W10sInNob3ciOnRydWV9LHsiZG9jX3VybCI6Ii4uL2FwaWRv |
|
1203 |
Yy92Mi9ob3N0X3N1YnNjcmlwdGlvbnMvYXV0b19hdHRhY2giLCJuYW1lIjoi |
|
1204 |
YXV0b19hdHRhY2giLCJhcGlzIjpbeyJhcGlfdXJsIjoiL2FwaS9ob3N0cy86 |
|
1205 |
aG9zdF9pZC9zdWJzY3JpcHRpb25zL2F1dG9fYXR0YWNoIiwiaHR0cF9tZXRo |
|
1206 |
b2QiOiJQVVQiLCJzaG9ydF9kZXNjcmlwdGlvbiI6IlRyaWdnZXIgYW4gYXV0 |
|
1207 |
by1hdHRhY2ggb2Ygc3Vic2NyaXB0aW9ucyIsImRlcHJlY2F0ZWQiOm51bGx9 |
|
1208 |
XSwiZm9ybWF0cyI6bnVsbCwiZnVsbF9kZXNjcmlwdGlvbiI6IiIsImVycm9y |
|
1209 |
cyI6W10sInBhcmFtcyI6W3sibmFtZSI6Imhvc3RfaWQiLCJmdWxsX25hbWUi |
|
1210 |
OiJob3N0X2lkIiwiZGVzY3JpcHRpb24iOiJcblx1MDAzY3BcdTAwM2VJZCBv |
|
1211 |
ZiB0aGUgaG9zdFx1MDAzYy9wXHUwMDNlXG4iLCJyZXF1aXJlZCI6dHJ1ZSwi |
|
1212 |
YWxsb3dfbmlsIjpmYWxzZSwidmFsaWRhdG9yIjoiSW50ZWdlciIsImV4cGVj |
|
1213 |
dGVkX3R5cGUiOiJudW1lcmljIiwibWV0YWRhdGEiOm51bGwsInNob3ciOnRy |
|
1214 |
dWUsInZhbGlkYXRpb25zIjpbXX1dLCJleGFtcGxlcyI6W10sIm1ldGFkYXRh |
|
1215 |
IjpudWxsLCJzZWUiOltdLCJoZWFkZXJzIjpbXSwic2hvdyI6dHJ1ZX0seyJk |
|
1216 |
b2NfdXJsIjoiLi4vYXBpZG9jL3YyL2hvc3Rfc3Vic2NyaXB0aW9ucy9ldmVu |
|
1217 |
dHMiLCJuYW1lIjoiZXZlbnRzIiwiYXBpcyI6W3siYXBpX3VybCI6Ii9hcGkv |
|
1218 |
aG9zdHMvOmhvc3RfaWQvc3Vic2NyaXB0aW9ucy9ldmVudHMiLCJodHRwX21l |
|
1219 |
dGhvZCI6IkdFVCIsInNob3J0X2Rlc2NyaXB0aW9uIjoiTGlzdCBzdWJzY3Jp |
|
1220 |
cHRpb24gZXZlbnRzIGZvciB0aGUgaG9zdCIsImRlcHJlY2F0ZWQiOm51bGx9 |
|
1221 |
XSwiZm9ybWF0cyI6bnVsbCwiZnVsbF9kZXNjcmlwdGlvbiI6IiIsImVycm9y |
|
1222 |
cyI6W10sInBhcmFtcyI6W3sibmFtZSI6Imhvc3RfaWQiLCJmdWxsX25hbWUi |
|
1223 |
OiJob3N0X2lkIiwiZGVzY3JpcHRpb24iOiJcblx1MDAzY3BcdTAwM2VJZCBv |
|
1224 |
ZiB0aGUgaG9zdFx1MDAzYy9wXHUwMDNlXG4iLCJyZXF1aXJlZCI6dHJ1ZSwi |
|
257 |
MDAzZVNhdGVsbGl0ZSBBUEkgdjIgaXMgY3VycmVudGx5IHRoZSBkZWZhdWx0 |
|
258 |
IEFQSSB2ZXJzaW9uLlx1MDAzYy9wXHUwMDNlXG4iLCJjb3B5cmlnaHQiOiIi |
|
259 |
LCJkb2NfdXJsIjoiLi4vYXBpZG9jL3YyIiwiYXBpX3VybCI6Ii9hcGkiLCJy |
|
260 |
ZXNvdXJjZXMiOnsiaG9zdF9zdWJzY3JpcHRpb25zIjp7ImRvY191cmwiOiIu |
|
261 |
Li9hcGlkb2MvdjIvaG9zdF9zdWJzY3JpcHRpb25zIiwiYXBpX3VybCI6Ii9h |
|
262 |
cGkiLCJuYW1lIjoiSG9zdCBzdWJzY3JpcHRpb25zIiwic2hvcnRfZGVzY3Jp |
|
263 |
cHRpb24iOm51bGwsImZ1bGxfZGVzY3JpcHRpb24iOiIiLCJ2ZXJzaW9uIjoi |
|
264 |
djIiLCJmb3JtYXRzIjpudWxsLCJtZXRhZGF0YSI6bnVsbCwibWV0aG9kcyI6 |
|
265 |
W3siZG9jX3VybCI6Ii4uL2FwaWRvYy92Mi9ob3N0X3N1YnNjcmlwdGlvbnMv |
|
266 |
aW5kZXgiLCJuYW1lIjoiaW5kZXgiLCJhcGlzIjpbeyJhcGlfdXJsIjoiL2Fw |
|
267 |
aS9ob3N0cy86aG9zdF9pZC9zdWJzY3JpcHRpb25zIiwiaHR0cF9tZXRob2Qi |
|
268 |
OiJHRVQiLCJzaG9ydF9kZXNjcmlwdGlvbiI6Ikxpc3QgYSBob3N0J3Mgc3Vi |
|
269 |
c2NyaXB0aW9ucyIsImRlcHJlY2F0ZWQiOm51bGx9XSwiZm9ybWF0cyI6bnVs |
|
270 |
bCwiZnVsbF9kZXNjcmlwdGlvbiI6IiIsImVycm9ycyI6W10sInBhcmFtcyI6 |
|
271 |
W3sibmFtZSI6Imhvc3RfaWQiLCJmdWxsX25hbWUiOiJob3N0X2lkIiwiZGVz |
|
272 |
Y3JpcHRpb24iOiJcblx1MDAzY3BcdTAwM2VJZCBvZiB0aGUgaG9zdFx1MDAz |
|
273 |
Yy9wXHUwMDNlXG4iLCJyZXF1aXJlZCI6dHJ1ZSwiYWxsb3dfbmlsIjpmYWxz |
|
274 |
ZSwidmFsaWRhdG9yIjoiSW50ZWdlciIsImV4cGVjdGVkX3R5cGUiOiJudW1l |
|
275 |
cmljIiwibWV0YWRhdGEiOm51bGwsInNob3ciOnRydWUsInZhbGlkYXRpb25z |
|
276 |
IjpbXX1dLCJleGFtcGxlcyI6W10sIm1ldGFkYXRhIjpudWxsLCJzZWUiOltd |
|
277 |
LCJoZWFkZXJzIjpbXSwic2hvdyI6dHJ1ZX0seyJkb2NfdXJsIjoiLi4vYXBp |
|
278 |
ZG9jL3YyL2hvc3Rfc3Vic2NyaXB0aW9ucy9hdXRvX2F0dGFjaCIsIm5hbWUi |
|
279 |
OiJhdXRvX2F0dGFjaCIsImFwaXMiOlt7ImFwaV91cmwiOiIvYXBpL2hvc3Rz |
|
280 |
Lzpob3N0X2lkL3N1YnNjcmlwdGlvbnMvYXV0b19hdHRhY2giLCJodHRwX21l |
|
281 |
dGhvZCI6IlBVVCIsInNob3J0X2Rlc2NyaXB0aW9uIjoiVHJpZ2dlciBhbiBh |
|
282 |
dXRvLWF0dGFjaCBvZiBzdWJzY3JpcHRpb25zIiwiZGVwcmVjYXRlZCI6bnVs |
|
283 |
bH1dLCJmb3JtYXRzIjpudWxsLCJmdWxsX2Rlc2NyaXB0aW9uIjoiIiwiZXJy |
|
284 |
b3JzIjpbXSwicGFyYW1zIjpbeyJuYW1lIjoiaG9zdF9pZCIsImZ1bGxfbmFt |
|
285 |
ZSI6Imhvc3RfaWQiLCJkZXNjcmlwdGlvbiI6IlxuXHUwMDNjcFx1MDAzZUlk |
|
286 |
IG9mIHRoZSBob3N0XHUwMDNjL3BcdTAwM2VcbiIsInJlcXVpcmVkIjp0cnVl |
|
287 |
LCJhbGxvd19uaWwiOmZhbHNlLCJ2YWxpZGF0b3IiOiJJbnRlZ2VyIiwiZXhw |
|
288 |
ZWN0ZWRfdHlwZSI6Im51bWVyaWMiLCJtZXRhZGF0YSI6bnVsbCwic2hvdyI6 |
|
289 |
dHJ1ZSwidmFsaWRhdGlvbnMiOltdfV0sImV4YW1wbGVzIjpbXSwibWV0YWRh |
|
290 |
dGEiOm51bGwsInNlZSI6W10sImhlYWRlcnMiOltdLCJzaG93Ijp0cnVlfSx7 |
|
291 |
ImRvY191cmwiOiIuLi9hcGlkb2MvdjIvaG9zdF9zdWJzY3JpcHRpb25zL2V2 |
|
292 |
ZW50cyIsIm5hbWUiOiJldmVudHMiLCJhcGlzIjpbeyJhcGlfdXJsIjoiL2Fw |
|
293 |
aS9ob3N0cy86aG9zdF9pZC9zdWJzY3JpcHRpb25zL2V2ZW50cyIsImh0dHBf |
|
294 |
bWV0aG9kIjoiR0VUIiwic2hvcnRfZGVzY3JpcHRpb24iOiJMaXN0IHN1YnNj |
|
295 |
cmlwdGlvbiBldmVudHMgZm9yIHRoZSBob3N0IiwiZGVwcmVjYXRlZCI6bnVs |
|
296 |
bH1dLCJmb3JtYXRzIjpudWxsLCJmdWxsX2Rlc2NyaXB0aW9uIjoiIiwiZXJy |
|
297 |
b3JzIjpbXSwicGFyYW1zIjpbeyJuYW1lIjoiaG9zdF9pZCIsImZ1bGxfbmFt |
|
298 |
ZSI6Imhvc3RfaWQiLCJkZXNjcmlwdGlvbiI6IlxuXHUwMDNjcFx1MDAzZUlk |
|
299 |
IG9mIHRoZSBob3N0XHUwMDNjL3BcdTAwM2VcbiIsInJlcXVpcmVkIjp0cnVl |
|
300 |
LCJhbGxvd19uaWwiOmZhbHNlLCJ2YWxpZGF0b3IiOiJJbnRlZ2VyIiwiZXhw |
|
301 |
ZWN0ZWRfdHlwZSI6Im51bWVyaWMiLCJtZXRhZGF0YSI6bnVsbCwic2hvdyI6 |
|
302 |
dHJ1ZSwidmFsaWRhdGlvbnMiOltdfV0sImV4YW1wbGVzIjpbXSwibWV0YWRh |
|
303 |
dGEiOm51bGwsInNlZSI6W10sImhlYWRlcnMiOltdLCJzaG93Ijp0cnVlfSx7 |
|
304 |
ImRvY191cmwiOiIuLi9hcGlkb2MvdjIvaG9zdF9zdWJzY3JpcHRpb25zL2Rl |
|
305 |
c3Ryb3kiLCJuYW1lIjoiZGVzdHJveSIsImFwaXMiOlt7ImFwaV91cmwiOiIv |
|
306 |
YXBpL2hvc3RzLzpob3N0X2lkL3N1YnNjcmlwdGlvbnMiLCJodHRwX21ldGhv |
|
307 |
ZCI6IkRFTEVURSIsInNob3J0X2Rlc2NyaXB0aW9uIjoiVW5yZWdpc3RlciB0 |
|
308 |
aGUgaG9zdCBhcyBhIHN1YnNjcmlwdGlvbiBjb25zdW1lciIsImRlcHJlY2F0 |
|
309 |
ZWQiOm51bGx9XSwiZm9ybWF0cyI6bnVsbCwiZnVsbF9kZXNjcmlwdGlvbiI6 |
|
310 |
IiIsImVycm9ycyI6W10sInBhcmFtcyI6W3sibmFtZSI6Imhvc3RfaWQiLCJm |
|
311 |
dWxsX25hbWUiOiJob3N0X2lkIiwiZGVzY3JpcHRpb24iOiJcblx1MDAzY3Bc |
|
312 |
dTAwM2VJZCBvZiB0aGUgaG9zdFx1MDAzYy9wXHUwMDNlXG4iLCJyZXF1aXJl |
|
313 |
ZCI6dHJ1ZSwiYWxsb3dfbmlsIjpmYWxzZSwidmFsaWRhdG9yIjoiSW50ZWdl |
|
314 |
ciIsImV4cGVjdGVkX3R5cGUiOiJudW1lcmljIiwibWV0YWRhdGEiOm51bGws |
|
315 |
InNob3ciOnRydWUsInZhbGlkYXRpb25zIjpbXX1dLCJleGFtcGxlcyI6W10s |
|
316 |
Im1ldGFkYXRhIjpudWxsLCJzZWUiOltdLCJoZWFkZXJzIjpbXSwic2hvdyI6 |
|
317 |
dHJ1ZX0seyJkb2NfdXJsIjoiLi4vYXBpZG9jL3YyL2hvc3Rfc3Vic2NyaXB0 |
|
318 |
aW9ucy9jcmVhdGUiLCJuYW1lIjoiY3JlYXRlIiwiYXBpcyI6W3siYXBpX3Vy |
|
319 |
bCI6Ii9hcGkvaG9zdHMvc3Vic2NyaXB0aW9ucyIsImh0dHBfbWV0aG9kIjoi |
|
320 |
UE9TVCIsInNob3J0X2Rlc2NyaXB0aW9uIjoiUmVnaXN0ZXIgYSBob3N0IHdp |
|
321 |
dGggc3Vic2NyaXB0aW9uIGFuZCBpbmZvcm1hdGlvbi4iLCJkZXByZWNhdGVk |
|
322 |
IjpudWxsfV0sImZvcm1hdHMiOm51bGwsImZ1bGxfZGVzY3JpcHRpb24iOiIi |
|
323 |
LCJlcnJvcnMiOltdLCJwYXJhbXMiOlt7Im5hbWUiOiJuYW1lIiwiZnVsbF9u |
|
324 |
YW1lIjoibmFtZSIsImRlc2NyaXB0aW9uIjoiXG5cdTAwM2NwXHUwMDNlTmFt |
|
325 |
ZSBvZiB0aGUgaG9zdFx1MDAzYy9wXHUwMDNlXG4iLCJyZXF1aXJlZCI6dHJ1 |
|
326 |
ZSwiYWxsb3dfbmlsIjpmYWxzZSwidmFsaWRhdG9yIjoiU3RyaW5nIiwiZXhw |
|
327 |
ZWN0ZWRfdHlwZSI6InN0cmluZyIsIm1ldGFkYXRhIjpudWxsLCJzaG93Ijp0 |
|
328 |
cnVlLCJ2YWxpZGF0aW9ucyI6W119LHsibmFtZSI6InV1aWQiLCJmdWxsX25h |
|
329 |
bWUiOiJ1dWlkIiwiZGVzY3JpcHRpb24iOiJcblx1MDAzY3BcdTAwM2VVVUlE |
|
330 |
IHRvIHVzZSBmb3IgcmVnaXN0ZXJlZCBob3N0LCByYW5kb20gdXVpZCBpcyBn |
|
331 |
ZW5lcmF0ZWQgaWYgbm90IHByb3ZpZGVkXHUwMDNjL3BcdTAwM2VcbiIsInJl |
|
332 |
cXVpcmVkIjpmYWxzZSwiYWxsb3dfbmlsIjpmYWxzZSwidmFsaWRhdG9yIjoi |
|
333 |
U3RyaW5nIiwiZXhwZWN0ZWRfdHlwZSI6InN0cmluZyIsIm1ldGFkYXRhIjpu |
|
334 |
dWxsLCJzaG93Ijp0cnVlLCJ2YWxpZGF0aW9ucyI6W119LHsibmFtZSI6ImZh |
|
335 |
Y3RzIiwiZnVsbF9uYW1lIjoiZmFjdHMiLCJkZXNjcmlwdGlvbiI6IlxuXHUw |
|
336 |
MDNjcFx1MDAzZUtleS12YWx1ZSBoYXNoIG9mIHN1YnNjcmlwdGlvbi1tYW5h |
|
337 |
Z2VyIGZhY3RzLCBuZXN0aW5nIHVzZXMgYSBwZXJpb2RcbmRlbGltaXRlciAo |
|
338 |
LilcdTAwM2MvcFx1MDAzZVxuIiwicmVxdWlyZWQiOmZhbHNlLCJhbGxvd19u |
|
339 |
aWwiOmZhbHNlLCJ2YWxpZGF0b3IiOiJIYXNoIiwiZXhwZWN0ZWRfdHlwZSI6 |
|
340 |
Imhhc2giLCJtZXRhZGF0YSI6bnVsbCwic2hvdyI6dHJ1ZSwidmFsaWRhdGlv |
|
341 |
bnMiOltdfSx7Im5hbWUiOiJoeXBlcnZpc29yX2d1ZXN0X3V1aWRzIiwiZnVs |
|
342 |
bF9uYW1lIjoiaHlwZXJ2aXNvcl9ndWVzdF91dWlkcyIsImRlc2NyaXB0aW9u |
|
343 |
IjoiXG5cdTAwM2NwXHUwMDNlVVVJRHMgb2YgdGhlIHZpcnR1YWwgZ3Vlc3Rz |
|
344 |
IGZyb20gdGhlIGhvc3RcdTAwMjYjMzk7cyBoeXBlcnZpc29yXHUwMDNjL3Bc |
|
345 |
dTAwM2VcbiIsInJlcXVpcmVkIjpmYWxzZSwiYWxsb3dfbmlsIjpmYWxzZSwi |
|
346 |
dmFsaWRhdG9yIjoiTXVzdCBiZSBhbiBhcnJheSBvZiBhbnkgdHlwZSIsImV4 |
|
347 |
cGVjdGVkX3R5cGUiOiJhcnJheSIsIm1ldGFkYXRhIjpudWxsLCJzaG93Ijp0 |
|
348 |
cnVlLCJ2YWxpZGF0aW9ucyI6W119LHsibmFtZSI6Imluc3RhbGxlZF9wcm9k |
|
349 |
dWN0cyIsImZ1bGxfbmFtZSI6Imluc3RhbGxlZF9wcm9kdWN0cyIsImRlc2Ny |
|
350 |
aXB0aW9uIjoiXG5cdTAwM2NwXHUwMDNlTGlzdCBvZiBwcm9kdWN0cyBpbnN0 |
|
351 |
YWxsZWQgb24gdGhlIGhvc3RcdTAwM2MvcFx1MDAzZVxuIiwicmVxdWlyZWQi |
|
352 |
OmZhbHNlLCJhbGxvd19uaWwiOmZhbHNlLCJ2YWxpZGF0b3IiOiJNdXN0IGJl |
|
353 |
IGFuIEFycmF5IG9mIG5lc3RlZCBlbGVtZW50cyIsImV4cGVjdGVkX3R5cGUi |
|
354 |
OiJhcnJheSIsIm1ldGFkYXRhIjpudWxsLCJzaG93Ijp0cnVlLCJ2YWxpZGF0 |
|
355 |
aW9ucyI6W10sInBhcmFtcyI6W3sibmFtZSI6InByb2R1Y3RfaWQiLCJmdWxs |
|
356 |
X25hbWUiOiJpbnN0YWxsZWRfcHJvZHVjdHNbcHJvZHVjdF9pZF0iLCJkZXNj |
|
357 |
cmlwdGlvbiI6IlxuXHUwMDNjcFx1MDAzZVByb2R1Y3QgaWQgYXMgbGlzdGVk |
|
358 |
IGZyb20gYSBob3N0XHUwMDI2IzM5O3MgaW5zdGFsbGVkIHByb2R1Y3RzLCAg |
|
359 |
ICAgICAgIHRoaXMgaXNcbm5vdCB0aGUgc2FtZSBwcm9kdWN0IGlkIGFzIHRo |
|
360 |
ZSBwcm9kdWN0cyBhcGkgcmV0dXJuc1x1MDAzYy9wXHUwMDNlXG4iLCJyZXF1 |
|
361 |
aXJlZCI6ZmFsc2UsImFsbG93X25pbCI6ZmFsc2UsInZhbGlkYXRvciI6IlN0 |
|
362 |
cmluZyIsImV4cGVjdGVkX3R5cGUiOiJzdHJpbmciLCJtZXRhZGF0YSI6bnVs |
|
363 |
bCwic2hvdyI6dHJ1ZSwidmFsaWRhdGlvbnMiOltdfSx7Im5hbWUiOiJwcm9k |
|
364 |
dWN0X25hbWUiLCJmdWxsX25hbWUiOiJpbnN0YWxsZWRfcHJvZHVjdHNbcHJv |
|
365 |
ZHVjdF9uYW1lXSIsImRlc2NyaXB0aW9uIjoiXG5cdTAwM2NwXHUwMDNlUHJv |
|
366 |
ZHVjdCBuYW1lIGFzIGxpc3RlZCBmcm9tIGEgaG9zdFx1MDAyNiMzOTtzIGlu |
|
367 |
c3RhbGxlZCBwcm9kdWN0c1x1MDAzYy9wXHUwMDNlXG4iLCJyZXF1aXJlZCI6 |
|
368 |
ZmFsc2UsImFsbG93X25pbCI6ZmFsc2UsInZhbGlkYXRvciI6IlN0cmluZyIs |
|
369 |
ImV4cGVjdGVkX3R5cGUiOiJzdHJpbmciLCJtZXRhZGF0YSI6bnVsbCwic2hv |
|
370 |
dyI6dHJ1ZSwidmFsaWRhdGlvbnMiOltdfV19LHsibmFtZSI6InJlbGVhc2Vf |
|
371 |
dmVyc2lvbiIsImZ1bGxfbmFtZSI6InJlbGVhc2VfdmVyc2lvbiIsImRlc2Ny |
|
372 |
aXB0aW9uIjoiXG5cdTAwM2NwXHUwMDNlUmVsZWFzZSB2ZXJzaW9uIG9mIHRo |
|
373 |
ZSBjb250ZW50IGhvc3RcdTAwM2MvcFx1MDAzZVxuIiwicmVxdWlyZWQiOmZh |
|
374 |
bHNlLCJhbGxvd19uaWwiOmZhbHNlLCJ2YWxpZGF0b3IiOiJTdHJpbmciLCJl |
|
375 |
eHBlY3RlZF90eXBlIjoic3RyaW5nIiwibWV0YWRhdGEiOm51bGwsInNob3ci |
|
376 |
OnRydWUsInZhbGlkYXRpb25zIjpbXX0seyJuYW1lIjoic2VydmljZV9sZXZl |
|
377 |
bCIsImZ1bGxfbmFtZSI6InNlcnZpY2VfbGV2ZWwiLCJkZXNjcmlwdGlvbiI6 |
|
378 |
IlxuXHUwMDNjcFx1MDAzZUEgc2VydmljZSBsZXZlbCBmb3IgYXV0by1oZWFs |
|
379 |
aW5nIHByb2Nlc3MsIGUuZy4gU0VMRi1TVVBQT1JUXHUwMDNjL3BcdTAwM2Vc |
|
380 |
biIsInJlcXVpcmVkIjpmYWxzZSwiYWxsb3dfbmlsIjpmYWxzZSwidmFsaWRh |
|
381 |
dG9yIjoiU3RyaW5nIiwiZXhwZWN0ZWRfdHlwZSI6InN0cmluZyIsIm1ldGFk |
|
382 |
YXRhIjpudWxsLCJzaG93Ijp0cnVlLCJ2YWxpZGF0aW9ucyI6W119LHsibmFt |
Also available in: Unified diff
vcr - full recording