|
43 | 43 | ], |
44 | 44 | "response": [] |
45 | 45 | }, |
| 46 | + "bulk": { |
| 47 | + "request": [ |
| 48 | + "Request: missing json spec query parameter 'type'" |
| 49 | + ], |
| 50 | + "response": [] |
| 51 | + }, |
46 | 52 | "capabilities": { |
47 | 53 | "request": [ |
48 | 54 | "Missing request & response" |
|
298 | 304 | ], |
299 | 305 | "response": [] |
300 | 306 | }, |
| 307 | + "ilm.delete_lifecycle": { |
| 308 | + "request": [ |
| 309 | + "Request: query parameter 'master_timeout' does not exist in the json spec", |
| 310 | + "Request: query parameter 'timeout' does not exist in the json spec" |
| 311 | + ], |
| 312 | + "response": [] |
| 313 | + }, |
| 314 | + "ilm.explain_lifecycle": { |
| 315 | + "request": [ |
| 316 | + "Request: query parameter 'master_timeout' does not exist in the json spec" |
| 317 | + ], |
| 318 | + "response": [] |
| 319 | + }, |
| 320 | + "ilm.get_lifecycle": { |
| 321 | + "request": [ |
| 322 | + "Request: query parameter 'master_timeout' does not exist in the json spec", |
| 323 | + "Request: query parameter 'timeout' does not exist in the json spec" |
| 324 | + ], |
| 325 | + "response": [] |
| 326 | + }, |
| 327 | + "ilm.put_lifecycle": { |
| 328 | + "request": [ |
| 329 | + "Request: query parameter 'master_timeout' does not exist in the json spec", |
| 330 | + "Request: query parameter 'timeout' does not exist in the json spec" |
| 331 | + ], |
| 332 | + "response": [] |
| 333 | + }, |
| 334 | + "ilm.start": { |
| 335 | + "request": [ |
| 336 | + "Request: query parameter 'master_timeout' does not exist in the json spec", |
| 337 | + "Request: query parameter 'timeout' does not exist in the json spec" |
| 338 | + ], |
| 339 | + "response": [] |
| 340 | + }, |
| 341 | + "ilm.stop": { |
| 342 | + "request": [ |
| 343 | + "Request: query parameter 'master_timeout' does not exist in the json spec", |
| 344 | + "Request: query parameter 'timeout' does not exist in the json spec" |
| 345 | + ], |
| 346 | + "response": [] |
| 347 | + }, |
301 | 348 | "index": { |
302 | 349 | "request": [ |
303 | 350 | "Request: missing json spec query parameter 'require_data_stream'" |
|
349 | 396 | }, |
350 | 397 | "indices.rollover": { |
351 | 398 | "request": [ |
352 | | - "Request: missing json spec query parameter 'lazy'", |
353 | | - "Request: missing json spec query parameter 'target_failure_store'" |
| 399 | + "Request: missing json spec query parameter 'lazy'" |
354 | 400 | ], |
355 | 401 | "response": [] |
356 | 402 | }, |
|
367 | 413 | ], |
368 | 414 | "response": [] |
369 | 415 | }, |
| 416 | + "ingest.delete_geoip_database": { |
| 417 | + "request": [ |
| 418 | + "Request: query parameter 'master_timeout' does not exist in the json spec", |
| 419 | + "Request: query parameter 'timeout' does not exist in the json spec" |
| 420 | + ], |
| 421 | + "response": [] |
| 422 | + }, |
| 423 | + "ingest.delete_ip_location_database": { |
| 424 | + "request": [ |
| 425 | + "Request: query parameter 'master_timeout' does not exist in the json spec", |
| 426 | + "Request: query parameter 'timeout' does not exist in the json spec" |
| 427 | + ], |
| 428 | + "response": [] |
| 429 | + }, |
370 | 430 | "ingest.get_ip_location_database": { |
371 | 431 | "request": [ |
372 | 432 | "Request: query parameter 'master_timeout' does not exist in the json spec" |
373 | 433 | ], |
374 | 434 | "response": [] |
375 | 435 | }, |
| 436 | + "ingest.put_geoip_database": { |
| 437 | + "request": [ |
| 438 | + "Request: query parameter 'master_timeout' does not exist in the json spec", |
| 439 | + "Request: query parameter 'timeout' does not exist in the json spec" |
| 440 | + ], |
| 441 | + "response": [] |
| 442 | + }, |
| 443 | + "ingest.put_ip_location_database": { |
| 444 | + "request": [ |
| 445 | + "Request: query parameter 'master_timeout' does not exist in the json spec", |
| 446 | + "Request: query parameter 'timeout' does not exist in the json spec" |
| 447 | + ], |
| 448 | + "response": [] |
| 449 | + }, |
376 | 450 | "license.post_start_trial": { |
377 | 451 | "request": [ |
378 | 452 | "Request: query parameter 'type_query_string' does not exist in the json spec", |
379 | | - "Request: missing json spec query parameter 'type'", |
380 | | - "Request: missing json spec query parameter 'timeout'" |
| 453 | + "Request: missing json spec query parameter 'type'" |
381 | 454 | ], |
382 | 455 | "response": [] |
383 | 456 | }, |
|
468 | 541 | ], |
469 | 542 | "response": [] |
470 | 543 | }, |
471 | | - "shutdown.delete_node": { |
472 | | - "request": [ |
473 | | - "Request: query parameter 'master_timeout' does not exist in the json spec", |
474 | | - "Request: query parameter 'timeout' does not exist in the json spec" |
475 | | - ], |
476 | | - "response": [] |
477 | | - }, |
478 | | - "shutdown.put_node": { |
479 | | - "request": [ |
480 | | - "Request: query parameter 'master_timeout' does not exist in the json spec", |
481 | | - "Request: query parameter 'timeout' does not exist in the json spec" |
482 | | - ], |
483 | | - "response": [] |
484 | | - }, |
485 | 544 | "snapshot.delete": { |
486 | 545 | "request": [ |
487 | 546 | "Request: missing json spec query parameter 'wait_for_completion'" |
|
517 | 576 | }, |
518 | 577 | "xpack.info": { |
519 | 578 | "request": [ |
520 | | - "Request: query parameter 'human' does not exist in the json spec", |
521 | 579 | "request definition xpack.info:Request / query - Property 'human' is already defined in an ancestor class" |
522 | 580 | ], |
523 | 581 | "response": [] |
|
0 commit comments