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 Function Testing (Mef Lso Interlude Service Function Test)

MEF Service Function Testing from MEF — 16 path(s) described in OpenAPI.

MEF Service Function Testing (Mef Lso Interlude Service Function Test) 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 25 operations across 16 paths, organized into 8 resource areas, and defines 51 schemas. It is described by OpenAPI 3.0.1, at version 3.0.0.

Requests are made against a single base URL, https://{serverBase}/mefApi/interlude/serviceFunctionTesting/v3/.

25 operations 16 paths 51 schemas 2 DELETE15 GET1 PATCH7 POST

Metadata

The identity and technical contract details declared by the specification.

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

Paths & Operations 25

Across 16 paths, the API surfaces 25 operations — 2 DELETE, 15 GET, 1 PATCH, 7 POST. They span 8 resource areas: testJob, cancelTestJob, suspendTestJob, resumeTestJob, modifyTestJob, testProfile, testResult, events subscription. Each is listed below with its method, path, parameters, and response codes.

testJob 3
GET
/testJob
List or find TestJob objects.
listTestJob 10 params → 200400401403422500
POST
/testJob
Creates a TestJob.
createTestJob body → 201400401403422500
GET
/testJob/{id}
Retrieves a TestJob by ID.
retrieveTestJob 1 param → 200400401403404500
cancelTestJob 3
GET
/cancelTestJob
Lists or finds CancelTestJob objects.
listCancelTestJob 6 params → 200400401403422500
POST
/cancelTestJob
A request initiated by the Buyer/Client to cancel a Test Job in the Seller/Server system.
createCancelTestJob body → 201400401403422500
GET
/cancelTestJob/{id}
Retrieves a CancelTestJob by ID.
retrieveCancelTestJob 1 param → 200400401403404500
suspendTestJob 3
GET
/suspendTestJob
Lists or finds SuspendTestJob objects.
listSuspendTestJob 6 params → 200400401403422500
POST
/suspendTestJob
A request initiated by the Buyer/Client to suspend a Test Job in the Seller/Server system.
createSuspendTestJob body → 201400401403422500
GET
/suspendTestJob/{id}
Retrieves a SuspendTestJob by ID.
retrieveSuspendTestJob 1 param → 200400401403404500
resumeTestJob 3
GET
/resumeTestJob
Lists or finds ResumeTestJob objects.
listResumeTestJob 6 params → 200400401403422500
POST
/resumeTestJob
A request initiated by the Buyer/Client to resume a Test Job in the Seller/Server system.
createResumeTestJob body → 201400401403422500
GET
/resumeTestJob/{id}
Retrieves a ResumeTestJob by ID.
retrieveResumeTestJob 1 param → 200400401403404500
modifyTestJob 3
GET
/modifyTestJob
Lists or finds ModifyTestJob objects.
listModifyTestJob 6 params → 200400401403422500
POST
/modifyTestJob
A request initiated by the Buyer/Client to modify a Test Job in the Seller/Server system.
createModifyTestJob body → 201400401403422500
GET
/modifyTestJob/{id}
Retrieves a ModifyTestJob by ID.
retrieveModifyTestJob 1 param → 200400401403404500
testProfile 5
GET
/testProfile
List or find Test Profile objects.
listTestProfile 7 params → 200400401403422500
POST
/testProfile
Creates a TestProfile.
createTestProfile body → 201400401403422500
GET
/testProfile/{id}
Retrieves a Test Profile by ID.
retrieveTestProfile 1 param → 200400401403404500
DELETE
/testProfile/{id}
Deletes a Test Profile.
deleteTestProfile 1 param → 204400401403404422500
PATCH
/testProfile/{id}
Modifies partially a TestProfile.
modifyTestProfile 1 param body → 200400401403404409500
testResult 2
GET
/testResult
List or find TestJob objects.
listTestResult 11 params → 200400401403422500
GET
/testResult/{id}
Retrieves a TestResult by ID.
retrieveTestResult 1 param → 200400401403404500
events subscription 3
POST
/hub
Register a listener
registerListener body → 201400401403500501
GET
/hub/{id}
Retrieves a Hub by ID.
retrieveHub 1 param → 200400401403404500501
DELETE
/hub/{id}
Unregister a listener
unregisterListener 1 param → 204400401403404500501

Schemas 51

The contract defines 51 schemas that model the data the API accepts and returns. The most detailed are ModifyTestJob_Common (10 properties), TestProfile_Common (9 properties), TestJob_Common (9 properties), TestJob_Find (7 properties). Each schema is shown below with its type and property counts.

CancelTestJob
CancelTestJob_Common
object
Request for cancellation of an existing Test Job
2 properties 1 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)
Error409
Conflict (https://datatracker.ietf.org/doc/html/rfc7231section-6.5.8)
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 the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error500
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error501
Not Implemented. Used in case Seller is not supporting an optional operation (https://tools.ietf.org/html/rfc7231section-6.6.2)
EventSubscription
1 required
EventSubscriptionInput
object
This class is used to register for Notifications.
2 properties 2 required
ModifyTestJob
ModifyTestJob_Common
object
Request for modification of an existing Test Job
10 properties 1 required
RelatedContact
object
6 properties
ResumeTestJob
ResumeTestJob_Common
object
Request for resumption of an existing Test Job
2 properties 1 required
ServiceRef
object
Reference to a Service instance.
2 properties 1 required
ServiceSpecificTestResultConfiguration
object
ServiceSpecificTestResultConfiguration is used as an extension point for schema to be used that defines the Test Result attributes. The @type attribute is used…
1 property 1 required
ServiceSpecificTestJobConfiguration
object
ServiceSpecificTestJobConfiguration is used as an extension point for schema to be used that defines the Test Measure attributes. The @type attribute is used a…
1 property 1 required
ServiceSpecificTestProfileConfiguration
object
ServiceSpecificTestProfileConfiguration is used as an extension point for for schema that define how a test is performed for a given Test Specification. The @t…
1 property 1 required
ServiceSpecificationRef
object
2 properties 1 required
SuspendTestJob
SuspendTestJob_Common
object
Request for suspension of an existing Test Job
2 properties 1 required
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
TestJob
TestJobProcessStateType
string
The state of the process related to Test Job | state | Mplify 136.1 name | Description | | -------------- | --------------- | ---------------------------------…
TestJobRef
object
A reference to a Test Job resource
2 properties 1 required
TestJobStateType
string
The state of the Test Job. | State | Mplify 136.1 name | Description | | -------------------------| -----------------------| ----------------------------------…
TestJob_Common
object
A definition of Test Job for a specific Service Identifier.
9 properties 6 required
TestJob_Find
object
This class represents a single list item for the response of listTestJob
7 properties 7 required
TestProfile
object
5 properties 3 required
TestProfileLifecycleStateType
string
Current lifecycle status of the Test Profile. | State | Mplify 136.1 name | Description | | -------------- | ------------------- | ----------------------------…
TestProfileLifecycleStatusType
string
Current lifecycle status of the Test Profile. | Status | Mplify 136.1 name | Description | | -------------- | ------------------- | ---------------------------…
TestProfileRef
A reference to a Test Profile resource
TestProfileRefOrValue
object
Defines the reference to Test Profile or defines values from TestProfile type.
1 property 1 required
TestProfileRelationship
object
6 properties 4 required
TestProfileRelationshipRole
string
Role of the relationship. | role | Mplify 136.1 name | Description | | ------------- | ------------------ | ---------------------------------------------------…
TestProfileValue
Direct assignment of values defined by TestProfile type to TestJob object. Necessary when TestJob is created without reference to TestProfile.
TestProfile_Common
object
Detailed specification that includes the Test Job attributes and Service Specifications that are specified to be tested by this Test Profile.
9 properties
TestProfile_Create
5 required
TestProfile_Modify
TestResult
TestResult_Common
object
The execution of a Test Job creates Test Result that provide Buyer/Client with the results of the Job.
7 properties 7 required
TimeUnit
string
Represents a unit of time.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

mef-lso-interlude-service-function-test-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 Function Testing (Mef Lso Interlude Service Function Test), 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.