Syntax 1: POST /governance/endpoints <payload>
Tip |
---|
It is also possible to create an endpoint and associate it with other types of artifacts such as REST services or SOAP services as presented in Syntax 2 below. |
Syntax 2:
POST /governance/endpoints/restservices/<UUID> <payload>
POST /governance/endpoints/restservices?Query <payload>
Here the payload should be in JSON format.Following are the required attributes:
Payload format is as follows:
Code Block |
---|
|
{name: "endpoint-1",
type: "endpoint",
version: "1.0.0",
address: "https://localhost:9443",
environment: "QA"
} |