{ "opencollection": "1.0.0", "info": { "name": "Consolidate Services AccountService ApplicationSetService API", "version": "version not set" }, "items": [ { "info": { "name": "ApplicationSetService", "type": "folder" }, "items": [ { "info": { "name": "List returns list of applicationset", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/applicationsets", "params": [ { "name": "projects", "value": "", "type": "query", "description": "the project names to restrict returned list applicationsets." }, { "name": "selector", "value": "", "type": "query", "description": "the selector to restrict returned list to applications only with matched labels." }, { "name": "appsetNamespace", "value": "", "type": "query", "description": "The application set namespace. Default empty is argocd control plane namespace." } ] }, "docs": "List returns list of applicationset" }, { "info": { "name": "Create creates an applicationset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/applicationsets", "params": [ { "name": "upsert", "value": "", "type": "query" }, { "name": "dryRun", "value": "", "type": "query" } ] }, "docs": "Create creates an applicationset" }, { "info": { "name": "Generate generates", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/applicationsets/generate" }, "docs": "Generate generates" }, { "info": { "name": "Get returns an applicationset by name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/applicationsets/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "the applicationsets's name" }, { "name": "appsetNamespace", "value": "", "type": "query", "description": "The application set namespace. Default empty is argocd control plane namespace." } ] }, "docs": "Get returns an applicationset by name" }, { "info": { "name": "Delete deletes an application set", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/applicationsets/:name", "params": [ { "name": "name", "value": "", "type": "path" }, { "name": "appsetNamespace", "value": "", "type": "query", "description": "The application set namespace. Default empty is argocd control plane namespace." } ] }, "docs": "Delete deletes an application set" }, { "info": { "name": "ListResourceEvents returns a list of event resources", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/applicationsets/:name/events", "params": [ { "name": "name", "value": "", "type": "path", "description": "the applicationsets's name" }, { "name": "appsetNamespace", "value": "", "type": "query", "description": "The application set namespace. Default empty is argocd control plane namespace." } ] }, "docs": "ListResourceEvents returns a list of event resources" }, { "info": { "name": "ResourceTree returns resource tree", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/applicationsets/:name/resource-tree", "params": [ { "name": "name", "value": "", "type": "path" }, { "name": "appsetNamespace", "value": "", "type": "query", "description": "The application set namespace. Default empty is argocd control plane namespace." } ] }, "docs": "ResourceTree returns resource tree" }, { "info": { "name": "ApplicationSetService_Watch", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/stream/applicationsets", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "projects", "value": "", "type": "query" }, { "name": "selector", "value": "", "type": "query" }, { "name": "appSetNamespace", "value": "", "type": "query" }, { "name": "resourceVersion", "value": "", "type": "query", "description": "when specified with a watch call, shows changes that occur after that particular version of a resource." } ] } } ] } ], "bundled": true }