Authorization: Bearer ********************{
"schema": "string",
"host": "string",
"port": 0,
"weight": 0,
"isEphemeral": true,
"ttlAt": 0,
"metadata": {
"property1": "string",
"property2": "string"
}
}curl --location --request PUT 'http://dev-cn.your-api-server.com/v1/namespaces//services//instances' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"schema": "string",
"host": "string",
"port": 0,
"weight": 0,
"isEphemeral": true,
"ttlAt": 0,
"metadata": {
"property1": "string",
"property2": "string"
}
}'true