Registers A new service To the component registry.
Only available to solution users.
the service to register
{
"serviceVersion": "string",
"serviceType": {
"productId": "string",
"serviceTypeId": "string",
"typeId": "string",
"serviceName": "string"
},
"lastUpdated": "string",
"nameMsgKey": "string",
"createdDate": "string",
"name": "string",
"serviceAttributes": [
{
"id": "string",
"value": "string",
"key": "string"
}
],
"id": "string",
"ownerId": "string",
"endPoints": [
{
"lastUpdated": "string",
"endPointType": {
"protocol": "string",
"typeId": "string"
},
"serviceInfoId": "string",
"createdDate": "string",
"endPointAttributes": [
{
"id": "string",
"value": "string",
"key": "string"
}
],
"id": "string",
"sslTrusts": [
"string"
],
"url": "string"
}
]
}
The service version. For example, "1.0.0".
The last updated date.
The service name message key used for localization
The created date.
The name of the service. NOTE: Services of the same serviceType should have same name.
Service specific attributes to be advertised to service consumers (optional).
The id.
The solution username of the SSO principal owning the service.
successful operation
{
"serviceVersion": "string",
"serviceType": {
"productId": "string",
"serviceTypeId": "string",
"typeId": "string",
"serviceName": "string"
},
"lastUpdated": "string",
"nameMsgKey": "string",
"createdDate": "string",
"name": "string",
"serviceAttributes": [
{
"id": "string",
"value": "string",
"key": "string"
}
],
"id": "string",
"ownerId": "string",
"endPoints": [
{
"lastUpdated": "string",
"endPointType": {
"protocol": "string",
"typeId": "string"
},
"serviceInfoId": "string",
"createdDate": "string",
"endPointAttributes": [
{
"id": "string",
"value": "string",
"key": "string"
}
],
"id": "string",
"sslTrusts": [
"string"
],
"url": "string"
}
]
}
The service version. For example, "1.0.0".
The last updated date.
The service name message key used for localization
The created date.
The name of the service. NOTE: Services of the same serviceType should have same name.
Service specific attributes to be advertised to service consumers (optional).
The id.
The solution username of the SSO principal owning the service.