{ "opencollection": "1.0.0", "info": { "name": "3gpp-analyticsexposure", "version": "1.3.1" }, "items": [ { "info": { "name": "Analytics Exposure Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "read all of the active subscriptions for the AF", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-analyticsexposure/v1/:afId/subscriptions", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "supp-feat", "value": "", "type": "query", "description": "Contains the list of supported features." } ] }, "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-analyticsexposure/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 Analytics 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-analyticsexposure/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" }, { "name": "supp-feat", "value": "", "type": "query", "description": "Contains the list of supported features." } ] }, "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-analyticsexposure/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-analyticsexposure/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": "AnalyticsExposure API Fetch analytics information", "type": "folder" }, "items": [ { "info": { "name": "Fetch analytics information", "type": "http" }, "http": { "method": "POST", "url": "{apiRoot}/3gpp-analyticsexposure/v1/:afId/fetch", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Fetch analytics information" } ] } ], "bundled": true }