description:Indicates the current version of the specification
default:16.5.0
MnSVersion:
description:Version number of the OpenAPI definition
default:XXX
paths:
/Files:
/files:
get:
summary:Read resources of information of available files
description:With HTTP GET, resources of information of available files are read. The resources to be read are identified with the path component (base resource) and the query component (fileaType, beginTime and endTime) of the URI. The fields query component allows to select the resource properties to be returned.
summary:Read information about available files
description:>-
Information about available files is read with HTTP GET. The files for
which information shall be returned are identified with the path
component (base resource) and the query component (fileDataType, beginTime,
endTime) of the URI.
parameters:
-name:fileType
-name:fileDataType
in:query
description:This parameter identifies the type of management data that the file contains to select the resources from the collection resources identified with the path component of the URI.
description:>-
This parameter selects files based on the file data type.
required:true
schema:
$ref:'#/components/schemas/fileType-Type'
$ref:'#/components/schemas/FileDataType'
-name:beginTime
in:query
description:This parameter identifies the time stamp no later than which the file became available to select the resources from the collection resources identified with the path component of the URI.
required:true
description:>-
This parameter selects files based on the earliest time they
became available
required:false
schema:
$ref:'#/components/schemas/dateTime-Type'
$ref:'comDefs.yaml#/components/schemas/DateTime'
-name:endTime
in:query
description:This parameter identifies the time stamp no earlier than which the file became available to select the resources from the collection resources identified with the path component of the URI.
required:true
description:>-
This parameter selects files based on the latest time they
description:Success case ("204 No Content"). The notification is successfully delivered. The response message body is absent.
default:
description:Error case.
content:
application/json:
schema:
$ref:'#/components/schemas/error-ResponseType'
delete:
summary:Delete all subscriptions made with a specific consumerReferenceId
description:The subscriptions are deleted by deleting the corresponding subscription resources. The resources to be deleted are identified with the path component of the URI pointing to the /subscription collection resource and filtering on the consumerReferenceId provided in the query part.
parameters:
-name:consumerReferenceId
in:query
description:Identifies the subscriptions to be deleted.
description:The subscription is deleted by deleting the corresponding subscription resource. The resource to be deleted is identified with the path component of the URI.
summary:Delete a subscription
description:>-
The subscription is deleted by deleting the corresponding subscription
resource. The resource to be deleted is identified with the path
component of the URI.
parameters:
-name:subscriptionId
in:path
description:Identifies the subscription to be deleted.