|
165 | 165 | "containers" |
166 | 166 | ], |
167 | 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", |
168 | | - "operationId": "create_service_containers_task_v1_containers_post", |
| 168 | + "operationId": "create_containers_v1_containers_post", |
169 | 169 | "requestBody": { |
170 | 170 | "required": true, |
171 | 171 | "content": { |
|
183 | 183 | "application/json": { |
184 | 184 | "schema": { |
185 | 185 | "type": "string", |
186 | | - "title": "Response Create Service Containers Task V1 Containers Post" |
| 186 | + "title": "Response Create Containers V1 Containers Post" |
187 | 187 | } |
188 | 188 | } |
189 | 189 | } |
|
495 | 495 | "containers" |
496 | 496 | ], |
497 | 497 | "summary": "Pulls all the docker container images for the user services", |
498 | | - "operationId": "pull_user_servcices_docker_images_v1_containers_images_pull_post", |
| 498 | + "operationId": "pull_container_images_v1_containers_images_pull_post", |
499 | 499 | "responses": { |
500 | 500 | "202": { |
501 | 501 | "description": "Successful Response", |
502 | 502 | "content": { |
503 | 503 | "application/json": { |
504 | 504 | "schema": { |
505 | 505 | "type": "string", |
506 | | - "title": "Response Pull User Servcices Docker Images V1 Containers Images Pull Post" |
| 506 | + "title": "Response Pull Container Images V1 Containers Images Pull Post" |
507 | 507 | } |
508 | 508 | } |
509 | 509 | } |
|
517 | 517 | "containers" |
518 | 518 | ], |
519 | 519 | "summary": "Remove the previously started containers", |
520 | | - "operationId": "runs_docker_compose_down_task_v1_containers_down_post", |
| 520 | + "operationId": "down_containers_v1_containers_down_post", |
521 | 521 | "responses": { |
522 | 522 | "202": { |
523 | 523 | "description": "Successful Response", |
524 | 524 | "content": { |
525 | 525 | "application/json": { |
526 | 526 | "schema": { |
527 | 527 | "type": "string", |
528 | | - "title": "Response Runs Docker Compose Down Task V1 Containers Down Post" |
| 528 | + "title": "Response Down Containers V1 Containers Down Post" |
529 | 529 | } |
530 | 530 | } |
531 | 531 | } |
|
539 | 539 | "containers" |
540 | 540 | ], |
541 | 541 | "summary": "Restores the state of the dynamic service", |
542 | | - "operationId": "state_restore_task_v1_containers_state_restore_post", |
| 542 | + "operationId": "restore_cotnainers_state_v1_containers_state_restore_post", |
543 | 543 | "responses": { |
544 | 544 | "202": { |
545 | 545 | "description": "Successful Response", |
546 | 546 | "content": { |
547 | 547 | "application/json": { |
548 | 548 | "schema": { |
549 | 549 | "type": "string", |
550 | | - "title": "Response State Restore Task V1 Containers State Restore Post" |
| 550 | + "title": "Response Restore Cotnainers State V1 Containers State Restore Post" |
551 | 551 | } |
552 | 552 | } |
553 | 553 | } |
|
561 | 561 | "containers" |
562 | 562 | ], |
563 | 563 | "summary": "Stores the state of the dynamic service", |
564 | | - "operationId": "state_save_task_v1_containers_state_save_post", |
| 564 | + "operationId": "save_containers_state_v1_containers_state_save_post", |
565 | 565 | "responses": { |
566 | 566 | "202": { |
567 | 567 | "description": "Successful Response", |
568 | 568 | "content": { |
569 | 569 | "application/json": { |
570 | 570 | "schema": { |
571 | 571 | "type": "string", |
572 | | - "title": "Response State Save Task V1 Containers State Save Post" |
| 572 | + "title": "Response Save Containers State V1 Containers State Save Post" |
573 | 573 | } |
574 | 574 | } |
575 | 575 | } |
|
583 | 583 | "containers" |
584 | 584 | ], |
585 | 585 | "summary": "Pull input ports data", |
586 | | - "operationId": "ports_inputs_pull_task_v1_containers_ports_inputs_pull_post", |
| 586 | + "operationId": "pull_container_port_inputs_v1_containers_ports_inputs_pull_post", |
587 | 587 | "requestBody": { |
588 | 588 | "content": { |
589 | 589 | "application/json": { |
|
611 | 611 | "application/json": { |
612 | 612 | "schema": { |
613 | 613 | "type": "string", |
614 | | - "title": "Response Ports Inputs Pull Task V1 Containers Ports Inputs Pull Post" |
| 614 | + "title": "Response Pull Container Port Inputs V1 Containers Ports Inputs Pull Post" |
615 | 615 | } |
616 | 616 | } |
617 | 617 | } |
|
635 | 635 | "containers" |
636 | 636 | ], |
637 | 637 | "summary": "Pull output ports data", |
638 | | - "operationId": "ports_outputs_pull_task_v1_containers_ports_outputs_pull_post", |
| 638 | + "operationId": "pull_container_port_outputs_v1_containers_ports_outputs_pull_post", |
639 | 639 | "requestBody": { |
640 | 640 | "content": { |
641 | 641 | "application/json": { |
|
663 | 663 | "application/json": { |
664 | 664 | "schema": { |
665 | 665 | "type": "string", |
666 | | - "title": "Response Ports Outputs Pull Task V1 Containers Ports Outputs Pull Post" |
| 666 | + "title": "Response Pull Container Port Outputs V1 Containers Ports Outputs Pull Post" |
667 | 667 | } |
668 | 668 | } |
669 | 669 | } |
|
687 | 687 | "containers" |
688 | 688 | ], |
689 | 689 | "summary": "Push output ports data", |
690 | | - "operationId": "ports_outputs_push_task_v1_containers_ports_outputs_push_post", |
| 690 | + "operationId": "push_container_port_outputs_v1_containers_ports_outputs_push_post", |
691 | 691 | "responses": { |
692 | 692 | "202": { |
693 | 693 | "description": "Successful Response", |
694 | 694 | "content": { |
695 | 695 | "application/json": { |
696 | 696 | "schema": { |
697 | 697 | "type": "string", |
698 | | - "title": "Response Ports Outputs Push Task V1 Containers Ports Outputs Push Post" |
| 698 | + "title": "Response Push Container Port Outputs V1 Containers Ports Outputs Push Post" |
699 | 699 | } |
700 | 700 | } |
701 | 701 | } |
|
709 | 709 | "containers" |
710 | 710 | ], |
711 | 711 | "summary": "Restarts previously started containers", |
712 | | - "operationId": "containers_restart_task_v1_containers_restart_post", |
| 712 | + "operationId": "restart_containers_v1_containers_restart_post", |
713 | 713 | "responses": { |
714 | 714 | "202": { |
715 | 715 | "description": "Successful Response", |
716 | 716 | "content": { |
717 | 717 | "application/json": { |
718 | 718 | "schema": { |
719 | 719 | "type": "string", |
720 | | - "title": "Response Containers Restart Task V1 Containers Restart Post" |
| 720 | + "title": "Response Restart Containers V1 Containers Restart Post" |
721 | 721 | } |
722 | 722 | } |
723 | 723 | } |
|
0 commit comments