You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitbook/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The INDIGO PaaS Orchestrator is a component of the PaaS layer that allows to ins
8
8
9
9
It takes the deployment requests, expressed through templates written in [TOSCA YAML Simple Profile v1.0](http://docs.oasis-open.org/tosca/TOSCA-Simple-Profile-YAML/v1.0/TOSCA-Simple-Profile-YAML-v1.0.html), and deploys them on the best cloud site available. In order to do that 1. it gathers SLAs, monitoring info and other data from other platform services, 2. it asks to the cloud provider ranker for a list of the best cloud sites.
10
10
11
-
The exposed REST APIs are consumed by the Future Gateway portal. Here you can find the [REST APIs documentation](http://indigo-paas.github.io/orchestrator/restdocs/) and the [Java doc](http://indigo-paas.github.io/orchestrator/apidocs/).
11
+
The exposed REST APIs are consumed by the Future Gateway portal. Here you can find the [REST APIs documentation](http://infn-datacloud.github.io/orchestrator/restdocs/) and the [Java doc](http://infn-datacloud.github.io/orchestrator/apidocs/).
"The status of the deployment schedule. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/DeploymentScheduleStatus.html)"),
159
+
"The status of the deployment schedule. (http://infn-datacloud.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/DeploymentScheduleStatus.html)"),
160
160
fieldWithPath("content[].createdBy").description(
161
161
"The OIDC info of the deployment schedule's creator."),
162
162
fieldWithPath("content[].callback").description(
@@ -249,7 +249,7 @@ public void getDeploymentScheduleSuccessfully() throws Exception {
"The status of the deployment schedule. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/DeploymentScheduleStatus.html)"),
252
+
"The status of the deployment schedule. (http://infn-datacloud.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/DeploymentScheduleStatus.html)"),
253
253
fieldWithPath("callback").description(
254
254
"The endpoint used by the orchestrator to notify the progress of the deployment schedule event process."),
255
255
fieldWithPath("links[]").ignored())));
@@ -310,7 +310,7 @@ public void createDeploymentScheduleSuccessfully() throws Exception {
0 commit comments