pom.xml: OkHttp version change
README.md: Updated API documentation ConfigurationValues.java: Changed default orchestrator ip SnowflakeService.java: Added instance name
This commit is contained in:
@@ -90,11 +90,17 @@ Http Status: 200
|
||||
}
|
||||
```
|
||||
Response on error:
|
||||
If the version of the client and the orchestrator do not match the orchestrator will respond with a HTTP code 426. The required version will be
|
||||
|
||||
| Value name | Value description |
|
||||
|:-------------------------|:--------------------------|
|
||||
| Http Status | 426 - Upgrade required |
|
||||
| `Upgrade` Header content | required software version |
|
||||
|
||||
| Value name | Value description |
|
||||
|:-------------------------|:--------------------------|
|
||||
| Http Status | 409 - Conflict |
|
||||
| `Upgrade` Header content | required software version |
|
||||
#### Worker heartbeat (internal)
|
||||
```http request
|
||||
GET /orchestra/heartbeat
|
||||
|
||||
Reference in New Issue
Block a user