{ "opencollection": "1.0.0", "info": { "name": "OpenMetadata APIs Agent Executions Pipeline Services API", "version": "1.13" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Pipeline Services", "type": "folder" }, "items": [ { "info": { "name": "Add a follower", "type": "http" }, "http": { "method": "PUT", "url": "/api/v1/services/pipelineServices/:id/followers", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the Pipeline Service" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a user identified by `userId` as followed of this pipeline service" }, { "info": { "name": "Add test connection result", "type": "http" }, "http": { "method": "PUT", "url": "/api/v1/services/pipelineServices/:id/testConnectionResult", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the service" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add test connection result to the service." }, { "info": { "name": "List pipeline services", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/services/pipelineServices", "params": [ { "name": "fields", "value": "", "type": "query", "description": "Fields requested in the returned resource" }, { "name": "domain", "value": "", "type": "query", "description": "Filter services by domain" }, { "name": "limit", "value": "", "type": "query", "description": "Limit number services returned. (1 to 1000000, default 10)" }, { "name": "before", "value": "", "type": "query", "description": "Returns list of services before this cursor" }, { "name": "after", "value": "", "type": "query", "description": "Returns list of services after this cursor" }, { "name": "include", "value": "", "type": "query", "description": "Include all, deleted, or non-deleted entities." } ] }, "docs": "Get a list of pipeline services. Use cursor-based pagination to limit the number entries in the list using `limit` and `before` or `after` query params." }, { "info": { "name": "Create a pipeline service", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/services/pipelineServices", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new pipeline service." }, { "info": { "name": "Update pipeline service", "type": "http" }, "http": { "method": "PUT", "url": "/api/v1/services/pipelineServices", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new pipeline service or update an existing pipeline service identified by `id`." }, { "info": { "name": "Get pipeline service by fully qualified name", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/services/pipelineServices/name/:fqn", "params": [ { "name": "fqn", "value": "", "type": "path", "description": "Fully qualified name of the pipeline service" }, { "name": "fields", "value": "", "type": "query", "description": "Fields requested in the returned resource" }, { "name": "include", "value": "", "type": "query", "description": "Include all, deleted, or non-deleted entities." }, { "name": "includeRelations", "value": "", "type": "query", "description": "Per-relation include control. Format: field:value,field2:value2. Example: owners:non-deleted,followers:all. Valid values: all, deleted, non-deleted. If not specified for a field, uses the entity's include value." } ] }, "docs": "Get a pipeline service by the service `fullyQualifiedName`." }, { "info": { "name": "Update a pipeline service using name.", "type": "http" }, "http": { "method": "PATCH", "url": "/api/v1/services/pipelineServices/name/:fqn", "params": [ { "name": "fqn", "value": "", "type": "path", "description": "Name of the pipeline service" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing pipeline service using JsonPatch." }, { "info": { "name": "Delete a pipeline service by fully qualified name", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/services/pipelineServices/name/:fqn", "params": [ { "name": "recursive", "value": "", "type": "query", "description": "Recursively delete this entity and it's children. (Default `false`)" }, { "name": "hardDelete", "value": "", "type": "query", "description": "Hard delete the entity. (Default = `false`)" }, { "name": "fqn", "value": "", "type": "path", "description": "Fully qualified name of the pipeline service" } ] }, "docs": "Delete a pipeline services by `fullyQualifiedName`. If pipelines (and tasks) belong to the service, it can't be deleted." }, { "info": { "name": "Get a pipeline service by Id", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/services/pipelineServices/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the pipeline service" }, { "name": "fields", "value": "", "type": "query", "description": "Fields requested in the returned resource" }, { "name": "include", "value": "", "type": "query", "description": "Include all, deleted, or non-deleted entities." }, { "name": "includeRelations", "value": "", "type": "query", "description": "Per-relation include control. Format: field:value,field2:value2. Example: owners:non-deleted,followers:all. Valid values: all, deleted, non-deleted. If not specified for a field, uses the entity's include value." } ] }, "docs": "Get a pipeline service by `Id`." }, { "info": { "name": "Update a pipeline service", "type": "http" }, "http": { "method": "PATCH", "url": "/api/v1/services/pipelineServices/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the pipeline service" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing pipeline service using JsonPatch." }, { "info": { "name": "Delete a pipeline service by Id", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/services/pipelineServices/:id", "params": [ { "name": "recursive", "value": "", "type": "query", "description": "Recursively delete this entity and it's children. (Default `false`)" }, { "name": "hardDelete", "value": "", "type": "query", "description": "Hard delete the entity. (Default = `false`)" }, { "name": "id", "value": "", "type": "path", "description": "Id of the pipeline service" } ] }, "docs": "Delete a pipeline services. If pipelines (and tasks) belong to the service, it can't be deleted." }, { "info": { "name": "Asynchronously delete a pipeline service by Id", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/services/pipelineServices/async/:id", "params": [ { "name": "recursive", "value": "", "type": "query", "description": "Recursively delete this entity and it's children. (Default `false`)" }, { "name": "hardDelete", "value": "", "type": "query", "description": "Hard delete the entity. (Default = `false`)" }, { "name": "id", "value": "", "type": "path", "description": "Id of the pipeline service" } ] }, "docs": "Asynchronously delete a pipeline services. If pipelines (and tasks) belong to the service, it can't be deleted." }, { "info": { "name": "Remove a follower", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/services/pipelineServices/:id/followers/:userId", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the Entity" }, { "name": "userId", "value": "", "type": "path", "description": "Id of the user being removed as follower" } ] }, "docs": "Remove the user identified `userId` as a follower of the entity." }, { "info": { "name": "Get a version of the pipeline service", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/services/pipelineServices/:id/versions/:version", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the pipeline service" }, { "name": "version", "value": "", "type": "path", "description": "pipeline service version number in the form `major`.`minor`" } ] }, "docs": "Get a version of the pipeline service by given `Id`" }, { "info": { "name": "List all entity versions within a time range", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/services/pipelineServices/history", "params": [ { "name": "startTs", "value": "", "type": "query", "description": "Start timestamp in milliseconds since epoch" }, { "name": "endTs", "value": "", "type": "query", "description": "End timestamp in milliseconds since epoch" }, { "name": "limit", "value": "", "type": "query", "description": "Limit the number of entity returned (1 to 1000000, default = 10)" }, { "name": "before", "value": "", "type": "query", "description": "Returns list of entity versions before this cursor" }, { "name": "after", "value": "", "type": "query", "description": "Returns list of entity versions after this cursor" } ] }, "docs": "Get a paginated list of all entity versions within a given time range specified by `startTs` and `endTs` in milliseconds since epoch. " }, { "info": { "name": "List pipeline service versions", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/services/pipelineServices/:id/versions", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the pipeline service" } ] }, "docs": "Get a list of all the versions of a pipeline service identified by `Id`" }, { "info": { "name": "Restore a soft deleted pipeline service.", "type": "http" }, "http": { "method": "PUT", "url": "/api/v1/services/pipelineServices/restore", "body": { "type": "json", "data": "{}" } }, "docs": "Restore a soft deleted pipeline service." } ] } ], "bundled": true }