{ "opencollection": "1.0.0", "info": { "name": "3gpp-lpi-pp", "version": "1.2.0" }, "items": [ { "info": { "name": "LPI Parameters Provisionings", "type": "folder" }, "items": [ { "info": { "name": "read all of the active LPI Parameters Provisioning resources for the AF", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-lpi-pp/v1/:afId/provisionedLpis", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" } ] }, "docs": "read all of the active LPI Parameters Provisioning resources for the AF" }, { "info": { "name": "Creates a new LPI Parameters Provisioning resource", "type": "http" }, "http": { "method": "POST", "url": "{apiRoot}/3gpp-lpi-pp/v1/:afId/provisionedLpis", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new LPI Parameters Provisioning resource" } ] }, { "info": { "name": "Individual LPI Parameters Provisioning", "type": "folder" }, "items": [ { "info": { "name": "read an active LPI Parameters Provisioning resource for the AF and the provisioned LPI Id", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-lpi-pp/v1/:afId/provisionedLpis/:provisionedLpiId", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "provisionedLpiId", "value": "", "type": "path", "description": "Identifier of the provisioned LPI parameter resource" } ] }, "docs": "read an active LPI Parameters Provisioning resource for the AF and the provisioned LPI Id" }, { "info": { "name": "Fully updates/replaces an existing LPI Parameters Provisioning resource", "type": "http" }, "http": { "method": "PUT", "url": "{apiRoot}/3gpp-lpi-pp/v1/:afId/provisionedLpis/:provisionedLpiId", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "provisionedLpiId", "value": "", "type": "path", "description": "Identifier of the provisioned LPI parameter resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Fully updates/replaces an existing LPI Parameters Provisioning resource" }, { "info": { "name": "Partially modifies an existing LPI Parameters Provisioning resource.", "type": "http" }, "http": { "method": "PATCH", "url": "{apiRoot}/3gpp-lpi-pp/v1/:afId/provisionedLpis/:provisionedLpiId", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "provisionedLpiId", "value": "", "type": "path", "description": "Identifier of the provisioned LPI parameter resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially modifies an existing LPI Parameters Provisioning resource." }, { "info": { "name": "Deletes an already existing LPI Parameters Provisioning resource", "type": "http" }, "http": { "method": "DELETE", "url": "{apiRoot}/3gpp-lpi-pp/v1/:afId/provisionedLpis/:provisionedLpiId", "params": [ { "name": "afId", "value": "", "type": "path", "description": "Identifier of the AF" }, { "name": "provisionedLpiId", "value": "", "type": "path", "description": "Identifier of the provisioned LPI parameter resource" } ] }, "docs": "Deletes an already existing LPI Parameters Provisioning resource" } ] } ], "bundled": true }