{ "opencollection": "1.0.0", "info": { "name": "Knative Eventing Apis Revisions API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Revisions", "type": "folder" }, "items": [ { "info": { "name": "List Knative Revisions", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/serving.knative.dev/v1/namespaces/:namespace/revisions", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Kubernetes namespace containing the resource." }, { "name": "labelSelector", "value": "", "type": "query", "description": "Selector to filter resources by label key-value pairs." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return in a single response." }, { "name": "continue", "value": "", "type": "query", "description": "Pagination token returned by a previous list call." } ] }, "docs": "Returns a list of all Knative Revision resources in the specified namespace. Revisions are immutable snapshots created by Configuration updates and are the actual units that are autoscaled to handle traffic." }, { "info": { "name": "Get a Knative Revision", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/serving.knative.dev/v1/namespaces/:namespace/revisions/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Kubernetes namespace containing the resource." }, { "name": "name", "value": "", "type": "path", "description": "Name of the Knative resource." } ] }, "docs": "Returns the details of a specific Knative Revision including its container spec, autoscaling annotations, and status conditions reflecting whether it is Ready and Active." }, { "info": { "name": "Delete a Knative Revision", "type": "http" }, "http": { "method": "DELETE", "url": "https://kubernetes.default.svc/apis/serving.knative.dev/v1/namespaces/:namespace/revisions/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Kubernetes namespace containing the resource." }, { "name": "name", "value": "", "type": "path", "description": "Name of the Knative resource." } ] }, "docs": "Deletes a specific Knative Revision. Only Revisions that are not receiving traffic can be deleted. Revisions owned by a Service may have a retain policy; check the Service's revisionHistoryLimit." } ] } ], "bundled": true }