Instance Management Api
Interface address:
Request method: GET
Request data type: application/x-www-form-urlencoded
Response data type: */*
Interface description:
Get the list of microservice management module instances to get single or multiple default all
Request Parameters:
No
Response Status:
Response parameters:
parameter name | parameter description | type | schema |
---|---|---|---|
data | Dataset | object | |
message | Description | string | |
method | request url | string | |
status | Status | integer(int32) | integer(int32) |
Sample Response:
Interface address: /api/rest_j/v1/microservice/eurekaURL
Request method:
Request data type: application/x-www-form-urlencoded
Interface description:
return eurekaURL
Request Parameters:
No
Response Status:
Status code | Description | schema |
---|---|---|
200 | OK | Message |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
Response parameters:
Sample Response:
Interface address: /api/rest_j/v1/microservice/instanceLabel
Request method: PUT
Request data type:
Response data type: */*
Interface description:
Edit or modify the instance in microservice management
Request example:
Parameter name | Parameter description | Request type | Required | Data type | schema |
---|---|---|---|---|---|
applicationName | Engine Label | String | false | String | |
instance | Engine instance name | String | false | String | |
labelKey | The label in the added content belongs to the key in the map in the labels collection | String | false | String | |
labels | The engine instance updates the parameter content, and the collection stores the map type | List | false | List | |
stringValue | The value of the label in the added content belongs to the value in the map in the labels collection | String | false | String |
Response Status:
Status code | Description | schema |
---|---|---|
200 | OK | Message |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
Response parameters:
Sample Response:
Interface address:/api/rest_j/v1/microservice/modifiableLabelKey
Request method: GET
Request data type: application/x-www-form-urlencoded
Response data type:
Interface description:
Get a list of label types that can be modified, such as ‘userCreator, route’
Request Parameters:
No
Response Status:
Status code | Description | schema |
---|---|---|
200 | OK | Message |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
Response parameters:
parameter name | parameter description | type | schema |
---|---|---|---|
data | Dataset | object | |
message | Description | string | |
method | request url | string | |
status | Status | integer(int32) | integer(int32) |
Sample Response: