{ "opencollection": "1.0.0", "info": { "name": "3gpp-network-status-reporting", "version": "1.3.0" }, "items": [ { "info": { "name": "Network Status Reporting Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "Read all network status reporting subscription resources for a given SCS/AS.", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-net-stat-report/v1/:scsAsId/subscriptions", "params": [ { "name": "scsAsId", "value": "", "type": "path", "description": "Identifier of the SCS/AS" } ] }, "docs": "Read all network status reporting subscription resources for a given SCS/AS." }, { "info": { "name": "Create a new network status reporting subscription resource.", "type": "http" }, "http": { "method": "POST", "url": "{apiRoot}/3gpp-net-stat-report/v1/:scsAsId/subscriptions", "params": [ { "name": "scsAsId", "value": "", "type": "path", "description": "Identifier of the SCS/AS" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new network status reporting subscription resource." } ] }, { "info": { "name": "Individual Network Status Reporting subscription", "type": "folder" }, "items": [ { "info": { "name": "Read an active network status reporting subscription resource.", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-net-stat-report/v1/:scsAsId/subscriptions/:subscriptionId", "params": [ { "name": "scsAsId", "value": "", "type": "path", "description": "Identifier of the SCS/AS" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Identifier of the subscription resource of type string" } ] }, "docs": "Read an active network status reporting subscription resource." }, { "info": { "name": "Modify an existing subscription resource to update a subscription.", "type": "http" }, "http": { "method": "PUT", "url": "{apiRoot}/3gpp-net-stat-report/v1/:scsAsId/subscriptions/:subscriptionId", "params": [ { "name": "scsAsId", "value": "", "type": "path", "description": "Identifier of the SCS/AS" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Identifier of the subscription resource of type string" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify an existing subscription resource to update a subscription." }, { "info": { "name": "Delete an existing continuous network status reporting subscription resource.", "type": "http" }, "http": { "method": "DELETE", "url": "{apiRoot}/3gpp-net-stat-report/v1/:scsAsId/subscriptions/:subscriptionId", "params": [ { "name": "scsAsId", "value": "", "type": "path", "description": "Identifier of the SCS/AS" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Identifier of the subscription resource of type string" } ] }, "docs": "Delete an existing continuous network status reporting subscription resource." } ] }, { "info": { "name": "Individual Network Status Reporting Subscription", "type": "folder" }, "items": [ { "info": { "name": "Modify an existing Individual Network Status Reporting Subscription resource.", "type": "http" }, "http": { "method": "PATCH", "url": "{apiRoot}/3gpp-net-stat-report/v1/:scsAsId/subscriptions/:subscriptionId", "params": [ { "name": "scsAsId", "value": "", "type": "path", "description": "Identifier of the SCS/AS" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Identifier of the subscription resource of type string" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify an existing Individual Network Status Reporting Subscription resource." } ] } ], "bundled": true }