|
164 | 164 | "tags": [ |
165 | 165 | "containers" |
166 | 166 | ], |
167 | | - "summary": "Starts the containers as defined in ContainerCreate by:\n- cleaning up resources from previous runs if any\n- starting the containers\n\nProgress may be obtained through URL\nProcess may be cancelled through URL", |
| 167 | + "summary": "Create Containers", |
| 168 | + "description": "Starts the containers as defined in ContainerCreate by:\n- cleaning up resources from previous runs if any\n- starting the containers\n\nProgress may be obtained through URL\nProcess may be cancelled through URL", |
168 | 169 | "operationId": "create_containers_v1_containers_post", |
169 | 170 | "requestBody": { |
170 | 171 | "required": true, |
|
336 | 337 | "tags": [ |
337 | 338 | "containers" |
338 | 339 | ], |
339 | | - "summary": "Enable/disable ports i/o", |
| 340 | + "summary": "Toggle Ports Io", |
| 341 | + "description": "Enable/disable ports i/o", |
340 | 342 | "operationId": "toggle_ports_io_v1_containers_ports_io_patch", |
341 | 343 | "requestBody": { |
342 | 344 | "content": { |
|
370 | 372 | "tags": [ |
371 | 373 | "containers" |
372 | 374 | ], |
373 | | - "summary": "Creates the output directories declared by the docker images's labels. It is more convenient to pass the labels from director-v2, since it already has all the machinery to call into director-v0 to retrieve them.", |
| 375 | + "summary": "Create Output Dirs", |
| 376 | + "description": "Creates the output directories declared by the docker images's labels.\nIt is more convenient to pass the labels from director-v2,\nsince it already has all the machinery to call into director-v0\nto retrieve them.", |
374 | 377 | "operationId": "create_output_dirs_v1_containers_ports_outputs_dirs_post", |
375 | 378 | "requestBody": { |
376 | 379 | "content": { |
|
404 | 407 | "tags": [ |
405 | 408 | "containers" |
406 | 409 | ], |
407 | | - "summary": "attach container to a network, if not already attached", |
| 410 | + "summary": "Attach Container To Network", |
| 411 | + "description": "attach container to a network, if not already attached", |
408 | 412 | "operationId": "attach_container_to_network_v1_containers__id__networks_attach_post", |
409 | 413 | "parameters": [ |
410 | 414 | { |
|
449 | 453 | "tags": [ |
450 | 454 | "containers" |
451 | 455 | ], |
452 | | - "summary": "detach container from a network, if not already detached", |
| 456 | + "summary": "Detach Container From Network", |
| 457 | + "description": "detach container from a network, if not already detached", |
453 | 458 | "operationId": "detach_container_from_network_v1_containers__id__networks_detach_post", |
454 | 459 | "parameters": [ |
455 | 460 | { |
|
494 | 499 | "tags": [ |
495 | 500 | "containers" |
496 | 501 | ], |
497 | | - "summary": "Pulls all the docker container images for the user services", |
| 502 | + "summary": "Pull Container Images", |
| 503 | + "description": "Pulls all the docker container images for the user services", |
498 | 504 | "operationId": "pull_container_images_v1_containers_images_pull_post", |
499 | 505 | "responses": { |
500 | 506 | "202": { |
|
516 | 522 | "tags": [ |
517 | 523 | "containers" |
518 | 524 | ], |
519 | | - "summary": "Remove the previously started containers", |
| 525 | + "summary": "Down Containers", |
| 526 | + "description": "Remove the previously started containers", |
520 | 527 | "operationId": "down_containers_v1_containers_down_post", |
521 | 528 | "responses": { |
522 | 529 | "202": { |
|
538 | 545 | "tags": [ |
539 | 546 | "containers" |
540 | 547 | ], |
541 | | - "summary": "Restores the state of the dynamic service", |
| 548 | + "summary": "Restore Containers State Paths", |
| 549 | + "description": "Restores the state of the dynamic service", |
542 | 550 | "operationId": "restore_containers_state_paths_v1_containers_state_restore_post", |
543 | 551 | "responses": { |
544 | 552 | "202": { |
|
560 | 568 | "tags": [ |
561 | 569 | "containers" |
562 | 570 | ], |
563 | | - "summary": "Stores the state of the dynamic service", |
| 571 | + "summary": "Save Containers State Paths", |
| 572 | + "description": "Stores the state of the dynamic service", |
564 | 573 | "operationId": "save_containers_state_paths_v1_containers_state_save_post", |
565 | 574 | "responses": { |
566 | 575 | "202": { |
|
582 | 591 | "tags": [ |
583 | 592 | "containers" |
584 | 593 | ], |
585 | | - "summary": "Pull input ports data", |
| 594 | + "summary": "Pull Container Port Inputs", |
| 595 | + "description": "Pull input ports data", |
586 | 596 | "operationId": "pull_container_port_inputs_v1_containers_ports_inputs_pull_post", |
587 | 597 | "requestBody": { |
588 | 598 | "content": { |
|
634 | 644 | "tags": [ |
635 | 645 | "containers" |
636 | 646 | ], |
637 | | - "summary": "Pull output ports data", |
| 647 | + "summary": "Pull Container Port Outputs", |
| 648 | + "description": "Pull output ports data", |
638 | 649 | "operationId": "pull_container_port_outputs_v1_containers_ports_outputs_pull_post", |
639 | 650 | "requestBody": { |
640 | 651 | "content": { |
|
686 | 697 | "tags": [ |
687 | 698 | "containers" |
688 | 699 | ], |
689 | | - "summary": "Push output ports data", |
| 700 | + "summary": "Push Container Port Outputs", |
| 701 | + "description": "Push output ports data", |
690 | 702 | "operationId": "push_container_port_outputs_v1_containers_ports_outputs_push_post", |
691 | 703 | "responses": { |
692 | 704 | "202": { |
|
708 | 720 | "tags": [ |
709 | 721 | "containers" |
710 | 722 | ], |
711 | | - "summary": "Restarts previously started user services", |
| 723 | + "summary": "Restart Containers", |
| 724 | + "description": "Restarts previously started user services", |
712 | 725 | "operationId": "restart_containers_v1_containers_restart_post", |
713 | 726 | "responses": { |
714 | 727 | "202": { |
|
730 | 743 | "tags": [ |
731 | 744 | "volumes" |
732 | 745 | ], |
733 | | - "summary": "Updates the state of the volume", |
| 746 | + "summary": "Put Volume State", |
| 747 | + "description": "Updates the state of the volume", |
734 | 748 | "operationId": "put_volume_state_v1_volumes__id__put", |
735 | 749 | "parameters": [ |
736 | 750 | { |
|
774 | 788 | "tags": [ |
775 | 789 | "disk" |
776 | 790 | ], |
777 | | - "summary": "Frees up reserved disk space", |
| 791 | + "summary": "Free Reserved Disk Space", |
| 792 | + "description": "Frees up reserved disk space", |
778 | 793 | "operationId": "free_reserved_disk_space_v1_disk_reserved_free_post", |
779 | 794 | "responses": { |
780 | 795 | "204": { |
|
0 commit comments