"summary":"Retrieve the MTS capability informations",
"description":"Used to query information about the MTS information. Typically used in the 'Get MTS service Info from the MTS Service' procedure as described in clause 6.2.6.",
"operationId":"mtsCapabilityInfoGET",
@@ -61,9 +59,7 @@
},
"/mts_sessions":{
"get":{
"tags":[
"mts"
],
"tags":["mts"],
"summary":"Retrieve information about a list of MTS sessions",
"description":"Retrieves information about a list of MTS sessions. Typically used in the 'Get configured MTS Session Info from the MTS Service' procedure as described in clause 6.2.10.",
"operationId":"mtsSessionsListGET",
@@ -104,9 +100,7 @@
}
},
"post":{
"tags":[
"mts"
],
"tags":["mts"],
"summary":"Create a MTS session",
"description":"Used to create a MTS session. This method is typically used in 'Register application to the MTS Service' procedure as described in clause 6.2.7.",
"operationId":"mtsSessionPOST",
@@ -147,9 +141,7 @@
},
"/mts_sessions/{sessionId}":{
"get":{
"tags":[
"mts"
],
"tags":["mts"],
"summary":"Retrieve information about specific MTS session",
"description":"Retrieves information about an individual MTS session. Typically used in the 'Get configured MTS Session Info from the MTS Service' procedure as described in clause 6.2.10.",
"operationId":"mtsSessionGET",
@@ -181,9 +173,7 @@
}
},
"put":{
"tags":[
"mts"
],
"tags":["mts"],
"summary":"Update the information about specific MTS session",
"description":"Updates the information about an individual MTS session. As specified in ETSI GS MEC 009 [6], the PUT HTTP method has 'replace' semantics. ",
"operationId":"mtsSessionPUT",
@@ -229,9 +219,7 @@
}
},
"delete":{
"tags":[
"mts"
],
"tags":["mts"],
"summary":"Remove specific MTS session",
"description":"DELETE method is typically used in 'Unregister from the MTS Service' procedure as described in clause 6.2.8.",
"operationId":"mtsSessionDELETE",
@@ -378,11 +366,7 @@
}
}
},
"required":[
"accessId",
"accessType",
"metered"
],
"required":["accessId","accessType","metered"],
"minItems":1,
"type":"array",
"x-etsi-mec-cardinality":"1..N",
@@ -417,19 +401,13 @@
"x-etsi-mec-origin-type":"Uint32"
}
},
"required":[
"seconds",
"nanoSeconds"
],
"required":["seconds","nanoSeconds"],
"type":"object",
"x-etsi-mec-cardinality":"0..1",
"x-etsi-mec-origin-type":"Structure (inlined)"
}
},
"required":[
"mtsAccessInfo",
"mtsMode"
],
"required":["mtsAccessInfo","mtsMode"],
"type":"object",
"x-etsi-notes":"NOTE:\tA metered connection is a network connection that has a maximum data usage in a specific period, e.g. per hour/day/week/month. The user may get billed extra charges if they go over the allotted amount.",
"x-etsi-ref":"7.2.4"
@@ -561,10 +539,7 @@
},
"requestType":{
"description":"Numeric value (0 - 255) corresponding to specific type of consumer as following: 0 = APPLICATION_SPECIFIC_MTS_SESSION 1 = FLOW_SPECIFIC_MTS_SESSION",