Sections msvc (sections)

Provides access to configuration information about dms[sections] of role instances msvc.

When creating an entity mservice, it can be explicitly bound to a specific section. Thus, the child microservice will be executed on one (or more) of the servers where the corresponding instances are hosted msvc.

If the mservice section is not specified or is specified incorrectly, the selection of the msvc role instance responsible for execution is made among all instances in the current site

Requests

HTTP verb Endpoint Description

GET

/rest/v1/domain/mservices/sections

Getting the list of sections


Getting the list of sections

Returns the list of msvc sections for the current domain as a JSON array.

Request

Request example
GET /rest/v1/domain/mservices/sections HTTP/1.1

Response

Response example
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

["callcenter", "default", "outbound", "perfmon"]