Get Services
/service
Attribute selection is enabled for all first-level attributes.
The includeAll query parameter is required to list all services, including CFS and RFS. The default includes only CFS.
The criteria can include these properties:
- name
- description
- state
- serviceSpecification.name
- category
- supportingResource.id
- relatedParty.id
- externalIdentity.externalManagementDomain
- externalIdentity.externalName
- externalIdentity.externalObjectId
These criteria operators can be used on the filtering properties. Equals operator is supported for all filtering properties. RegEx operator is supported only on service characteristic searches. Operators can be string literals or URL-encoded format.
- .eq (OR) = (OR) %3D%3D
For example: state=active (OR) state==active (OR) state%3D%3Dactive (OR) state.eq=active
- .regex (with ^)
For example: name.regex=^broadband (OR) name*=^broadband (OR) name*=%5Ebroadband
- .regex (with $)
For Example: name.regex=broadband$ (OR) name*=broadband$ (OR) name*=broadband%24
- .regex (with ^.*)
For example: name.regex=^.*broadband (OR) name*=^.*broadband (OR) name*=%5E.*broadband
Optionally, use the expand parameter to specify any service relationships (or) supporting services (expand=supportingService,serviceRelationship)that you want to see details for. By default, you'll just see links for these.
Optionally, use the depth parameter to expand the level of referenced entities. If depth=0, all referenced entities in RootEntity objects will contain only the ID, HREF, and @type. If depth=N, it expands reference objects of related entities recursively, and the last level contains only the references. The default is depth=0.
Optionally, use the sort parameter to sort the search results.
Usage: sort=(Direction)Fields
where Direction is '-' for descending order, and '+' for ascending order. For example: sort=-id,name
These fields can be sorted:
- id
- name
- description
- serviceSpecification.name
Request
-
depth(optional): integer
The depth of the expansion.
-
expand(optional): string
The additional details to include in the response.
-
fields(optional): string
The fields to include in the response.
-
includeAll: boolean
Set to true to search for all services including CFS and RFS. By default service search includes only CFS.
-
limit(optional): integer
The number of items to return.
-
offset(optional): integer
The number of items to skip before starting to collect the result set.
-
sort(optional): string
The fields to sort.
There's no request body for this operation.
Back to TopResponse
- application/json
200 Response
object
-
category(optional):
string
Indicates if it is customer facing or resource facing service.
-
description(optional):
string
A free-text description for the service.
-
endDate(optional):
string(date-time)
The date and time when the service is no longer effective.
-
externalIdentity(optional):
object ExternalIdentity
An external identity.
-
hasStarted(optional):
boolean
Flag indicates that service is started.
-
href(optional):
string
Read Only:
true
The URI for the service class. -
id(optional):
string
Read Only:
true
The ID of the service. -
isServiceEnabled(optional):
boolean
If FALSE, this particular Service has NOT been enabled for use
-
name(optional):
string
The name of the service.
-
place(optional):
array place
The list of associated geographic places, list of assigned/referenced geographic places, list of associated places on supported resources.
- relatedParty(optional): array relatedParty
-
serviceCharacteristic(optional):
array serviceCharacteristic
A list of characteristics that characterize this service (ServiceCharacteristic [*])
-
serviceDate(optional):
string(date-time)
Date and time when the service was created (whatever its status).
-
serviceRelationship(optional):
array serviceRelationship
A list of service relationships (ServiceRelationship [*]). Describes links with other service(s) in the inventory (useful for describing relies-on, relies-from between CFS for example).
-
serviceSpecification:
object Specification
A specification.
-
startDate(optional):
string(date-time)
The date and time when the service is started.
-
state(optional):
string
Allowed Values:
[ "designed", "inactive", "active", "terminated", "pendingCancel", "cancelled", "pendingDisconnect", "cancelPendingDisconnect" ]
Valid values for the lifecycle state of the service. -
supportingResource(optional):
array supportingResource
A list of supporting resources (SupportingResource [*]).For CFS list includes all the supporting resources of RFS.
-
supportingService(optional):
array supportingService
A list of supporting services (SupportingService [*]). A collection of services that support this service.
object
-
externalArrangement(optional):
string
Allowed Values:
[ "LEASED_IN", "FEDERATED", "LEASED_OUT", "SHARED" ]
The type of federation model between UIM and the external party for the given entity. -
externalManagementDomain(optional):
string
The external system, domain name, party, or participant in a federation solution.
-
externalName(optional):
string
The business-meaningful name of the business entity.
-
externalObjectId(optional):
string
The ID for a business entity.
array
-
Array of:
PlaceServiceRef
The place reference on a service.
array
-
Array of:
object Characteristic
A characteristic of an object or entity represented by a name-value pair.
array
-
Array of:
object ServiceRelationship
Describes links with services of the same category (useful for bundled services).
object
-
description(optional):
string
Details about the specification.
-
endDate(optional):
string(date-time)
The date and time when the specification ends.
-
entityType(optional):
string
Allowed Values:
[ "CustomObject", "CustomNetworkAddress", "DeviceInterface", "Equipment", "EquipmentHolder", "FlowIdentifier", "GeographicLocation", "GeographicSite", "GeographicAddress", "InventoryGroup", "LogicalDevice", "LogicalDeviceAccount", "MediaStream", "Network", "PhysicalConnector", "PhysicalDevice", "PhysicalPort", "Pipe", "Service", "TelephoneNumber", "IPv4Address", "IPv6Address", "IPSubnet", "NetworkAddressDomain", "Connectivity", "Party", "ServiceConfigurationVersion" ]
The list of valid values for an entity class. -
href(optional):
string(uri)
The URI for the specification.
-
id:
string
The ID of the specification, which is the same as the name of the specification.
-
name(optional):
string
The name of the specification.
-
startDate(optional):
string(date-time)
The date and time when the specification starts.
-
version(optional):
string
The version of the specification, which is always 1.
array
-
Array of:
ResourceServiceRef
The resource reference on a service.
array
-
Array of:
object Service
Service Class.
-
object
PlaceRef
A place to associate with the resource/service.
-
object
PlaceServiceRef-allOf[1]
object
-
@referredType(optional):
string
Concrete Type of the Place, in case of dis-ambiguity.
-
href(optional):
string(uri)
The URI for the place.
-
id(optional):
string
The ID of the place.
-
name(optional):
string
The name of the place.
-
referrerRole(optional):
string
The role of the associated resource.
-
role(optional):
string
The role of the place.
object
-
assignmentState(optional):
string
Allowed Values:
[ "PENDING_ASSIGN", "ASSIGNED", "PENDING_UNASSIGN", "UNASSIGNED", "DISCONNECTED", "TRANSITIONAL", "PORTED" ]
The list of valid values for assignment state. -
consumerName(optional):
string
The name of the service consumer.
-
referenceState(optional):
string
Allowed Values:
[ "PENDING_REFERENCE", "REFERENCED", "PENDING_UNREFERENCE", "UNREFERENCED" ]
The list of valid values for reference state. -
referenceType(optional):
string
Allowed Values:
[ "Association", "Assignment", "Reference", "ResourceNetworkLocation", "ResourceAssociation" ]
Valid values for the list of supported reference types. -
resourceName(optional):
string
The name of the resource on which place is associated. This will be populated when ReferenceType is set to 'ResourceNetworkLocation' or 'ResourceAssociation'.
-
object
RelatedPartyRef
A related party, which defines a party or party role linked to a specific entity.
-
object
RelatedPartyServiceRef-allOf[1]
object
-
@referredType(optional):
string
Concrete Type of the Party, in case of dis-ambiguity. Default is 'Party'.
-
href(optional):
string(uri)
The URI for the related party.
-
id(optional):
string
The ID of the related party.
-
name(optional):
string
The name of the related party.
-
role(optional):
string
The role of the related party.
object
-
assignmentState(optional):
string
Allowed Values:
[ "PENDING_ASSIGN", "ASSIGNED", "PENDING_UNASSIGN", "UNASSIGNED", "DISCONNECTED", "TRANSITIONAL", "PORTED" ]
The list of valid values for assignment state. -
consumerName(optional):
string
The name of the service consumer.
-
referenceState(optional):
string
Allowed Values:
[ "PENDING_REFERENCE", "REFERENCED", "PENDING_UNREFERENCE", "UNREFERENCED" ]
The list of valid values for reference state. -
referenceType(optional):
string
Allowed Values:
[ "Association", "Assignment", "Reference", "ResourceNetworkLocation", "ResourceAssociation" ]
Valid values for the list of supported reference types.
object
-
@schemaLocation(optional):
string(uri)
The URI for the JSON Schema file that defines additional attributes and relationships.
-
@type(optional):
string
The entity type of the object. This is useful for EntityLink characters and when the value is set with an actual object and the valueType is an object.
-
name:
string
The name of the characteristic.
-
value:
object value
The value of the characteristic.
-
valueType(optional):
string
Allowed Values:
[ "ALPHANUMERIC", "NUMERIC", "BOOLEAN", "DATE", "OBJECT", "URL" ]
The data type for the characteristics's value.
object
object
-
relationshipType:
string
The type of relationship (e.g. depends on, enables)
-
service:
object Service
Service Class.
object
-
@referredType(optional):
string
The actual type of the target instance when needed for #disambiguation.
-
href(optional):
string
Read Only:
true
Reference of the supporting resource. -
id(optional):
string
Unique identifier of the supporting resource.
-
name(optional):
string
Name of the resource supporting the service.
object
-
assignmentState(optional):
string
Allowed Values:
[ "PENDING_ASSIGN", "ASSIGNED", "PENDING_UNASSIGN", "UNASSIGNED", "DISCONNECTED", "TRANSITIONAL", "PORTED" ]
The list of valid values for assignment state. -
consumerName(optional):
string
The name of the service consumer.
-
referenceState(optional):
string
Allowed Values:
[ "PENDING_REFERENCE", "REFERENCED", "PENDING_UNREFERENCE", "UNREFERENCED" ]
The list of valid values for reference state.
206 Response
object
-
category(optional):
string
Indicates if it is customer facing or resource facing service.
-
description(optional):
string
A free-text description for the service.
-
endDate(optional):
string(date-time)
The date and time when the service is no longer effective.
-
externalIdentity(optional):
object ExternalIdentity
An external identity.
-
hasStarted(optional):
boolean
Flag indicates that service is started.
-
href(optional):
string
Read Only:
true
The URI for the service class. -
id(optional):
string
Read Only:
true
The ID of the service. -
isServiceEnabled(optional):
boolean
If FALSE, this particular Service has NOT been enabled for use
-
name(optional):
string
The name of the service.
-
place(optional):
array place
The list of associated geographic places, list of assigned/referenced geographic places, list of associated places on supported resources.
- relatedParty(optional): array relatedParty
-
serviceCharacteristic(optional):
array serviceCharacteristic
A list of characteristics that characterize this service (ServiceCharacteristic [*])
-
serviceDate(optional):
string(date-time)
Date and time when the service was created (whatever its status).
-
serviceRelationship(optional):
array serviceRelationship
A list of service relationships (ServiceRelationship [*]). Describes links with other service(s) in the inventory (useful for describing relies-on, relies-from between CFS for example).
-
serviceSpecification:
object Specification
A specification.
-
startDate(optional):
string(date-time)
The date and time when the service is started.
-
state(optional):
string
Allowed Values:
[ "designed", "inactive", "active", "terminated", "pendingCancel", "cancelled", "pendingDisconnect", "cancelPendingDisconnect" ]
Valid values for the lifecycle state of the service. -
supportingResource(optional):
array supportingResource
A list of supporting resources (SupportingResource [*]).For CFS list includes all the supporting resources of RFS.
-
supportingService(optional):
array supportingService
A list of supporting services (SupportingService [*]). A collection of services that support this service.
object
-
externalArrangement(optional):
string
Allowed Values:
[ "LEASED_IN", "FEDERATED", "LEASED_OUT", "SHARED" ]
The type of federation model between UIM and the external party for the given entity. -
externalManagementDomain(optional):
string
The external system, domain name, party, or participant in a federation solution.
-
externalName(optional):
string
The business-meaningful name of the business entity.
-
externalObjectId(optional):
string
The ID for a business entity.
array
-
Array of:
PlaceServiceRef
The place reference on a service.
array
-
Array of:
object Characteristic
A characteristic of an object or entity represented by a name-value pair.
array
-
Array of:
object ServiceRelationship
Describes links with services of the same category (useful for bundled services).
object
-
description(optional):
string
Details about the specification.
-
endDate(optional):
string(date-time)
The date and time when the specification ends.
-
entityType(optional):
string
Allowed Values:
[ "CustomObject", "CustomNetworkAddress", "DeviceInterface", "Equipment", "EquipmentHolder", "FlowIdentifier", "GeographicLocation", "GeographicSite", "GeographicAddress", "InventoryGroup", "LogicalDevice", "LogicalDeviceAccount", "MediaStream", "Network", "PhysicalConnector", "PhysicalDevice", "PhysicalPort", "Pipe", "Service", "TelephoneNumber", "IPv4Address", "IPv6Address", "IPSubnet", "NetworkAddressDomain", "Connectivity", "Party", "ServiceConfigurationVersion" ]
The list of valid values for an entity class. -
href(optional):
string(uri)
The URI for the specification.
-
id:
string
The ID of the specification, which is the same as the name of the specification.
-
name(optional):
string
The name of the specification.
-
startDate(optional):
string(date-time)
The date and time when the specification starts.
-
version(optional):
string
The version of the specification, which is always 1.
array
-
Array of:
ResourceServiceRef
The resource reference on a service.
array
-
Array of:
object Service
Service Class.
-
object
PlaceRef
A place to associate with the resource/service.
-
object
PlaceServiceRef-allOf[1]
object
-
@referredType(optional):
string
Concrete Type of the Place, in case of dis-ambiguity.
-
href(optional):
string(uri)
The URI for the place.
-
id(optional):
string
The ID of the place.
-
name(optional):
string
The name of the place.
-
referrerRole(optional):
string
The role of the associated resource.
-
role(optional):
string
The role of the place.
object
-
assignmentState(optional):
string
Allowed Values:
[ "PENDING_ASSIGN", "ASSIGNED", "PENDING_UNASSIGN", "UNASSIGNED", "DISCONNECTED", "TRANSITIONAL", "PORTED" ]
The list of valid values for assignment state. -
consumerName(optional):
string
The name of the service consumer.
-
referenceState(optional):
string
Allowed Values:
[ "PENDING_REFERENCE", "REFERENCED", "PENDING_UNREFERENCE", "UNREFERENCED" ]
The list of valid values for reference state. -
referenceType(optional):
string
Allowed Values:
[ "Association", "Assignment", "Reference", "ResourceNetworkLocation", "ResourceAssociation" ]
Valid values for the list of supported reference types. -
resourceName(optional):
string
The name of the resource on which place is associated. This will be populated when ReferenceType is set to 'ResourceNetworkLocation' or 'ResourceAssociation'.
-
object
RelatedPartyRef
A related party, which defines a party or party role linked to a specific entity.
-
object
RelatedPartyServiceRef-allOf[1]
object
-
@referredType(optional):
string
Concrete Type of the Party, in case of dis-ambiguity. Default is 'Party'.
-
href(optional):
string(uri)
The URI for the related party.
-
id(optional):
string
The ID of the related party.
-
name(optional):
string
The name of the related party.
-
role(optional):
string
The role of the related party.
object
-
assignmentState(optional):
string
Allowed Values:
[ "PENDING_ASSIGN", "ASSIGNED", "PENDING_UNASSIGN", "UNASSIGNED", "DISCONNECTED", "TRANSITIONAL", "PORTED" ]
The list of valid values for assignment state. -
consumerName(optional):
string
The name of the service consumer.
-
referenceState(optional):
string
Allowed Values:
[ "PENDING_REFERENCE", "REFERENCED", "PENDING_UNREFERENCE", "UNREFERENCED" ]
The list of valid values for reference state. -
referenceType(optional):
string
Allowed Values:
[ "Association", "Assignment", "Reference", "ResourceNetworkLocation", "ResourceAssociation" ]
Valid values for the list of supported reference types.
object
-
@schemaLocation(optional):
string(uri)
The URI for the JSON Schema file that defines additional attributes and relationships.
-
@type(optional):
string
The entity type of the object. This is useful for EntityLink characters and when the value is set with an actual object and the valueType is an object.
-
name:
string
The name of the characteristic.
-
value:
object value
The value of the characteristic.
-
valueType(optional):
string
Allowed Values:
[ "ALPHANUMERIC", "NUMERIC", "BOOLEAN", "DATE", "OBJECT", "URL" ]
The data type for the characteristics's value.
object
object
-
relationshipType:
string
The type of relationship (e.g. depends on, enables)
-
service:
object Service
Service Class.
object
-
@referredType(optional):
string
The actual type of the target instance when needed for #disambiguation.
-
href(optional):
string
Read Only:
true
Reference of the supporting resource. -
id(optional):
string
Unique identifier of the supporting resource.
-
name(optional):
string
Name of the resource supporting the service.
object
-
assignmentState(optional):
string
Allowed Values:
[ "PENDING_ASSIGN", "ASSIGNED", "PENDING_UNASSIGN", "UNASSIGNED", "DISCONNECTED", "TRANSITIONAL", "PORTED" ]
The list of valid values for assignment state. -
consumerName(optional):
string
The name of the service consumer.
-
referenceState(optional):
string
Allowed Values:
[ "PENDING_REFERENCE", "REFERENCED", "PENDING_UNREFERENCE", "UNREFERENCED" ]
The list of valid values for reference state.
400 Response
object
-
code(optional):
string
The error code.
-
entityType(optional):
string
Allowed Values:
[ "CustomObject", "CustomNetworkAddress", "DeviceInterface", "Equipment", "EquipmentHolder", "FlowIdentifier", "GeographicLocation", "GeographicSite", "GeographicAddress", "InventoryGroup", "LogicalDevice", "LogicalDeviceAccount", "MediaStream", "Network", "PhysicalConnector", "PhysicalDevice", "PhysicalPort", "Pipe", "Service", "TelephoneNumber", "IPv4Address", "IPv6Address", "IPSubnet", "NetworkAddressDomain", "Connectivity", "Party", "ServiceConfigurationVersion" ]
The list of valid values for an entity class. -
message(optional):
array message
The text that provides more details about the error as well as corrective actions.
-
reason(optional):
string
The short, user-friendly summary of the problem, which does not change for subsequent occurrences of the problem.
-
referenceError(optional):
string
The URL pointing to the documentation that describes the error.
-
status(optional):
string
The HTTP error code extension, such as 400-2.
array
401 Response
object
-
code(optional):
string
The error code.
-
entityType(optional):
string
Allowed Values:
[ "CustomObject", "CustomNetworkAddress", "DeviceInterface", "Equipment", "EquipmentHolder", "FlowIdentifier", "GeographicLocation", "GeographicSite", "GeographicAddress", "InventoryGroup", "LogicalDevice", "LogicalDeviceAccount", "MediaStream", "Network", "PhysicalConnector", "PhysicalDevice", "PhysicalPort", "Pipe", "Service", "TelephoneNumber", "IPv4Address", "IPv6Address", "IPSubnet", "NetworkAddressDomain", "Connectivity", "Party", "ServiceConfigurationVersion" ]
The list of valid values for an entity class. -
message(optional):
array message
The text that provides more details about the error as well as corrective actions.
-
reason(optional):
string
The short, user-friendly summary of the problem, which does not change for subsequent occurrences of the problem.
-
referenceError(optional):
string
The URL pointing to the documentation that describes the error.
-
status(optional):
string
The HTTP error code extension, such as 400-2.
array
403 Response
object
-
code(optional):
string
The error code.
-
entityType(optional):
string
Allowed Values:
[ "CustomObject", "CustomNetworkAddress", "DeviceInterface", "Equipment", "EquipmentHolder", "FlowIdentifier", "GeographicLocation", "GeographicSite", "GeographicAddress", "InventoryGroup", "LogicalDevice", "LogicalDeviceAccount", "MediaStream", "Network", "PhysicalConnector", "PhysicalDevice", "PhysicalPort", "Pipe", "Service", "TelephoneNumber", "IPv4Address", "IPv6Address", "IPSubnet", "NetworkAddressDomain", "Connectivity", "Party", "ServiceConfigurationVersion" ]
The list of valid values for an entity class. -
message(optional):
array message
The text that provides more details about the error as well as corrective actions.
-
reason(optional):
string
The short, user-friendly summary of the problem, which does not change for subsequent occurrences of the problem.
-
referenceError(optional):
string
The URL pointing to the documentation that describes the error.
-
status(optional):
string
The HTTP error code extension, such as 400-2.
array
404 Response
object
-
code(optional):
string
The error code.
-
entityType(optional):
string
Allowed Values:
[ "CustomObject", "CustomNetworkAddress", "DeviceInterface", "Equipment", "EquipmentHolder", "FlowIdentifier", "GeographicLocation", "GeographicSite", "GeographicAddress", "InventoryGroup", "LogicalDevice", "LogicalDeviceAccount", "MediaStream", "Network", "PhysicalConnector", "PhysicalDevice", "PhysicalPort", "Pipe", "Service", "TelephoneNumber", "IPv4Address", "IPv6Address", "IPSubnet", "NetworkAddressDomain", "Connectivity", "Party", "ServiceConfigurationVersion" ]
The list of valid values for an entity class. -
message(optional):
array message
The text that provides more details about the error as well as corrective actions.
-
reason(optional):
string
The short, user-friendly summary of the problem, which does not change for subsequent occurrences of the problem.
-
referenceError(optional):
string
The URL pointing to the documentation that describes the error.
-
status(optional):
string
The HTTP error code extension, such as 400-2.
array
500 Response
object
-
code(optional):
string
The error code.
-
entityType(optional):
string
Allowed Values:
[ "CustomObject", "CustomNetworkAddress", "DeviceInterface", "Equipment", "EquipmentHolder", "FlowIdentifier", "GeographicLocation", "GeographicSite", "GeographicAddress", "InventoryGroup", "LogicalDevice", "LogicalDeviceAccount", "MediaStream", "Network", "PhysicalConnector", "PhysicalDevice", "PhysicalPort", "Pipe", "Service", "TelephoneNumber", "IPv4Address", "IPv6Address", "IPSubnet", "NetworkAddressDomain", "Connectivity", "Party", "ServiceConfigurationVersion" ]
The list of valid values for an entity class. -
message(optional):
array message
The text that provides more details about the error as well as corrective actions.
-
reason(optional):
string
The short, user-friendly summary of the problem, which does not change for subsequent occurrences of the problem.
-
referenceError(optional):
string
The URL pointing to the documentation that describes the error.
-
status(optional):
string
The HTTP error code extension, such as 400-2.
array
Examples
This example shows how to get the details for all services by submitting a GET request on the REST resource using cURL. For more information about cURL, see Install and Use cURL.
cURL Command
curl -X GET "http://hostname:port/InventoryRSOpenAPI/serviceInventoryManagement/version/service?sort=-id" -H credentials
where:
- hostname is the URL for the UIM REST server.
- port is the port for the UIM REST server.
- version is the version of the API you're using.
- credentials is the base64 encoding of the user ID and password joined by a single colon (ID:password). See Authentication and Authorization.
- name is the name of the flow identifier to get.
Example of Response Body
This example shows the contents of the response body in JSON format. It shows only the customer facing services (CFS), in descending order of ID. For a complete list of services, you'd include the query parameter ???includeAll=true??? in the cURL command.
[
{
"id": "450005",
"href": "http://hostname:port/InventoryRSOpenAPI/serviceInventoryManagement/version/service/450005",
"category": "CFS",
"description": "Email CFS",
"hasStarted": true,
"isServiceEnabled": false,
"name": "EmaiLCFS",
"serviceDate": "2019-11-27T16:05:01.442Z",
"supportingResource": [
{
"id": "22-300001",
"href": "http://hostname:port/InventoryRSOpenAPI/resourceInventoryManagement/version/resource/22-300001",
"name": "BALU EMAIL ACCOUNT",
"@referredType": "LogicalDeviceAccount",
"consumerName": "Email RFS",
"assignmentState": "ASSIGNED"
},
{
"id": "1-675003",
"href": "http://hostname:port/InventoryRSOpenAPI/resourceInventoryManagement/version/resource/1-675003",
"name": "Email LD",
"@referredType": "LogicalDevice",
"consumerName": "Email RFS",
"referenceState": "REFERENCED"
}
],
"startDate": "2019-11-27T15:58:21.066Z",
"relatedParty": [
{
"id": "225002",
"href": "http://hostname:port/InventoryRSOpenAPI/party/225002",
"name": "Snow White",
"role": "Customer",
"referenceType": "Association",
"consumerName": "EmaiLCFS"
}
],
"serviceCharacteristic": [
{
"name": "serviceRelType1",
"valueType": "ALPHANUMERIC",
"value": "relies-on",
"serviceName": "EmaiLCFS"
},
{
"name": "category",
"valueType": "ALPHANUMERIC",
"value": "CFS",
"serviceName": "EmaiLCFS"
},
{
"name": "serviceRel1",
"valueType": "ALPHANUMERIC",
"value": "BroadbandCFS",
"serviceName": "EmaiLCFS"
}
],
"serviceRelationship": [
{
"relationshipType": "relies-on",
"service": {
"id": "450001",
"href": "http://hostname:port/InventoryRSOpenAPI/serviceInventoryManagement/version/service/450001"
}
}
],
"supportingService": [
{
"id": "450006",
"href": "http://hostname:port/InventoryRSOpenAPI/serviceInventoryManagement/version/service/450006",
"name": "Email RFS"
}
],
"serviceSpecification": {
"id": "Email_CFS",
"href": "http://hostname:port/InventoryRSOpenAPI/specification/Email_CFS",
"name": "Email_CFS",
"version": "1",
"entityType": "Service",
"startDate": "2019-11-27T00:00:01.000Z",
"endDate": "2038-01-19T08:44:07.000Z"
},
"state": "inactive",
"place": [
{
"id": "HYD",
"href": "http://hostname:port/InventoryRSOpenAPI/place/HYD",
"name": "HYD",
"referenceType": "ResourceNetworkLocation",
"consumerName": "Email RFS",
"resourceName": "Email LD"
}
]
}
]