How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

MEF Service Ordering Management (Mef Lso Legato Service Ordering Management)

MEF Service Ordering Management from MEF — 4 path(s) described in OpenAPI.

MEF Service Ordering Management (Mef Lso Legato Service Ordering Management) is one of 95 APIs that MEF publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 4 paths, organized into 2 resource areas, and defines 51 schemas. It is described by OpenAPI 3.0.1, at version 6.0.1.

Requests are made against a single base URL, https://{serverBase}/mefApi/legato/serviceOrderingManagement/v6/.

6 operations 4 paths 51 schemas 1 DELETE3 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
6.0.1
Base URL
https://{server}:{port}{basePath}
Resource Areas
2

Paths & Operations 6

Across 4 paths, the API surfaces 6 operations — 1 DELETE, 3 GET, 2 POST. They span 2 resource areas: Service Order, Events subscription. Each is listed below with its method, path, parameters, and response codes.

Service Order 3

Operations for Service Order Resource

GET
/serviceOrder
List or find ServiceOrder objects
listServiceOrder 11 params → 200400401403422500
POST
/serviceOrder
Creates a ServiceOrder
createServiceOrder body → 201400401403422500
GET
/serviceOrder/{id}
Retrieves a ServiceOrder by ID
retrieveServiceOrder 1 param → 200400401403404500
Events subscription 3

Endpoints to register and terminate an Event Listener

POST
/hub
Register a listener
registerListener body → 201400401403422500
GET
/hub/{id}
Retrieves a EventSubscription by ID
retrieveEventSubscription 1 param → 200400401403404500
DELETE
/hub/{id}
Unregister a listener
unregisterListener 1 param → 204400401403404422500

Schemas 51

The contract defines 51 schemas that model the data the API accepts and returns. The most detailed are FieldedAddressRepresentation (20 properties), ServiceValue (15 properties), ServiceOrder_Common (8 properties), ServiceOrderItem_Common (7 properties). Each schema is shown below with its type and property counts.

BusSofType
string
An enumeration with BUS and SOF values.
ContactInformation
object
Contact data for a person or organization that is involved in the product offering qualification. In a given context it is always specified by the SOF (e.g. SO…
6 properties 3 required
Duration
object
A Duration in a given unit of time e.g. 3 hours, or 5 days.
2 properties 2 required
Error
object
Standard Class used to describe API response error Not intended to be used directly. The code in the HTTP header is used as a discriminator for the type of err…
3 properties 1 required
Error400
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error400Code
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error401
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error403
Forbidden. This code indicates that the server understood the request but refuses to authorize it. (https://tools.ietf.org/html/rfc7231section-6.5.3)
Error403Code
string
This code indicates that the server understood the request but refuses to authorize it because of one of the following error codes: - accessDenied: Access deni…
Error404
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
Error422
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error422Code
string
One of the following error codes: - missingProperty: The property that was expected is not present in the payload - invalidValue: The property has an incorrect…
Error500
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
EventSubscription
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
EventSubscriptionInput
object
This class is used to register for Notifications.
2 properties 1 required
FieldedAddressRepresentation
object
A type of Address that has a discrete field and value for each type of boundary or identifier down to the lowest level of detail. For example "street number" i…
20 properties
FormattedAddressRepresentation
object
A freeform text representation agreed to by the BUS and SOF.
2 properties 1 required
GeographicAddressRef
object
A reference to a Geographic Address resource available through Address Validation API.
3 properties 2 required
GeographicAddress_Query
object
A list of representations being a subset of Geographic Address entity. This is to be used when providing a list of representations to validate a Geographic Add…
5 properties 1 required
GeographicPointRepresentation
object
A GeographicPointRepresentation defines a geographic point through coordinates.
4 properties 3 required
GeographicSiteRef
object
A reference to a Geographic Site resource available through Service Site API
3 properties 2 required
LabelRepresentation
object
A unique identifier controlled by a generally accepted independent administrative authority that specifies a fixed geographical location.
3 properties 2 required
MefServiceConfiguration
object
MefServiceConfiguration is used as an extension point for MEF specific service payload. The @type attribute is used as a discriminator
1 property 1 required
Note_BusSof
object
Extra information about a given entity. Only useful in processes involving human interaction. Not applicable for an automated process.
5 properties 5 required
OrderCoordinatedAction
object
The interval after the completion of one or more related Order that this Order can be started or completed
3 properties 3 required
OrderItemCoordinatedAction
object
The interval after the completion of one or more related Order Items that this Order Item can be started or completed
3 properties 3 required
OrderItemCoordinationDependencyType
string
Possible values of the Order Item Coordination Dependency | OrderItemCoordinationDependencyType | Description | |-------------------------------------|--------…
PlaceRefOrQuery
object
A place described by reference to a Geographic Address, Geographic Site or by Geographic Address Representations.
RelatedContactInformation
object
Contact information of an individual or organization playing a role for this Order Item. The rule for mapping a represented attribute value to a role is to use…
7 properties 4 required
RelatedPlaceRefOrQuery
object
Allows pointing to a place by referring to a GeographicAddress, GeographicSite, or providing GeographicAddress by value. It also provides additional informatio…
3 properties 2 required
SubUnit
object
Allows for sub unit identification
2 properties 2 required
ServiceActionType
string
Action to be applied to the Service referred by this Service Order Item
ServiceOrder
A Service Order is used to request operations on a Service instance. A Service Order groups one or more one Service Order Items - one per specific action on a…
ServiceOrderItem
ServiceOrderItemRef
object
A reference to a Service Order Item. When referencing item from within the same Service Order, the serviceOrderId and serviceOrderHref MUST be empty.
3 properties 1 required
ServiceOrderItemRelationship
object
Specifies the type (nature) of the relationship to the related Service. The nature of required relationships varies for Services of different types. For exampl…
2 properties 2 required
ServiceOrderItemStateType
Possible values for the state of a Service Order | State | Description | | ------------ | ---------------------------------------------------------------------…
ServiceOrderItem_Common
object
An identified part of the order. A service order is decomposed into one or more order items. This type holds the attributes common to request and response repr…
7 properties 3 required
ServiceOrderItem_Create
ServiceOrderRef
object
Reference to a Service Order instance.
2 properties 1 required
ServiceOrderRelationship
object
Reference to a related Service Order and the type of that association.
2 properties 2 required
ServiceOrderStateType
Possible values for the state of a Service Order | State | Description | | ------------ | ---------------------------------------------------------------------…
ServiceOrder_Common
object
A Service Order is used to request operations on a Service instance. A Service Order groups one or more one Service Order Items - one per specific action on a…
8 properties 2 required
ServiceOrder_Create
A Service Order is used to request operations on a Service instance. A Service Order groups one or more one Service Order Items - one per specific action on a…
ServiceRef
object
Reference to a Service instance.
2 properties 1 required
ServiceRelationship
object
A relationship to an existing Service. The requirements for usage for given Service are described in the Service Specification.
2 properties 2 required
ServiceStateType
string
Valid values for the lifecycle state of the Service. | State | Description | | ------------------ | -----------------------------------------------------------…
ServiceValue
object
ServiceValue is a base class for defining the Service.
15 properties
TerminationError
object
This indicates an error that caused an Item to be terminated. The code and propertyPath should be used like in Error422.
3 properties
TimeUnit
string
Represents a unit of time.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

mef-lso-legato-service-ordering-management-openapi.yml Raw ↑

Other APIs MEF publishes across the network.

MEF LSO Interlude MEF 133.1 streaming template
MEF LSO Legato Legato Service Catalog API
MEF LSO Legato Legato Service Catalog Notification API
MEF Alarm Management (Mef Lso Allegro Alarm Management)
MEF Alarm Notification (Mef Lso Allegro Alarm Notification)
MEF Fault Management (Mef Lso Allegro Fault Management)
MEF Fault Management Notification (Mef Lso Allegro Fault Notification)
MEF Performance Monitoring (Mef Lso Allegro Performance Monitoring)
MEF Performance Monitoring Notification (Mef Lso Allegro Performance Notification)
MEF Service Function Testing Notification (Mef Lso Allegro Service Function Test Notification)
MEF Service Function Testing (Mef Lso Allegro Service Function Test)
MEF Service Inventory Management (Mef Lso Allegro Service Inventory Management)
Where this information came from

This is an independent, third-party profile of MEF Service Ordering Management (Mef Lso Legato Service Ordering Management), published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.