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 operations16 paths51 schemas2 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.
listTestJob10 params→ 200400401403422500
POST
/testJob
Creates a TestJob.
createTestJobbody→ 201400401403422500
GET
/testJob/{id}
Retrieves a TestJob by ID.
retrieveTestJob1 param→ 200400401403404500
cancelTestJob 3
GET
/cancelTestJob
Lists or finds CancelTestJob objects.
listCancelTestJob6 params→ 200400401403422500
POST
/cancelTestJob
A request initiated by the Buyer/Client to cancel a Test Job in the Seller/Server system.
createCancelTestJobbody→ 201400401403422500
GET
/cancelTestJob/{id}
Retrieves a CancelTestJob by ID.
retrieveCancelTestJob1 param→ 200400401403404500
suspendTestJob 3
GET
/suspendTestJob
Lists or finds SuspendTestJob objects.
listSuspendTestJob6 params→ 200400401403422500
POST
/suspendTestJob
A request initiated by the Buyer/Client to suspend a Test Job in the Seller/Server system.
createSuspendTestJobbody→ 201400401403422500
GET
/suspendTestJob/{id}
Retrieves a SuspendTestJob by ID.
retrieveSuspendTestJob1 param→ 200400401403404500
resumeTestJob 3
GET
/resumeTestJob
Lists or finds ResumeTestJob objects.
listResumeTestJob6 params→ 200400401403422500
POST
/resumeTestJob
A request initiated by the Buyer/Client to resume a Test Job in the Seller/Server system.
createResumeTestJobbody→ 201400401403422500
GET
/resumeTestJob/{id}
Retrieves a ResumeTestJob by ID.
retrieveResumeTestJob1 param→ 200400401403404500
modifyTestJob 3
GET
/modifyTestJob
Lists or finds ModifyTestJob objects.
listModifyTestJob6 params→ 200400401403422500
POST
/modifyTestJob
A request initiated by the Buyer/Client to modify a Test Job in the Seller/Server system.
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 properties1 required
Duration
object
A Duration in a given unit of time e.g. 3 hours, or 5 days.
2 properties2 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 properties1 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…
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)
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 properties2 required
ModifyTestJob
ModifyTestJob_Common
object
Request for modification of an existing Test Job
10 properties1 required
RelatedContact
object
6 properties
ResumeTestJob
ResumeTestJob_Common
object
Request for resumption of an existing Test Job
2 properties1 required
ServiceRef
object
Reference to a Service instance.
2 properties1 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 property1 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 property1 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 property1 required
ServiceSpecificationRef
object
2 properties1 required
SuspendTestJob
SuspendTestJob_Common
object
Request for suspension of an existing Test Job
2 properties1 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 properties1 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 properties6 required
TestJob_Find
object
This class represents a single list item for the response of listTestJob
7 properties7 required
TestProfile
object
5 properties3 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 property1 required
TestProfileRelationship
object
6 properties4 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 properties7 required
TimeUnit
string
Represents a unit of time.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Every API here is available over the API and to AI agents over MCP. APIs is not yet its own endpoint on the v1 API. Reach this content through network search and the tag graph, or the MCP server below.
Installs https://mcp.apievangelist.com/mcp in Claude, Cursor, VS Code and the rest — one button, every client.
MCP tools for apis
4 tools reach this content
search_api_evangelistSearch every content type across the network at once.
find_relatedThe shared-tag relevance graph — what else covers this.
get_tagEverything one tag labels, across all content types.
guide_topicPRO — a curated bundle for a topic: area, guidance, rules, papers, stories, services.
A second provider on the same verified email joins the account you already have.
Your account
ⓘ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.