|
72 | 72 | "tags": [ |
73 | 73 | "containers" |
74 | 74 | ], |
75 | | - "summary": "Store Compose Spec", |
| 75 | + "summary": "Create Compose Spec", |
76 | 76 | "description": "Validates and stores the docker compose spec for the user services.", |
77 | | - "operationId": "store_compose_spec_v1_containers_compose_spec_post", |
| 77 | + "operationId": "create_compose_spec_v1_containers_compose_spec_post", |
78 | 78 | "requestBody": { |
79 | 79 | "content": { |
80 | 80 | "application/json": { |
|
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, |
|
207 | 208 | "containers" |
208 | 209 | ], |
209 | 210 | "summary": "Get Containers Activity", |
| 211 | + "description": "If user service declared an inactivity hook, this endpoint provides\ninformation about how much time has passed since the service became inactive.", |
210 | 212 | "operationId": "get_containers_activity_v1_containers_activity_get", |
211 | 213 | "responses": { |
212 | 214 | "200": { |
|
336 | 338 | "tags": [ |
337 | 339 | "containers" |
338 | 340 | ], |
339 | | - "summary": "Enable/disable ports i/o", |
| 341 | + "summary": "Toggle Ports Io", |
| 342 | + "description": "Enable/disable ports i/o", |
340 | 343 | "operationId": "toggle_ports_io_v1_containers_ports_io_patch", |
341 | 344 | "requestBody": { |
342 | 345 | "content": { |
|
370 | 373 | "tags": [ |
371 | 374 | "containers" |
372 | 375 | ], |
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.", |
| 376 | + "summary": "Create Output Dirs", |
| 377 | + "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 | 378 | "operationId": "create_output_dirs_v1_containers_ports_outputs_dirs_post", |
375 | 379 | "requestBody": { |
376 | 380 | "content": { |
|
404 | 408 | "tags": [ |
405 | 409 | "containers" |
406 | 410 | ], |
407 | | - "summary": "attach container to a network, if not already attached", |
| 411 | + "summary": "Attach Container To Network", |
| 412 | + "description": "attach container to a network, if not already attached", |
408 | 413 | "operationId": "attach_container_to_network_v1_containers__id__networks_attach_post", |
409 | 414 | "parameters": [ |
410 | 415 | { |
|
449 | 454 | "tags": [ |
450 | 455 | "containers" |
451 | 456 | ], |
452 | | - "summary": "detach container from a network, if not already detached", |
| 457 | + "summary": "Detach Container From Network", |
| 458 | + "description": "detach container from a network, if not already detached", |
453 | 459 | "operationId": "detach_container_from_network_v1_containers__id__networks_detach_post", |
454 | 460 | "parameters": [ |
455 | 461 | { |
|
494 | 500 | "tags": [ |
495 | 501 | "containers" |
496 | 502 | ], |
497 | | - "summary": "Pulls all the docker container images for the user services", |
| 503 | + "summary": "Pull Container Images", |
| 504 | + "description": "Pulls all the docker container images for the user services", |
498 | 505 | "operationId": "pull_container_images_v1_containers_images_pull_post", |
499 | 506 | "responses": { |
500 | 507 | "202": { |
|
516 | 523 | "tags": [ |
517 | 524 | "containers" |
518 | 525 | ], |
519 | | - "summary": "Remove the previously started containers", |
| 526 | + "summary": "Down Containers", |
| 527 | + "description": "Remove the previously started containers", |
520 | 528 | "operationId": "down_containers_v1_containers_down_post", |
521 | 529 | "responses": { |
522 | 530 | "202": { |
|
538 | 546 | "tags": [ |
539 | 547 | "containers" |
540 | 548 | ], |
541 | | - "summary": "Restores the state of the dynamic service", |
| 549 | + "summary": "Restore Containers State Paths", |
| 550 | + "description": "Restores the state of the dynamic service", |
542 | 551 | "operationId": "restore_containers_state_paths_v1_containers_state_restore_post", |
543 | 552 | "responses": { |
544 | 553 | "202": { |
|
560 | 569 | "tags": [ |
561 | 570 | "containers" |
562 | 571 | ], |
563 | | - "summary": "Stores the state of the dynamic service", |
| 572 | + "summary": "Save Containers State Paths", |
| 573 | + "description": "Stores the state of the dynamic service", |
564 | 574 | "operationId": "save_containers_state_paths_v1_containers_state_save_post", |
565 | 575 | "responses": { |
566 | 576 | "202": { |
|
582 | 592 | "tags": [ |
583 | 593 | "containers" |
584 | 594 | ], |
585 | | - "summary": "Pull input ports data", |
| 595 | + "summary": "Pull Container Port Inputs", |
| 596 | + "description": "Pull input ports data", |
586 | 597 | "operationId": "pull_container_port_inputs_v1_containers_ports_inputs_pull_post", |
587 | 598 | "requestBody": { |
588 | 599 | "content": { |
|
634 | 645 | "tags": [ |
635 | 646 | "containers" |
636 | 647 | ], |
637 | | - "summary": "Pull output ports data", |
| 648 | + "summary": "Pull Container Port Outputs", |
| 649 | + "description": "Pull output ports data", |
638 | 650 | "operationId": "pull_container_port_outputs_v1_containers_ports_outputs_pull_post", |
639 | 651 | "requestBody": { |
640 | 652 | "content": { |
|
686 | 698 | "tags": [ |
687 | 699 | "containers" |
688 | 700 | ], |
689 | | - "summary": "Push output ports data", |
| 701 | + "summary": "Push Container Port Outputs", |
| 702 | + "description": "Push output ports data", |
690 | 703 | "operationId": "push_container_port_outputs_v1_containers_ports_outputs_push_post", |
691 | 704 | "responses": { |
692 | 705 | "202": { |
|
708 | 721 | "tags": [ |
709 | 722 | "containers" |
710 | 723 | ], |
711 | | - "summary": "Restarts previously started user services", |
| 724 | + "summary": "Restart Containers", |
| 725 | + "description": "Restarts previously started user services", |
712 | 726 | "operationId": "restart_containers_v1_containers_restart_post", |
713 | 727 | "responses": { |
714 | 728 | "202": { |
|
730 | 744 | "tags": [ |
731 | 745 | "volumes" |
732 | 746 | ], |
733 | | - "summary": "Updates the state of the volume", |
| 747 | + "summary": "Put Volume State", |
| 748 | + "description": "Updates the state of the volume", |
734 | 749 | "operationId": "put_volume_state_v1_volumes__id__put", |
735 | 750 | "parameters": [ |
736 | 751 | { |
|
774 | 789 | "tags": [ |
775 | 790 | "disk" |
776 | 791 | ], |
777 | | - "summary": "Frees up reserved disk space", |
| 792 | + "summary": "Free Reserved Disk Space", |
| 793 | + "description": "Frees up reserved disk space", |
778 | 794 | "operationId": "free_reserved_disk_space_v1_disk_reserved_free_post", |
779 | 795 | "responses": { |
780 | 796 | "204": { |
|
0 commit comments