{ "opencollection": "1.0.0", "info": { "name": "3gpp-asti", "version": "1.2.0" }, "items": [ { "info": { "name": "ASTI Configurations", "type": "folder" }, "items": [ { "info": { "name": "read all of the active configurations of 5G access stratum time distribution for the AF", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-asti/v1/:afId/configurations", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" } ] }, "docs": "read all of the active configurations of 5G access stratum time distribution for the AF" }, { "info": { "name": "Creates a new configuration resource", "type": "http" }, "http": { "method": "POST", "url": "{apiRoot}/3gpp-asti/v1/:afId/configurations", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new configuration resource" }, { "info": { "name": "Request the status of the 5G access stratum time distribution configuration for a list of UEs.", "type": "http" }, "http": { "method": "POST", "url": "{apiRoot}/3gpp-asti/v1/:afId/configurations/retrieve", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request the status of the 5G access stratum time distribution configuration for a list of UEs." } ] }, { "info": { "name": "Individual ASTI Configuration", "type": "folder" }, "items": [ { "info": { "name": "Reads an active configuration for the AF and the configuration Id", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-asti/v1/:afId/configurations/:configId", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "configId", "value": "", "type": "path", "description": "Identifier of the configuration resource" } ] }, "docs": "Reads an active configuration for the AF and the configuration Id" }, { "info": { "name": "Modifies an active configuration for the AF and the configuration Id", "type": "http" }, "http": { "method": "PUT", "url": "{apiRoot}/3gpp-asti/v1/:afId/configurations/:configId", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "configId", "value": "", "type": "path", "description": "Identifier of the configuration resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modifies an active configuration for the AF and the configuration Id" }, { "info": { "name": "Deletes an already existing configuration", "type": "http" }, "http": { "method": "DELETE", "url": "{apiRoot}/3gpp-asti/v1/:afId/configurations/:configId", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "configId", "value": "", "type": "path", "description": "Identifier of the configuration resource" } ] }, "docs": "Deletes an already existing configuration" } ] } ], "bundled": true }