{ "opencollection": "1.0.0", "info": { "name": "3gpp-time-sync", "version": "1.2.0" }, "items": [ { "info": { "name": "Time Synchronization Exposure Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "read all of the active subscriptions for the AF", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-time-sync/v1/:afId/subscriptions", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" } ] }, "docs": "read all of the active subscriptions for the AF" }, { "info": { "name": "Creates a new subscription resource", "type": "http" }, "http": { "method": "POST", "url": "{apiRoot}/3gpp-time-sync/v1/:afId/subscriptions", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new subscription resource" } ] }, { "info": { "name": "Individual Time Synchronization Exposure Subscription", "type": "folder" }, "items": [ { "info": { "name": "read an active subscription for the AF and the subscription Id", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-time-sync/v1/:afId/subscriptions/:subscriptionId", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Identifier of the subscription resource" } ] }, "docs": "read an active subscription for the AF and the subscription Id" }, { "info": { "name": "Fully updates/replaces an existing subscription resource", "type": "http" }, "http": { "method": "PUT", "url": "{apiRoot}/3gpp-time-sync/v1/:afId/subscriptions/:subscriptionId", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Identifier of the subscription resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Fully updates/replaces an existing subscription resource" }, { "info": { "name": "Deletes an already existing subscription", "type": "http" }, "http": { "method": "DELETE", "url": "{apiRoot}/3gpp-time-sync/v1/:afId/subscriptions/:subscriptionId", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Identifier of the subscription resource" } ] }, "docs": "Deletes an already existing subscription" }, { "info": { "name": "read an active subscription for the AF and the subscription Id", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-time-sync/v1/:afId/subscriptions/:subscriptionId/configurations/:instanceReference", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Identifier of the subscription resource" }, { "name": "instanceReference", "value": "", "type": "path", "description": "Identifier of the configuration resource" } ] }, "docs": "read an active subscription for the AF and the subscription Id" } ] }, { "info": { "name": "Time Synchronization Exposure Configurations", "type": "folder" }, "items": [ { "info": { "name": "read all of the active configurations for the AF", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-time-sync/v1/:afId/subscriptions/:subscriptionId/configurations", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "String identifying the individual synchronization Exposure Subscription resource in the NEF\n" } ] }, "docs": "read all of the active configurations for the AF" }, { "info": { "name": "Creates a new configuration resource", "type": "http" }, "http": { "method": "POST", "url": "{apiRoot}/3gpp-time-sync/v1/:afId/subscriptions/:subscriptionId/configurations", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "String identifying the individual synchronization Exposure Subscription resource in the NEF.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new configuration resource" } ] }, { "info": { "name": "Individual Time Synchronization Exposure Configuration", "type": "folder" }, "items": [ { "info": { "name": "Fully updates/replaces an existing configuration resource", "type": "http" }, "http": { "method": "PUT", "url": "{apiRoot}/3gpp-time-sync/v1/:afId/subscriptions/:subscriptionId/configurations/:instanceReference", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Identifier of the subscription resource" }, { "name": "instanceReference", "value": "", "type": "path", "description": "Identifier of the configuration resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Fully updates/replaces an existing configuration resource" }, { "info": { "name": "Deletes an already existing configuration", "type": "http" }, "http": { "method": "DELETE", "url": "{apiRoot}/3gpp-time-sync/v1/:afId/subscriptions/:subscriptionId/configurations/:instanceReference", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Identifier of the subscription resource" }, { "name": "instanceReference", "value": "", "type": "path", "description": "Identifier of the configuration resource" } ] }, "docs": "Deletes an already existing configuration" } ] } ], "bundled": true }