{ "opencollection": "1.0.0", "info": { "name": "Sumo Logic accessKeyManagement transformationRuleManagement API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "transformationRuleManagement", "type": "folder" }, "items": [ { "info": { "name": "Get A List Of Transformation Rules.", "type": "http" }, "http": { "method": "GET", "url": "https://api.au.sumologic.com/api/v1/transformationRules", "params": [ { "name": "limit", "value": "10", "type": "query", "description": "Limit the number of transformation rules returned in the response." }, { "name": "token", "value": "", "type": "query", "description": "Continuation token to get the next page of results. A page object with the next continuation token is returned in the response body. Subsequent GET requests should specify the continuation token to get the next page of results. `token` is set to null when no more pages are left." } ] }, "docs": "Get a list of transformation rules in the organization. The response is paginated with a default limit of 100 rules per page." }, { "info": { "name": "Create A New Transformation Rule.", "type": "http" }, "http": { "method": "POST", "url": "https://api.au.sumologic.com/api/v1/transformationRules", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new transformation rule." }, { "info": { "name": "Get A Transformation Rule.", "type": "http" }, "http": { "method": "GET", "url": "https://api.au.sumologic.com/api/v1/transformationRules/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of transformation rule to return." } ] }, "docs": "Get a transformation rule with the given identifier." }, { "info": { "name": "Update A Transformation Rule.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.au.sumologic.com/api/v1/transformationRules/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the transformation rule to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing transformation rule. All properties specified in the request are replaced. Missing properties will remain the same." }, { "info": { "name": "Delete A Transformation Rule.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.au.sumologic.com/api/v1/transformationRules/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the transformation rule to delete." } ] }, "docs": "Delete a transformation rule with the given identifier." } ] } ], "bundled": true }