{
	"info": {
		"_postman_id": "28298735-d393-4cee-bce4-63a81141d0fc",
		"name": "Concord API",
		"description": "The Concord API ",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "API Key",
			"item": [
				{
					"name": "Create API Key",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"username\": \"myLdapUsername\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/apiKey",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"apiKey"
							]
						}
					},
					"response": []
				},
				{
					"name": "List API Keys",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/apiKey",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"apiKey"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete API Key",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/apiKey/{{apiKeyId}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"apiKey",
								"{{apiKeyId}}"
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "Checkpoint",
			"item": [
				{
					"name": "List Checkpoints",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/process/{{instanceId}}/checkpoint",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"process",
								"{{instanceId}}",
								"checkpoint"
							]
						}
					},
					"response": []
				},
				{
					"name": "Restore Checkpoint",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"id\": \"\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/process/{{instanceId}}/checkpoint/restore",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"process",
								"{{instanceId}}",
								"checkpoint",
								"restore"
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "Form",
			"item": [
				{
					"name": "List Current Forms",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/process/{{instanceId}}/form",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"process",
								"{{instanceId}}",
								"form"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Form Data",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/process/{{instanceId}}/form/{{formName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"process",
								"{{instanceId}}",
								"form",
								"{{formName}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit Form Data",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"myField\": \"myValue\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/process/{{instanceId}}/form/{{formName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"process",
								"{{instanceId}}",
								"form",
								"{{formName}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit Multipart Form Data",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "myFile",
									"value": "@fileName",
									"type": "text"
								}
							],
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/process/{{instanceId}}/form/{{formName}}/multipart",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"process",
								"{{instanceId}}",
								"form",
								"{{formName}}",
								"multipart"
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "JSON Store",
			"item": [
				{
					"name": "Create/Update JSON Store",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"id\": \"...\",\n    \"name\": \"myStore\",\n    \"visibility\": \"PRIVATE\",\n    \"owner\": {\n      \"id\": \"...\",\n      \"username\": \"...\",\n      \"userDomain\": \"...\",\n      \"userType\": \"...\"\n    }\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/jsonstore",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"jsonstore"
							]
						}
					},
					"response": []
				},
				{
					"name": "List JSON Stores",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/jsonstore",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"jsonstore"
							]
						}
					},
					"response": []
				},
				{
					"name": "Retrieve JSON Store",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/jsonstore/{{storeName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"jsonstore",
								"{{storeName}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete JSON Store",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/jsonstore/{{storeName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"jsonstore",
								"{{storeName}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Retrieve JSON Store Capacity",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/jsonstore/{{storeName}}/capacity",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"jsonstore",
								"{{storeName}}",
								"capacity"
							]
						}
					},
					"response": []
				},
				{
					"name": "List JSON Store Access Rules",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/jsonstore/{{storeName}}/access",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"jsonstore",
								"{{storeName}}",
								"access"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update JSON Store Access Rules",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"teamId\": \"...\",\n    \"orgName\": \"...\",\n    \"teamName\": \"...\",\n    \"level\": \"...\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/jsonstore/{{storeName}}/access",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"jsonstore",
								"{{storeName}}",
								"access"
							]
						}
					},
					"response": []
				},
				{
					"name": "Create/Update JSON Store Item",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"anyKey\": \"anyVal\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/jsonstore/{{storeName}}/item/{{itemPath}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"jsonstore",
								"{{storeName}}",
								"item",
								"{{itemPath}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "List JSON Store Items",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/jsonstore/{{storeName}}/item",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"jsonstore",
								"{{storeName}}",
								"item"
							],
							"query": [
								{
									"key": "limit",
									"value": null,
									"disabled": true
								},
								{
									"key": "offset",
									"value": null,
									"disabled": true
								},
								{
									"key": "filter",
									"value": null,
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Retrieve JSON Store Item",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/jsonstore/{{storeName}}/item/{{itemPath}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"jsonstore",
								"{{storeName}}",
								"item",
								"{{itemPath}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete JSON Store Item",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/jsonstore/{{storeName}}/item/{{itemPath}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"jsonstore",
								"{{storeName}}",
								"item",
								"{{itemPath}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Create/Update JSON Store Query",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"name\": \"myQuery\",\n    \"text\": \"select from ...\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/jsonstore/{{storeName}}/query",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"jsonstore",
								"{{storeName}}",
								"query"
							]
						}
					},
					"response": []
				},
				{
					"name": "List JSON Store Queries",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/jsonstore/{{storeName}}/query",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"jsonstore",
								"{{storeName}}",
								"query"
							],
							"query": [
								{
									"key": "limit",
									"value": null,
									"disabled": true
								},
								{
									"key": "offset",
									"value": null,
									"disabled": true
								},
								{
									"key": "filter",
									"value": null,
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Retrieve JSON Store Query",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/jsonstore/{{storeName}}/query/{{queryName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"jsonstore",
								"{{storeName}}",
								"query",
								"{{queryName}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete JSON Store Query",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/jsonstore/{{storeName}}/query/{{queryName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"jsonstore",
								"{{storeName}}",
								"query",
								"{{queryName}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Execute JSON Store Query",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"anyKey\": \"anyVal\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/jsonstore/{{storeName}}/query/{{queryName}}/exec",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"jsonstore",
								"{{storeName}}",
								"query",
								"{{queryName}}",
								"exec"
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "Node Roster",
			"item": [
				{
					"name": "List Hosts with Artifact",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/noderoster/hosts",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"noderoster",
								"hosts"
							],
							"query": [
								{
									"key": "artifactPattern",
									"value": null,
									"disabled": true
								},
								{
									"key": "limit",
									"value": null,
									"disabled": true
								},
								{
									"key": "offset",
									"value": null,
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "List Processes that Touched Host",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/noderoster/processes",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"noderoster",
								"processes"
							],
							"query": [
								{
									"key": "limit",
									"value": null,
									"disabled": true
								},
								{
									"key": "offset",
									"value": null,
									"disabled": true
								},
								{
									"key": "hostName",
									"value": null,
									"disabled": true
								},
								{
									"key": "hostId",
									"value": null,
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Retrieve Host Facts (Ansible)",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/noderoster/facts/last",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"noderoster",
								"facts",
								"last"
							],
							"query": [
								{
									"key": "limit",
									"value": null,
									"disabled": true
								},
								{
									"key": "offset",
									"value": null,
									"disabled": true
								},
								{
									"key": "hostName",
									"value": null,
									"disabled": true
								},
								{
									"key": "hostId",
									"value": null,
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "List Host Artifacts",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/noderoster/artifacts",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"noderoster",
								"artifacts"
							],
							"query": [
								{
									"key": "limit",
									"value": null,
									"disabled": true
								},
								{
									"key": "offset",
									"value": null,
									"disabled": true
								},
								{
									"key": "hostName",
									"value": null,
									"disabled": true
								},
								{
									"key": "hostId",
									"value": null,
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "Organization",
			"item": [
				{
					"name": "Create Organization",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"name\": \"orgName\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Organization",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"name\": \"new orgName\",\n    \"id\": \"orgId\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org"
							]
						}
					},
					"response": []
				},
				{
					"name": "List Organizations",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org"
							],
							"query": [
								{
									"key": "onlyCurrent",
									"value": null,
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "Policy",
			"item": [
				{
					"name": "Create/Update Policy",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  {\n    \"name\": \"myPolicy\",\n    \"parentId\": \"...\",\n    \"rules\": {\n           \n    }\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v2/policy",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v2",
								"policy"
							]
						}
					},
					"response": []
				},
				{
					"name": "Retrieve Policy",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v2/policy/{{policyName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v2",
								"policy",
								"{{policyName}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete Policy",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v2/policy/{{policyName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v2",
								"policy",
								"{{policyName}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Link Policy",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  {\n    \"orgName\": \"myOrg\",\n    \"projectName\": \"myProject\",\n    \"userName\": \"someUser\"\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v2/policy/{{policyName}}/link",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v2",
								"policy",
								"{{policyName}}",
								"link"
							]
						}
					},
					"response": []
				},
				{
					"name": "Unlink Policy",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v2/policy/{{policyName}}/link",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v2",
								"policy",
								"{{policyName}}",
								"link"
							],
							"query": [
								{
									"key": "orgName",
									"value": null,
									"disabled": true
								},
								{
									"key": "projectName",
									"value": null,
									"disabled": true
								},
								{
									"key": "userName",
									"value": null,
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "Process",
			"item": [
				{
					"name": "Start Process",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "multipart/form-data",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "activeProfiles",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "archive",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "request",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "orgId",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "org",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "projectId",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "project",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "repoId",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "repo",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "repoBranchOrTag",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "repoCommitId",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "entryPoint",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "out",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "startAt",
									"value": "",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{baseUri}}/api/v2/process",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v2",
								"process"
							]
						}
					},
					"response": []
				},
				{
					"name": "Stop Process",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [
							{
								"key": "Range",
								"type": "text",
								"value": "",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{baseUri}}/api/v2/process/{{instanceId}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v2",
								"process",
								"{{instanceId}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Retrieve Process Log",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Range",
								"value": "",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{baseUri}}/api/v2/process/{{instanceId}}/log",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v2",
								"process",
								"{{instanceId}}",
								"log"
							]
						}
					},
					"response": []
				},
				{
					"name": "List Processes",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v2/process",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v2",
								"process"
							],
							"query": [
								{
									"key": "orgId",
									"value": null,
									"disabled": true
								},
								{
									"key": "orgName",
									"value": null,
									"disabled": true
								},
								{
									"key": "projectId",
									"value": null,
									"disabled": true
								},
								{
									"key": "projectName",
									"value": null,
									"disabled": true
								},
								{
									"key": "afterCreatedAt",
									"value": null,
									"disabled": true
								},
								{
									"key": "beforeCreatedAt",
									"value": null,
									"disabled": true
								},
								{
									"key": "tags",
									"value": null,
									"disabled": true
								},
								{
									"key": "status",
									"value": null,
									"disabled": true
								},
								{
									"key": "initiator",
									"value": null,
									"disabled": true
								},
								{
									"key": "parentInstanceId",
									"value": null,
									"disabled": true
								},
								{
									"key": "include",
									"value": null,
									"disabled": true
								},
								{
									"key": "limit",
									"value": null,
									"disabled": true
								},
								{
									"key": "offset",
									"value": null,
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Count Processes",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v2/process/count",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v2",
								"process",
								"count"
							],
							"query": [
								{
									"key": "orgId",
									"value": null,
									"disabled": true
								},
								{
									"key": "orgName",
									"value": "",
									"disabled": true
								},
								{
									"key": "projectId",
									"value": null,
									"disabled": true
								},
								{
									"key": "projectName",
									"value": "",
									"disabled": true
								},
								{
									"key": "afterCreatedAt",
									"value": null,
									"disabled": true
								},
								{
									"key": "beforeCreatedAt",
									"value": null,
									"disabled": true
								},
								{
									"key": "tags",
									"value": null,
									"disabled": true
								},
								{
									"key": "status",
									"value": null,
									"disabled": true
								},
								{
									"key": "initiator",
									"value": null,
									"disabled": true
								},
								{
									"key": "parentInstanceId",
									"value": null,
									"disabled": true
								},
								{
									"key": "include",
									"value": null,
									"disabled": true
								},
								{
									"key": "limit",
									"value": null,
									"disabled": true
								},
								{
									"key": "offset",
									"value": null,
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Resume Process",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"arguments\": {\n        \"foo\": \"bar\"\n    }\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/process/{{instanceId}}/resume/{{eventName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"process",
								"{{instanceId}}",
								"resume",
								"{{eventName}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "List Process Events",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/process/{{instanceId}}/event",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"process",
								"{{instanceId}}",
								"event"
							],
							"query": [
								{
									"key": "type",
									"value": null,
									"disabled": true
								},
								{
									"key": "after",
									"value": null,
									"disabled": true
								},
								{
									"key": "eventCorrelationId",
									"value": null,
									"disabled": true
								},
								{
									"key": "eventPhase",
									"value": null,
									"disabled": true
								},
								{
									"key": "inclueAll",
									"value": null,
									"disabled": true
								},
								{
									"key": "limit",
									"value": null,
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "Project",
			"item": [
				{
					"name": "Create Project",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  {\n    \"name\": \"myProject\",\n    \"description\": \"my project\",\n    \n    \"repositories\": {\n      \"myRepo\": {\n        \"url\": \"...\",\n        \"branch\": \"...\",\n        \"path\": \"...\",\n        \"secret\": \"...\"\n      }\n    },\n\n    \"cfg\": {\n      \n    }\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/project",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"project"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Project",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  {\n    \"name\": \"new Project\",\n    \"id\": \"---\",\n    \"description\": \"my project\",\n    \n    \"repositories\": {\n      \"myRepo\": {\n        \"url\": \"...\",\n        \"branch\": \"...\",\n        \"path\": \"...\",\n        \"secret\": \"...\"\n      }\n    },\n\n    \"cfg\": {\n      \n    }\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/project",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"project"
							]
						}
					},
					"response": []
				},
				{
					"name": "List Projects",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/project",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"project"
							],
							"query": [
								{
									"key": "sortBy",
									"value": null,
									"disabled": true
								},
								{
									"key": "asc",
									"value": null,
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete Project",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/project/{{projectName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"project",
								"{{projectName}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Retrive Project Configuration",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/project/{{projectName}}/cfg/{{path}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"project",
								"{{projectName}}",
								"cfg",
								"{{path}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Project Configuration",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  {\n    \"group1\": {\n      \"param1\": 123\n    }\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/project/{{projectName}}/cfg/{{path}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"project",
								"{{projectName}}",
								"cfg",
								"{{path}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "List Project Access Rules",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/project/{{projectName}}/access",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"project",
								"{{projectName}}",
								"access"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Project Access Rules",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  {\n    \"teamId\": \"9304748c-81e6-11e9-b909-0fe0967f269a\",\n    \"orgName\": \"myOrg\",\n    \"teamName\": \"myTeam\",\n    \"level\": \"READER\"\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/project/{{projectName}}/access",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"project",
								"{{projectName}}",
								"access"
							]
						}
					},
					"response": []
				},
				{
					"name": "Bulk Update Project Access Rules",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  [{\n    \"teamId\": \"9304748c-81e6-11e9-b909-0fe0967f269a\",\n    \"orgName\": \"myOrg\",\n    \"teamName\": \"myTeam\",\n    \"level\": \"READER\"\n  }]",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/project/{{projectName}}/access/bulk",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"project",
								"{{projectName}}",
								"access",
								"bulk"
							]
						}
					},
					"response": []
				},
				{
					"name": "Move Project to Organization",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  {\n    \"name\": \"myProject\",\n    \"orgName\": \"anotherOrg\"\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/project",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"project"
							],
							"query": [
								{
									"key": "sortBy",
									"value": null,
									"disabled": true
								},
								{
									"key": "asc",
									"value": null,
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "Repository",
			"item": [
				{
					"name": "Create Repository",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  {\n    \"name\": \"...\",\n    \"url\": \"...\",\n    \"branch\": \"...\",\n    \"commitId\": \"...\",\n    \"path\": \"...\",\n    \"secretId\": \"...\"\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/project/{{projectName}}/repository",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"project",
								"{{projectName}}",
								"repository"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Repository",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  {\n    \"id\": \"...\",\n    \"name\": \"...\",\n    \"url\": \"...\",\n    \"branch\": \"...\",\n    \"commitId\": \"...\",\n    \"path\": \"...\",\n    \"secretId\": \"...\"\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/project/{{projectName}}/repository",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"project",
								"{{projectName}}",
								"repository"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete Repository",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/project/{{projectName}}/repository/{{repositoryName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"project",
								"{{projectName}}",
								"repository",
								"{{repositoryName}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Validate Repository",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/project/{{projectName}}/repository/{{repositoryName}}/refresh",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"project",
								"{{projectName}}",
								"repository",
								"{{repositoryName}}",
								"refresh"
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "Role",
			"item": [
				{
					"name": "Create/Update Role",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  {\n    \"name\": \"myRole\",\n    \"permissions\": []\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/role",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"role"
							]
						}
					},
					"response": []
				},
				{
					"name": "List Roles",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/role",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"role"
							]
						}
					},
					"response": []
				},
				{
					"name": "Retrieve Role",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/role/{{roleName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"role",
								"{{roleName}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete Role",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/role/{{roleName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"role",
								"{{roleName}}"
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "Secret",
			"item": [
				{
					"name": "Create Secret",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "type",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "name",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "storePassword",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "generatePassword",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "visibility",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "project",
									"value": "",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/secret",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"secret"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Secret",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  {\n    \"name\": \"New name\",\n    \"owner\": {\"id\": \"ownerId (UUID)\"},\n    \"visibility\": \"PRIVATE\",\n    \"projectId\": \"...\",\n    \"projectName\": \"Project Name\"\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/secret/{{secretName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"secret",
								"{{secretName}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Retrieve Secret Metadata",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/secret/{{secretName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"secret",
								"{{secretName}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Retrieve Secret Public SSH Key",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/secret/{{secretName}}/public",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"secret",
								"{{secretName}}",
								"public"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete Secret",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/secret/{{secretName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"secret",
								"{{secretName}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "List Secrets",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/secret",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"secret"
							],
							"query": [
								{
									"key": "limit",
									"value": null,
									"disabled": true
								},
								{
									"key": "offset",
									"value": null,
									"disabled": true
								},
								{
									"key": "filter",
									"value": null,
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "List Secret Access Rules",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/secret/{{secretName}}/access",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"secret",
								"{{secretName}}",
								"access"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Secret Access Rule",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  {\n    \"teamId\": \"9304748c-81e6-11e9-b909-0fe0967f269a\",\n    \"orgName\": \"myOrg\",\n    \"teamName\": \"myTeam\",\n    \"level\": \"READER\"\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/secret/{{secretName}}/access",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"secret",
								"{{secretName}}",
								"access"
							]
						}
					},
					"response": []
				},
				{
					"name": "Bulk Update Secret Access Rules",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  [{\n    \"teamId\": \"9304748c-81e6-11e9-b909-0fe0967f269a\",\n    \"orgName\": \"myOrg\",\n    \"teamName\": \"myTeam\",\n    \"level\": \"READER\"\n  }]",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/secret/{{secretName}}/access/bulk",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"secret",
								"{{secretName}}",
								"access",
								"bulk"
							]
						}
					},
					"response": []
				},
				{
					"name": "Move Secret to Organization",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  {\n    \"orgName\": \"anotherOrg\"\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/secret/{{secretName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"secret",
								"{{secretName}}"
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "System",
			"item": [
				{
					"name": "Retrieve Concord Version",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/k8s/system/info",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"k8s",
								"system",
								"info"
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "Team",
			"item": [
				{
					"name": "Create Team",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  {\n    \"name\": \"myTeam\",\n    \"description\": \"my team\"\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/team",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"team"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Team",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  {\n    \"name\": \"new name\",\n    \"id\": \"---\"\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/team",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"team"
							]
						}
					},
					"response": []
				},
				{
					"name": "List Teams",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/team",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"team"
							]
						}
					},
					"response": []
				},
				{
					"name": "List Users within a Team",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/team/{{teamName}}/users",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"team",
								"{{teamName}}",
								"users"
							]
						}
					},
					"response": []
				},
				{
					"name": "Add User to Team",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  [\n    {\n      \"username\": \"userA\",\n      \"role\": \"MEMBER\"  \n    },\n    {\n      \"username\": \"userB\",\n      \"role\": \"MAINTAINER\"  \n    }\n  ]  ",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/team/{{teamName}}/users",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"team",
								"{{teamName}}",
								"users"
							]
						}
					},
					"response": []
				},
				{
					"name": "Add LDAP Groups to Team",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  [\n    {\n      \"group\": \"CN=groupA,DC=example,DC=com\",\n      \"role\": \"MEMBER\"  \n    },\n    {\n      \"group\": \"CN=groupB,DC=example,DC=com\",\n      \"role\": \"MAINTAINER\"  \n    }\n  ]    ",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/team/{{teamName}}/ldapGroups",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"team",
								"{{teamName}}",
								"ldapGroups"
							]
						}
					},
					"response": []
				},
				{
					"name": "Remove Users from a Team",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": " [\"userA\", \"userB\", \"...\"]",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/team/{{teamName}}/users",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"team",
								"{{teamName}}",
								"users"
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "Template",
			"item": [
				{
					"name": "Create Template Alias",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  {\n    \"alias\": \"my-template\",\n    \"url\": \"http://host/path/my-template.jar\"\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/template/alias",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"template",
								"alias"
							]
						}
					},
					"response": []
				},
				{
					"name": "List Template Aliases",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/template/alias",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"template",
								"alias"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete Template Alias",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/template/alias/{{aliasName}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"template",
								"alias",
								"{{aliasName}}"
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "Trigger",
			"item": [
				{
					"name": "List Triggers",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/project/{{projectName}}/repository/{{repositoryName}}/trigger",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"project",
								"{{projectName}}",
								"repository",
								"{{repositoryName}}",
								"trigger"
							]
						}
					},
					"response": []
				},
				{
					"name": "Refresh Triggers",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/org/{{orgName}}/project/{{projectName}}/repository/{{repositoryName}}/trigger",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"org",
								"{{orgName}}",
								"project",
								"{{projectName}}",
								"repository",
								"{{repositoryName}}",
								"trigger"
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "User",
			"item": [
				{
					"name": "Create/Update User",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "  {\n    \"username\": \"myUser\",\n    \"type\": \"LOCAL\",\n    \"roles\": [\"testRole1\", \"testRole2\"]\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUri}}/api/v1/user",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"user"
							]
						}
					},
					"response": []
				},
				{
					"name": "Retrieve User",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "header",
									"type": "string"
								},
								{
									"key": "key",
									"value": "Authorization",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUri}}/api/v1/user/{{username}}",
							"host": [
								"{{baseUri}}"
							],
							"path": [
								"api",
								"v1",
								"user",
								"{{username}}"
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		}
	],
	"auth": {
		"type": "apikey",
		"apikey": [
			{
				"key": "value",
				"value": "{{apiKey}}",
				"type": "string"
			},
			{
				"key": "key",
				"value": "Authorization",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"id": "5c35902d-e16a-4e24-9956-d7f84e595d0f",
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"id": "e730e447-d897-4ace-9ea1-57830bd66fb3",
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"id": "ff979a8c-f01e-4e58-8b86-99074d973b86",
			"key": "baseUri",
			"value": "https://localhost.com"
		},
		{
			"id": "7fed6c69-3ca2-427f-a929-8462d3683433",
			"key": "apiKey",
			"value": "your-api-key"
		}
	],
	"protocolProfileBehavior": {}
}