service element

Type: service
Namespace: (default namespace)
XML Schema: vcac-service-catalog-rest-schema.xsd

Represents a customer-facing/user friendly set of activities.

In the context of this Service Catalog, these activities are the Catalog items and Resource Actions. A Service must be owned by a specific Organization and all the activities it contains should belongs to the same Organization.

Example JSON

{ "version" : ..., "id" : "...", "name" : "...", "description" : "...", "status" : "ACTIVE", "statusName" : { }, "iconId" : { }, "organization" : { "tenantRef" : "...", "tenantLabel" : "...", "subtenantRef" : "...", "subtenantLabel" : "..." }, "owner" : { "tenantName" : "...", "ref" : "...", "type" : "GROUP", "value" : "..." }, "supportTeam" : { "tenantName" : "...", "ref" : "...", "type" : "GROUP", "value" : "..." }, "changeWindow" : { "dayOfWeek" : "SUNDAY", "hours" : { "startTime" : "...", "endTime" : "..." } }, "newDuration" : { "unit" : "MILLISECONDS", "amount" : ... }, "hours" : { "startTime" : "...", "endTime" : "..." }, "lastUpdatedDate" : ..., "lastUpdatedBy" : "..." }