Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
SUBMARINE-578. Update experiment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin85421 committed Jul 25, 2020
1 parent cbae6ef commit 8b499da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/userdocs/k8s/api/experiment.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ curl -X POST -H "Content-Type: application/json" -d '
}
}
}
' http://127.0.0.1/api/v1/experiment
' http://127.0.0.1:8080/api/v1/experiment
```

**Example Response:**
Expand Down Expand Up @@ -99,7 +99,7 @@ curl -X POST -H "Content-Type: application/json" -d '

**Example Request:**
```sh
curl -X GET http://127.0.0.1/api/v1/experiment
curl -X GET http://127.0.0.1:8080/api/v1/experiment
```

**Example Response:**
Expand Down Expand Up @@ -179,7 +179,7 @@ curl -X GET http://127.0.0.1/api/v1/experiment

**Example Request:**
```sh
curl -X GET http://127.0.0.1/api/v1/experiment/experiment_1592057447228_0001
curl -X GET http://127.0.0.1:8080/api/v1/experiment/experiment_1592057447228_0001
```

**Example Response:**
Expand Down Expand Up @@ -251,7 +251,7 @@ curl -X PATCH -H "Content-Type: application/json" -d '
}
}
}
' http://127.0.0.1/api/v1/experiment/experiment_1592057447228_0001
' http://127.0.0.1:8080/api/v1/experiment/experiment_1592057447228_0001
```

**Example Response:**
Expand Down Expand Up @@ -292,7 +292,7 @@ curl -X PATCH -H "Content-Type: application/json" -d '

**Example Request:**
```sh
curl -X DELETE http://127.0.0.1/api/v1/experiment/experiment_1592057447228_0001
curl -X DELETE http://127.0.0.1:8080/api/v1/experiment/experiment_1592057447228_0001
```

**Example Response:**
Expand Down Expand Up @@ -339,7 +339,7 @@ curl -X DELETE http://127.0.0.1/api/v1/experiment/experiment_1592057447228_0001

**Example Request:**
```sh
curl -X GET http://127.0.0.1/api/v1/experiment/logs
curl -X GET http://127.0.0.1:8080/api/v1/experiment/logs
```

**Example Response:**
Expand Down Expand Up @@ -382,7 +382,7 @@ curl -X GET http://127.0.0.1/api/v1/experiment/logs

**Example Request:**
```sh
curl -X GET http://127.0.0.1/api/v1/experiment/logs/experiment_1589199154923_0002
curl -X GET http://127.0.0.1:8080/api/v1/experiment/logs/experiment_1589199154923_0002
```

**Example Response:**
Expand Down

0 comments on commit 8b499da

Please sign in to comment.