{ "opencollection": "1.0.0", "info": { "name": "3gpp-slice-pp", "version": "1.0.0" }, "items": [ { "info": { "name": "Slice Parameters Provisionings (Collection)", "type": "folder" }, "items": [ { "info": { "name": "Request to retrieve all the active Slice Parameters Provisionings at the NEF.", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-slice-pp/v1/pp" }, "docs": "Request to retrieve all the active Slice Parameters Provisionings at the NEF." }, { "info": { "name": "Request the creation of a new Slice Parameters Provisioning.", "type": "http" }, "http": { "method": "POST", "url": "{apiRoot}/3gpp-slice-pp/v1/pp", "body": { "type": "json", "data": "{}" } }, "docs": "Request the creation of a new Slice Parameters Provisioning." } ] }, { "info": { "name": "Individual Slice Parameters Provisioning (Document)", "type": "folder" }, "items": [ { "info": { "name": "Request to retrieve an existing Individual Slice Parameters Provisioning resource.", "type": "http" }, "http": { "method": "GET", "url": "{apiRoot}/3gpp-slice-pp/v1/pp/:ppId", "params": [ { "name": "ppId", "value": "", "type": "path", "description": "Represents the identifier of the Individual Slice Parameters Provisioning resource.\n" } ] }, "docs": "Request to retrieve an existing Individual Slice Parameters Provisioning resource." }, { "info": { "name": "Request to update an existing Individual Slice Parameters Provisioning resource.", "type": "http" }, "http": { "method": "PUT", "url": "{apiRoot}/3gpp-slice-pp/v1/pp/:ppId", "params": [ { "name": "ppId", "value": "", "type": "path", "description": "Represents the identifier of the Individual Slice Parameters Provisioning resource.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request to update an existing Individual Slice Parameters Provisioning resource." }, { "info": { "name": "Request the modification of an existing Individual Slice Parameters Provisioning resource.", "type": "http" }, "http": { "method": "PATCH", "url": "{apiRoot}/3gpp-slice-pp/v1/pp/:ppId", "params": [ { "name": "ppId", "value": "", "type": "path", "description": "Represents the identifier of the Individual Slice Parameters Provisioning resource.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request the modification of an existing Individual Slice Parameters Provisioning resource." }, { "info": { "name": "Request the deletion of an existing Individual Slice Parameters Provisioning resource.", "type": "http" }, "http": { "method": "DELETE", "url": "{apiRoot}/3gpp-slice-pp/v1/pp/:ppId", "params": [ { "name": "ppId", "value": "", "type": "path", "description": "Represents the identifier of the Individual Slice Parameters Provisioning resource.\n" } ] }, "docs": "Request the deletion of an existing Individual Slice Parameters Provisioning resource." } ] } ], "bundled": true }