{"item":[{"id":"220ab4b5-f816-4ba4-8227-338ff13a2c37","name":"active Gate Tokens","item":[{"id":"5959fb2c-a08f-498d-865b-e3cfaa46cae7","name":"Lists all available ActiveGate tokens","request":{"name":"Lists all available ActiveGate tokens","description":{"content":"You can limit the output by using pagination: \n1. Specify the number of results per page in the **pageSize** query parameter. \n2. Use the cursor from the **nextPageKey** field of the previous response in the **nextPageKey** query parameter to obtain subsequent pages.","type":"text/plain"},"url":{"path":["activeGateTokens"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"nextPageKey","value":"","description":"The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response. \n\nThe first page is always returned if you don't specify the **nextPageKey** query parameter. \n\nWhen the **nextPageKey** is set to obtain subsequent pages, you must omit all other query parameters. "},{"disabled":false,"key":"pageSize","value":"","description":"The amount of ActiveGate tokens in a single response payload. \n\nThe maximal allowed page size is 3000 and the minimal size is 100. \n\nIf not set, 100 is used."}],"variable":[]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"d1d7ef81-f0e9-4e5e-b1da-1c6da359ad3f","name":"Success. The response contains the list of ActiveGate tokens.","originalRequest":{"url":{"path":["activeGateTokens"],"host":["{{baseUrl}}"],"query":[{"key":"nextPageKey","value":""},{"key":"pageSize","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"activeGateTokens\": {\n \"activeGateType\": \"ENVIRONMENT\",\n \"creationDate\": \"2020-11-22T08:15:30.144Z\",\n \"expirationDate\": \"2020-11-24T08:15:30.144Z\",\n \"lastUsedDate\": \"2020-11-23T08:15:30.144Z\",\n \"name\": \"myToken\",\n \"owner\": \"john.smith\",\n \"seedToken\": \"false\"\n },\n \"nextPageKey\": \"AAAAAAAAAAAAAABOAAAAAAAAAAAAAAA6ACQAEAAAABgACgAITFdXQk1BRzYAAAhtZXRhZGF0YQB___-bf___m3iIYxfF7xVQvY72rwblQkcAAwAAAAAAAADHAAAAZA==\",\n \"pageSize\": 100,\n \"totalCount\": 1000\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"db1c9692-9c0f-45c5-b2df-27c32edb17be","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGateTokens"],"host":["{{baseUrl}}"],"query":[{"key":"nextPageKey","value":""},{"key":"pageSize","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -56923571,\n \"constraintViolations\": [\n {\n \"location\": \"do et dolore elit\",\n \"message\": \"dolor in\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"do elit ut ex ea\"\n },\n {\n \"location\": \"incididunt labore in voluptate sed\",\n \"message\": \"non dolor labore id\",\n \"parameterLocation\": \"PAYLOAD_BODY\",\n \"path\": \"nostrud ut irure voluptate aliquip\"\n }\n ],\n \"message\": \"id eiusmod non\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9758d309-e98d-457e-8eca-ead718c517e1","name":"Failed. The requested resource doesn't exist.","originalRequest":{"url":{"path":["activeGateTokens"],"host":["{{baseUrl}}"],"query":[{"key":"nextPageKey","value":""},{"key":"pageSize","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"922966e3-1239-4455-98a0-11d6243a8cd7","name":"Creates a new ActiveGate token","request":{"name":"Creates a new ActiveGate token","description":{"content":"The newly created token will be owned by the same user who owns the token used for authentication of the call.","type":"text/plain"},"url":{"path":["activeGateTokens"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"d5ae94f5-3f79-4335-bc35-0896f5aeecdb","name":"Success. The token has been created. The body of the response contains the token secret.","originalRequest":{"url":{"path":["activeGateTokens"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"id\": \"dt0g02.4KWZO5EF\",\n \"token\": \"dt0g02.4KWZO5EF.XT47R5DRADJIZUFOX4UDNOKTSUSABGLN7XSMJG7UXHRXKNY4WLORH4OF4T75MG7E\",\n \"expirationDate\": \"2020-11-24T08:15:30.144Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5267afa9-9d56-4328-847d-91957c57e27e","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGateTokens"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"da79a612-f72f-4014-aed1-3059a3a61e47","name":"{active Gate Token Identifier}","item":[{"id":"d3452439-c624-4852-9738-f991ec36fd90","name":"Deletes an ActiveGate token","request":{"name":"Deletes an ActiveGate token","description":{},"url":{"path":["activeGateTokens",":activeGateTokenIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"activeGateTokenIdentifier","description":"(Required) The ActiveGate token identifier, consisting of [prefix and public part](https://dt-url.net/rn00tjg) of the token to be deleted."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"DELETE","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"4b920c14-2901-4175-a807-d59ef4bc0406","name":"Success. Response doesn't have a body.","originalRequest":{"url":{"path":["activeGateTokens",":activeGateTokenIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"activeGateTokenIdentifier","description":"(Required) The ActiveGate token identifier, consisting of [prefix and public part](https://dt-url.net/rn00tjg) of the token to be deleted."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"e836591a-a2c9-4e8f-bd59-7a8579f3687f","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGateTokens",":activeGateTokenIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"activeGateTokenIdentifier","description":"(Required) The ActiveGate token identifier, consisting of [prefix and public part](https://dt-url.net/rn00tjg) of the token to be deleted."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e10ff0e2-9845-46a3-bc0e-c8f334ba35a7","name":"Gets metadata of an ActiveGate token","request":{"name":"Gets metadata of an ActiveGate token","description":{"content":"The token secret is **not** exposed.","type":"text/plain"},"url":{"path":["activeGateTokens",":activeGateTokenIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"activeGateTokenIdentifier","description":"(Required) The ActiveGate token identifier, consisting of [prefix and public part](https://dt-url.net/rn00tjg) of the token."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"c13136fc-28da-4cf0-b2f8-37709387ac80","name":"Success. The response contains the metadata of the tokens.","originalRequest":{"url":{"path":["activeGateTokens",":activeGateTokenIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"activeGateTokenIdentifier","description":"(Required) The ActiveGate token identifier, consisting of [prefix and public part](https://dt-url.net/rn00tjg) of the token."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"activeGateType\": \"CLUSTER\",\n \"creationDate\": \"2020-11-22T08:15:30.144Z\",\n \"id\": \"dt0g02.4KWZO5EF\",\n \"name\": \"myToken\",\n \"owner\": \"john.smith\",\n \"expirationDate\": \"2020-11-24T08:15:30.144Z\",\n \"lastUsedDate\": \"2020-11-23T08:15:30.144Z\",\n \"seedToken\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b52677d8-42e2-495a-8a45-0574010d12c2","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGateTokens",":activeGateTokenIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"activeGateTokenIdentifier","description":"(Required) The ActiveGate token identifier, consisting of [prefix and public part](https://dt-url.net/rn00tjg) of the token."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"95a086b0-06a6-445e-bb1d-d5ebde7cbd7f","name":"Failed. The requested resource doesn't exist.","originalRequest":{"url":{"path":["activeGateTokens",":activeGateTokenIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"activeGateTokenIdentifier","description":"(Required) The ActiveGate token identifier, consisting of [prefix and public part](https://dt-url.net/rn00tjg) of the token."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[]},{"id":"b1619ea4-0451-4f56-b50c-014d0e4daf2f","name":"active Gates","item":[{"id":"332f532d-ae99-4601-be7c-390031ddc322","name":"Lists all available ActiveGates","request":{"name":"Lists all available ActiveGates","description":{"content":"The response includes all ActiveGates that are currently connected to the environment or have been connected during last 2 hours.","type":"text/plain"},"url":{"path":["activeGates"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"hostname","value":"","description":"Filters the resulting set of ActiveGates by the name of the host it's running on. \n\n You can specify a partial name. In that case, the `CONTAINS` operator is used."},{"disabled":false,"key":"osType","value":"","description":"Filters the resulting set of ActiveGates by the OS type of the host it's running on."},{"disabled":false,"key":"osArchitecture","value":"","description":"Filters the resulting set of ActiveGates by the OS architecture of the host it's running on."},{"disabled":false,"key":"networkAddress","value":"","description":"Filters the resulting set of ActiveGates by the network address. \n\n You can specify a partial address. In that case, the `CONTAINS` operator is used."},{"disabled":false,"key":"loadBalancerAddress","value":"","description":"Filters the resulting set of ActiveGates by the Load Balancer address. \n\n You can specify a partial address. In that case, the `CONTAINS` operator is used."},{"disabled":false,"key":"type","value":"","description":"Filters the resulting set of ActiveGates by the ActiveGate type."},{"disabled":false,"key":"networkZone","value":"","description":"Filters the resulting set of ActiveGates by the network zone. \n\n You can specify a partial name. In that case, the `CONTAINS` operator is used."},{"disabled":false,"key":"updateStatus","value":"","description":"Filters the resulting set of ActiveGates by the auto-update status."},{"disabled":false,"key":"versionCompareType","value":"EQUAL","description":"Filters the resulting set of ActiveGates by the specified version. \n\n Specify the comparison operator here."},{"disabled":false,"key":"version","value":"","description":"Filters the resulting set of ActiveGates by the specified version. \n\n Specify the version in `..` format (for example, `1.195.0`) here."},{"disabled":false,"key":"autoUpdate","value":"","description":"Filters the resulting set of ActiveGates by the actual state of auto-update."},{"disabled":false,"key":"group","value":"","description":"Filters the resulting set of ActiveGates by the group. \n\n You can specify a partial name. In that case, the `CONTAINS` operator is used."},{"disabled":false,"key":"online","value":"","description":"Filters the resulting set of ActiveGates by the communication status."},{"disabled":false,"key":"enabledModule","value":"","description":"Filters the resulting set of ActiveGates by the enabled modules."},{"disabled":false,"key":"enabledModule","value":"","description":"Filters the resulting set of ActiveGates by the enabled modules."},{"disabled":false,"key":"disabledModule","value":"","description":"Filters the resulting set of ActiveGates by the disabled modules."},{"disabled":false,"key":"disabledModule","value":"","description":"Filters the resulting set of ActiveGates by the disabled modules."},{"disabled":false,"key":"containerized","value":"","description":"Filters the resulting set of ActiveGates to those which are running in container (`true`) or not (`false`)."},{"disabled":false,"key":"tokenState","value":"","description":"Filters the resulting set of ActiveGates to those with authorization token in specified state."},{"disabled":false,"key":"tokenExpirationSet","value":"","description":"Filters the resulting set of ActiveGates to those with set expiration date for authorization token."}],"variable":[]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"e05edc87-5281-46cb-bc5b-47126c9007b2","name":"Success","originalRequest":{"url":{"path":["activeGates"],"host":["{{baseUrl}}"],"query":[{"key":"hostname","value":""},{"key":"osType","value":""},{"key":"osArchitecture","value":""},{"key":"networkAddress","value":""},{"key":"loadBalancerAddress","value":""},{"key":"type","value":""},{"key":"networkZone","value":""},{"key":"updateStatus","value":""},{"key":"versionCompareType","value":"EQUAL"},{"key":"version","value":""},{"key":"autoUpdate","value":""},{"key":"group","value":""},{"key":"online","value":""},{"key":"enabledModule","value":""},{"key":"enabledModule","value":""},{"key":"disabledModule","value":""},{"key":"disabledModule","value":""},{"key":"containerized","value":""},{"key":"tokenState","value":""},{"key":"tokenExpirationSet","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"activeGates\": [\n {\n \"activeGateTokens\": [\n {\n \"environmentId\": \"sint\",\n \"id\": \"dt0g02.4KWZO5EF\",\n \"state\": \"UNKNOWN\"\n },\n {\n \"environmentId\": \"cupidatat dolore dolore occaecat in\",\n \"id\": \"dt0g02.4KWZO5EF\",\n \"state\": \"VALID\"\n }\n ],\n \"autoUpdateSettings\": {\n \"setting\": \"INHERITED\",\n \"effectiveSetting\": \"ENABLED\"\n },\n \"autoUpdateStatus\": \"OUTDATED\",\n \"connectedHosts\": {\n \"number\": 150\n },\n \"containerized\": false,\n \"environments\": [\n \"aute quis officia\",\n \"aliqua ut\"\n ],\n \"group\": \"default\",\n \"hostname\": \"exampleHostname\",\n \"id\": \"0x3efdd091\",\n \"loadBalancerAddresses\": [\n \"ut commodo sunt dolore\",\n \"nisi cupidatat\"\n ],\n \"mainEnvironment\": \"d1bf4a7e-666b-43af-9f45-718g98372e2f\",\n \"modules\": [\n {\n \"attributes\": {\n \"in_93\": \"sed deserunt Excepteur\"\n },\n \"enabled\": false,\n \"misconfigured\": true,\n \"type\": \"KUBERNETES\",\n \"version\": \"Excepteur eiusmod ut dolore\"\n },\n {\n \"attributes\": {\n \"commodo94c\": \"tempor aliquip esse consectetur\"\n },\n \"enabled\": true,\n \"misconfigured\": false,\n \"type\": \"KUBERNETES\",\n \"version\": \"non\"\n }\n ],\n \"networkAddresses\": [\n \"dolor veniam\",\n \"\"\n ],\n \"networkZone\": \"exampleNetworkZone\",\n \"offlineSince\": 1582031917814,\n \"osArchitecture\": \"X86\",\n \"osBitness\": \"64\",\n \"osType\": \"WINDOWS\",\n \"type\": \"ENVIRONMENT\",\n \"version\": \"1.185.0.20200201-120000\"\n },\n {\n \"activeGateTokens\": [\n {\n \"environmentId\": \"aute laborum nisi pariatur elit\",\n \"id\": \"dt0g02.4KWZO5EF\",\n \"state\": \"INVALID\"\n },\n {\n \"environmentId\": \"cillum non voluptate aute\",\n \"id\": \"dt0g02.4KWZO5EF\",\n \"state\": \"ABSENT\"\n }\n ],\n \"autoUpdateSettings\": {\n \"setting\": \"INHERITED\",\n \"effectiveSetting\": \"ENABLED\"\n },\n \"autoUpdateStatus\": \"OUTDATED\",\n \"connectedHosts\": {\n \"number\": 150\n },\n \"containerized\": false,\n \"environments\": [\n \"veniam culpa\",\n \"Duis eiusmod aute\"\n ],\n \"group\": \"default\",\n \"hostname\": \"exampleHostname\",\n \"id\": \"0x3efdd091\",\n \"loadBalancerAddresses\": [\n \"ipsum irure dolore consectetur\",\n \"ullamco dolore\"\n ],\n \"mainEnvironment\": \"d1bf4a7e-666b-43af-9f45-718g98372e2f\",\n \"modules\": [\n {\n \"attributes\": {\n \"pariatura5d\": \"exercitation nostrud dolore mollit ut\",\n \"ipsum_7\": \"veniam c\"\n },\n \"enabled\": false,\n \"misconfigured\": true,\n \"type\": \"KUBERNETES\",\n \"version\": \"anim\"\n },\n {\n \"attributes\": {\n \"reprehenderit5a6\": \"consequat fugiat adipisicing\"\n },\n \"enabled\": true,\n \"misconfigured\": true,\n \"type\": \"KUBERNETES\",\n \"version\": \"aliquip\"\n }\n ],\n \"networkAddresses\": [\n \"cillum magna\",\n \"quis aliqua Ut\"\n ],\n \"networkZone\": \"exampleNetworkZone\",\n \"offlineSince\": 1582031917814,\n \"osArchitecture\": \"X86\",\n \"osBitness\": \"64\",\n \"osType\": \"WINDOWS\",\n \"type\": \"ENVIRONMENT\",\n \"version\": \"1.185.0.20200201-120000\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"820898bd-91b3-43c3-9c42-3c7aa6543ce4","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGates"],"host":["{{baseUrl}}"],"query":[{"key":"hostname","value":""},{"key":"osType","value":""},{"key":"osArchitecture","value":""},{"key":"networkAddress","value":""},{"key":"loadBalancerAddress","value":""},{"key":"type","value":""},{"key":"networkZone","value":""},{"key":"updateStatus","value":""},{"key":"versionCompareType","value":"EQUAL"},{"key":"version","value":""},{"key":"autoUpdate","value":""},{"key":"group","value":""},{"key":"online","value":""},{"key":"enabledModule","value":""},{"key":"enabledModule","value":""},{"key":"disabledModule","value":""},{"key":"disabledModule","value":""},{"key":"containerized","value":""},{"key":"tokenState","value":""},{"key":"tokenExpirationSet","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"29761900-6a2d-45db-950e-326635c5dbd7","name":"auto Update","item":[{"id":"d01cba4b-735b-4f13-9649-6c8e60d6e3dc","name":"Gets the global auto-update configuration of cluster ActiveGates.","request":{"name":"Gets the global auto-update configuration of cluster ActiveGates.","description":{},"url":{"path":["activeGates","autoUpdate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"9dde4978-047e-4947-8cb7-fa832c32daff","name":"Success","originalRequest":{"url":{"path":["activeGates","autoUpdate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"globalSetting\": \"DISABLED\",\n \"metadata\": {\n \"clusterVersion\": \"1.192.1\",\n \"configurationVersions\": [\n 4,\n 2\n ],\n \"currentConfigurationVersions\": [\n \"1.0.4\",\n \"1.23\"\n ]\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1bdeb905-da4d-4ace-b618-7831c14a350d","name":"Puts the global auto-update configuration of cluster ActiveGates.","request":{"name":"Puts the global auto-update configuration of cluster ActiveGates.","description":{},"url":{"path":["activeGates","autoUpdate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"PUT","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"88bbb85e-d66a-47e3-9c0d-0b9c81cc0975","name":"Success. The global auto-update configuration have been updated. Response doesn't have a body.","originalRequest":{"url":{"path":["activeGates","autoUpdate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"3965df79-d0b7-45ee-ab94-21d2b9743392","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGates","autoUpdate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"30745e00-32cf-4b40-b6d1-557b578da0c1","name":"Validates the payload for the `POST /activeGates/autoUpdate` request.","request":{"name":"Validates the payload for the `POST /activeGates/autoUpdate` request.","description":{},"url":{"path":["activeGates","autoUpdate","validator"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"d5ec1346-55c1-402d-be32-1bd91dfeaecf","name":"Validated. The submitted configuration is valid. Response doesn't have a body.","originalRequest":{"url":{"path":["activeGates","autoUpdate","validator"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"fc110f9b-a91f-4c91-aab3-0ffc9247f4c7","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGates","autoUpdate","validator"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1dfa5cb2-7350-4c06-963e-61246661fba7","name":"{env Id}","item":[{"id":"921e4cef-acf2-4651-8917-3967bbcbb0ac","name":"Gets the global auto-update configuration of environment ActiveGates.","request":{"name":"Gets the global auto-update configuration of environment ActiveGates.","description":{},"url":{"path":["activeGates","autoUpdate",":envId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"envId","description":"(Required) The ID of the environment."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"5347c2a1-cd98-48d4-909c-7a3fd5070144","name":"Success","originalRequest":{"url":{"path":["activeGates","autoUpdate",":envId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"envId","description":"(Required) The ID of the environment."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"globalSetting\": \"\",\n \"metadata\": {\n \"clusterVersion\": \"1.192.1\",\n \"configurationVersions\": [\n 4,\n 2\n ],\n \"currentConfigurationVersions\": [\n \"1.0.4\",\n \"1.23\"\n ]\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"431a94d5-60fe-4876-9762-63415445da81","name":"Not found. See response body for details.","originalRequest":{"url":{"path":["activeGates","autoUpdate",":envId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"envId","description":"(Required) The ID of the environment."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"34c03fdf-8f3a-4932-b5d9-8a8eab94c2ec","name":"Puts the global auto-update configuration of environment ActiveGates.","request":{"name":"Puts the global auto-update configuration of environment ActiveGates.","description":{},"url":{"path":["activeGates","autoUpdate",":envId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"envId","description":"(Required) The ID of the environment."}]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"PUT","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"5821b8ed-fcf4-4039-92d0-b9c30a3a6575","name":"Success. The global auto-update configuration have been updated. Response doesn't have a body.","originalRequest":{"url":{"path":["activeGates","autoUpdate",":envId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"envId","description":"(Required) The ID of the environment."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6208f026-006f-4942-a958-aca4c288f0aa","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGates","autoUpdate",":envId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"envId","description":"(Required) The ID of the environment."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1d8d0f33-e5fe-4ba4-a152-cefb693ae7f5","name":"Validates the payload for the `POST /activeGates/autoUpdate/{envId}` request.","request":{"name":"Validates the payload for the `POST /activeGates/autoUpdate/{envId}` request.","description":{},"url":{"path":["activeGates","autoUpdate",":envId","validator"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"envId","description":"(Required) The ID of the environment."}]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"754325c6-4e13-4034-8e8d-5bc29cc4732f","name":"Validated. The submitted configuration is valid. Response doesn't have a body.","originalRequest":{"url":{"path":["activeGates","autoUpdate",":envId","validator"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"envId","description":"(Required) The ID of the environment."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"2d678456-cfad-4330-a7e4-15c1fc2cd36b","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGates","autoUpdate",":envId","validator"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"envId","description":"(Required) The ID of the environment."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[]},{"id":"058caab6-fcf1-48f0-9c96-ca60bd2b5081","name":"remote Configuration Management","item":[{"id":"f51d0ea3-c8ac-4644-b4ee-e27faba09f57","name":"Lists finished ActiveGate remote configuration management jobs","request":{"name":"Lists finished ActiveGate remote configuration management jobs","description":{"content":"The response includes finished jobs for the last 7 days.","type":"text/plain"},"url":{"path":["activeGates","remoteConfigurationManagement"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"from","value":"","description":"The start of the requested timeframe for a remote configuration management job. \n\nYou can use one of the following formats: \n* Timestamp in UTC milliseconds. \n* Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional. \n* Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week. \nYou can also specify relative timeframe without an alignment: `now-NU`. \nSupported time units for the relative timeframe are: \n * `m`: minutes \n * `h`: hours \n * `d`: days \n * `w`: weeks \n * `M`: months \n * `y`: years \n\n"},{"disabled":false,"key":"to","value":"","description":"The end of the requested timeframe for a remote configuration management job. \n\nYou can use one of the following formats: \n* Timestamp in UTC milliseconds. \n* Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional. \n* Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week. \nYou can also specify relative timeframe without an alignment: `now-NU`. \nSupported time units for the relative timeframe are: \n * `m`: minutes \n * `h`: hours \n * `d`: days \n * `w`: weeks \n * `M`: months \n * `y`: years \n\nIf not set, the current timestamp is used."}],"variable":[]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"347fc156-950d-4fbd-9128-2408767f11ab","name":"Success","originalRequest":{"url":{"path":["activeGates","remoteConfigurationManagement"],"host":["{{baseUrl}}"],"query":[{"key":"from","value":""},{"key":"to","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"jobs\": [\n {\n \"endTime\": \"2020-11-05T08:15:30.144Z\",\n \"entityType\": \"ONE_AGENT\",\n \"id\": \"7974003406714390819\",\n \"startTime\": \"2020-11-05T08:15:30.144Z\"\n },\n {\n \"endTime\": \"2020-11-05T08:15:30.144Z\",\n \"entityType\": \"ACTIVE_GATE\",\n \"id\": \"7974003406714390819\",\n \"startTime\": \"2020-11-05T08:15:30.144Z\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"aaf04b0e-78f5-4e96-bddb-c81e5da00fe8","name":"Creates a new remote configuration management job","request":{"name":"Creates a new remote configuration management job","description":{},"url":{"path":["activeGates","remoteConfigurationManagement"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"7d42a5a6-a74e-4232-ad51-bf8b9627d969","name":"Created","originalRequest":{"url":{"path":["activeGates","remoteConfigurationManagement"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"endTime\": \"2020-11-05T08:15:30.144Z\",\n \"entityType\": \"ACTIVE_GATE\",\n \"id\": \"7974003406714390819\",\n \"operations\": [\n {\n \"attribute\": \"networkZone\",\n \"operation\": \"set\",\n \"value\": \"exampleNetworkZoneName\"\n },\n {\n \"attribute\": \"networkZone\",\n \"operation\": \"set\",\n \"value\": \"exampleNetworkZoneName\"\n }\n ],\n \"processedEntitiesCount\": 1,\n \"startTime\": \"2020-11-05T08:15:30.144Z\",\n \"timeoutTime\": \"2020-11-05T08:15:30.144Z\",\n \"totalEntitiesCount\": 1\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ec660ace-3b83-43e2-aafa-4a3f88f4da89","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGates","remoteConfigurationManagement"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"invalidEntities\": [\n {\n \"entity\": \"entityId\",\n \"reasons\": [\n \"RUNNING_IN_CONTAINER\"\n ]\n },\n {\n \"entity\": \"entityId\",\n \"reasons\": [\n \"RUNNING_IN_CONTAINER\"\n ]\n }\n ],\n \"invalidOperations\": [\n {\n \"attribute\": \"networkZone\",\n \"operation\": \"set\",\n \"reason\": \"Value must not start with a period\",\n \"value\": \".exampleInvalidNetworkZoneName\"\n },\n {\n \"attribute\": \"networkZone\",\n \"operation\": \"set\",\n \"reason\": \"Value must not start with a period\",\n \"value\": \".exampleInvalidNetworkZoneName\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"37672511-2273-442f-a50c-145960e98ee4","name":"Other remote configuration management job is currently being executed","originalRequest":{"url":{"path":["activeGates","remoteConfigurationManagement"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7770f48c-891d-4e56-886a-8f09cfb4ecab","name":"Gets remote configuration management job that is currently running","request":{"name":"Gets remote configuration management job that is currently running","description":{"content":"The currently running remote configuration management job may be related to ActiveGates or OneAgents. There is a limit of one concurrent remote configuration management job, regardless of the entity type.","type":"text/plain"},"url":{"path":["activeGates","remoteConfigurationManagement","current"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"e7cb916a-10ff-4562-9b82-701671f1d7f3","name":"Success","originalRequest":{"url":{"path":["activeGates","remoteConfigurationManagement","current"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"endTime\": \"2020-11-05T08:15:30.144Z\",\n \"entityType\": \"ACTIVE_GATE\",\n \"id\": \"7974003406714390819\",\n \"operations\": [\n {\n \"attribute\": \"networkZone\",\n \"operation\": \"set\",\n \"value\": \"exampleNetworkZoneName\"\n },\n {\n \"attribute\": \"networkZone\",\n \"operation\": \"set\",\n \"value\": \"exampleNetworkZoneName\"\n }\n ],\n \"processedEntitiesCount\": 1,\n \"startTime\": \"2020-11-05T08:15:30.144Z\",\n \"timeoutTime\": \"2020-11-05T08:15:30.144Z\",\n \"totalEntitiesCount\": 1\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"acd20cbc-0cf7-4b45-8c8b-91206625827c","name":"No remote configuration management job is currently running ","originalRequest":{"url":{"path":["activeGates","remoteConfigurationManagement","current"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5d923aab-7600-4855-9ad7-a7f5d1f3da2d","name":"Creates a preview for remote configuration management job - applicable only to network zone, host group and ActiveGate group","request":{"name":"Creates a preview for remote configuration management job - applicable only to network zone, host group and ActiveGate group","description":{},"url":{"path":["activeGates","remoteConfigurationManagement","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"4ab35fd7-5b10-4a3f-9488-aecdc8a359e2","name":"Success","originalRequest":{"url":{"path":["activeGates","remoteConfigurationManagement","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"previews\": [\n {\n \"alreadyConfiguredEntitiesCount\": 1,\n \"attribute\": \"networkZone\",\n \"operation\": \"set\",\n \"targetEntitiesCount\": 2,\n \"value\": \"exampleNetworkZoneName\"\n },\n {\n \"alreadyConfiguredEntitiesCount\": 1,\n \"attribute\": \"networkZone\",\n \"operation\": \"set\",\n \"targetEntitiesCount\": 2,\n \"value\": \"exampleNetworkZoneName\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"280b414f-1af9-4c88-ae4b-e850b743f8e7","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGates","remoteConfigurationManagement","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"invalidEntities\": [\n {\n \"entity\": \"entityId\",\n \"reasons\": [\n \"RUNNING_IN_CONTAINER\"\n ]\n },\n {\n \"entity\": \"entityId\",\n \"reasons\": [\n \"RUNNING_IN_CONTAINER\"\n ]\n }\n ],\n \"invalidOperations\": [\n {\n \"attribute\": \"networkZone\",\n \"operation\": \"set\",\n \"reason\": \"Value must not start with a period\",\n \"value\": \".exampleInvalidNetworkZoneName\"\n },\n {\n \"attribute\": \"networkZone\",\n \"operation\": \"set\",\n \"reason\": \"Value must not start with a period\",\n \"value\": \".exampleInvalidNetworkZoneName\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"edca2985-e500-4950-88b9-33b34feb41ed","name":"Validates the payload for the `POST /activeGates/remoteConfigurationManagement` request.","request":{"name":"Validates the payload for the `POST /activeGates/remoteConfigurationManagement` request.","description":{},"url":{"path":["activeGates","remoteConfigurationManagement","validator"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"45e0885a-56cc-4f37-8fb0-f184bc7cc440","name":"Success. Response doesn't have a body.","originalRequest":{"url":{"path":["activeGates","remoteConfigurationManagement","validator"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"27a13ee2-6427-4075-8190-848e17a16e5a","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGates","remoteConfigurationManagement","validator"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"invalidEntities\": [\n {\n \"entity\": \"entityId\",\n \"reasons\": [\n \"RUNNING_IN_CONTAINER\"\n ]\n },\n {\n \"entity\": \"entityId\",\n \"reasons\": [\n \"RUNNING_IN_CONTAINER\"\n ]\n }\n ],\n \"invalidOperations\": [\n {\n \"attribute\": \"networkZone\",\n \"operation\": \"set\",\n \"reason\": \"Value must not start with a period\",\n \"value\": \".exampleInvalidNetworkZoneName\"\n },\n {\n \"attribute\": \"networkZone\",\n \"operation\": \"set\",\n \"reason\": \"Value must not start with a period\",\n \"value\": \".exampleInvalidNetworkZoneName\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7a9bdc9d-516f-47a6-9e99-5b8c2b6fbac8","name":"Gets the specified remote configuration management job","request":{"name":"Gets the specified remote configuration management job","description":{},"url":{"path":["activeGates","remoteConfigurationManagement",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the required remote configuration management job."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"1b69f855-dbb0-40ae-8806-f1491dd4a421","name":"Success","originalRequest":{"url":{"path":["activeGates","remoteConfigurationManagement",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the required remote configuration management job."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"endTime\": \"2020-11-05T08:15:30.144Z\",\n \"entityType\": \"ACTIVE_GATE\",\n \"id\": \"7974003406714390819\",\n \"operations\": [\n {\n \"attribute\": \"networkZone\",\n \"operation\": \"set\",\n \"value\": \"exampleNetworkZoneName\"\n },\n {\n \"attribute\": \"networkZone\",\n \"operation\": \"set\",\n \"value\": \"exampleNetworkZoneName\"\n }\n ],\n \"processedEntitiesCount\": 1,\n \"startTime\": \"2020-11-05T08:15:30.144Z\",\n \"timeoutTime\": \"2020-11-05T08:15:30.144Z\",\n \"totalEntitiesCount\": 1\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8a86b71c-2f9d-418d-be7c-2afe012d23d3","name":"Failed. The requested resource doesn't exist.","originalRequest":{"url":{"path":["activeGates","remoteConfigurationManagement",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the required remote configuration management job."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"9c665146-c5ea-46df-9f34-741c32625c7c","name":"Gets the status of ActiveGate [tokens enforcement](https://dt-url.net/m80331a)","request":{"name":"Gets the status of ActiveGate [tokens enforcement](https://dt-url.net/m80331a)","description":{},"url":{"path":["activeGates","tokenEnforcement"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"d954924d-ca7a-47ed-ab5c-ca4f71fdba1b","name":"Success. The response contains the status of ActiveGate tokens enforcement","originalRequest":{"url":{"path":["activeGates","tokenEnforcement"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"autoEnforced\": false,\n \"autoEnforcementEstimation\": {\n \"value\": 92420853,\n \"unit\": \"SECONDS\"\n },\n \"manualEnforced\": false\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f8c328d2-e36e-4f65-9967-bd7da6cbf7a3","name":"List ActiveGates with update jobs","request":{"name":"List ActiveGates with update jobs","description":{"content":"The response includes ActiveGates that have both completed (successful and failed) jobs and jobs in progress.","type":"text/plain"},"url":{"path":["activeGates","updateJobs"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"from","value":"","description":"The start of the requested timeframe for update jobs. \n\nYou can use one of the following formats: \n* Timestamp in UTC milliseconds. \n* Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional. \n* Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week. \nYou can also specify relative timeframe without an alignment: `now-NU`. \nSupported time units for the relative timeframe are: \n * `m`: minutes \n * `h`: hours \n * `d`: days \n * `w`: weeks \n * `M`: months \n * `y`: years \n\nIf not set, the relative timeframe of one day is used (`now-1d`). \n\nMaximum timeframe is 31 days."},{"disabled":false,"key":"to","value":"","description":"The end of the requested timeframe for update jobs. \n\nYou can use one of the following formats: \n* Timestamp in UTC milliseconds. \n* Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional. \n* Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week. \nYou can also specify relative timeframe without an alignment: `now-NU`. \nSupported time units for the relative timeframe are: \n * `m`: minutes \n * `h`: hours \n * `d`: days \n * `w`: weeks \n * `M`: months \n * `y`: years \n\nIf not set, the current timestamp is used."},{"disabled":false,"key":"startVersionCompareType","value":"EQUAL","description":"Filters the resulting set of update jobs by the specified initial version. \n\n Specify the comparison operator here."},{"disabled":false,"key":"startVersion","value":"","description":"Filters the resulting set of update-jobs by the initial version (required format `..`)."},{"disabled":false,"key":"updateType","value":"","description":"Filters the resulting set of update-jobs by the update type."},{"disabled":false,"key":"targetVersionCompareType","value":"EQUAL","description":"Filters the resulting set of update jobs by the specified target version. \n\n Specify the comparison operator here."},{"disabled":false,"key":"targetVersion","value":"","description":"Filters the resulting set of update-jobs by the target version (required format `..`)."},{"disabled":false,"key":"lastUpdates","value":"false","description":"If `true`, filters the resulting set of update jobs to the most recent update of each type."}],"variable":[]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"7d3c7760-175b-4b7d-99d1-1b03c8c9c81d","name":"Success","originalRequest":{"url":{"path":["activeGates","updateJobs"],"host":["{{baseUrl}}"],"query":[{"key":"from","value":""},{"key":"to","value":""},{"key":"startVersionCompareType","value":"EQUAL"},{"key":"startVersion","value":""},{"key":"updateType","value":"ACTIVE_GATE"},{"key":"targetVersionCompareType","value":"EQUAL"},{"key":"targetVersion","value":""},{"key":"lastUpdates","value":"false"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"allUpdateJobs\": [\n {\n \"agId\": \"0x3efdd092\",\n \"updateJobs\": [\n {\n \"targetVersion\": \"1.190.0.20200301-130000\",\n \"agType\": \"ENVIRONMENT\",\n \"cancelable\": false,\n \"duration\": 3608000,\n \"environments\": [\n \"nulla tempor Lorem proident\",\n \"amet quis dolor irure eu\"\n ],\n \"error\": \"dolore ut\",\n \"jobId\": \"-3524498778810258605\",\n \"jobState\": \"SUCCEED\",\n \"startVersion\": \"1.185.0.20200201-120000\",\n \"timestamp\": 1582031917814,\n \"updateMethod\": \"AUTOMATIC\",\n \"updateType\": \"ACTIVE_GATE\"\n },\n {\n \"targetVersion\": \"1.190.0.20200301-130000\",\n \"agType\": \"ENVIRONMENT\",\n \"cancelable\": false,\n \"duration\": 3608000,\n \"environments\": [\n \"pariatur incididunt\",\n \"d\"\n ],\n \"error\": \"ut do et officia\",\n \"jobId\": \"-3524498778810258605\",\n \"jobState\": \"SUCCEED\",\n \"startVersion\": \"1.185.0.20200201-120000\",\n \"timestamp\": 1582031917814,\n \"updateMethod\": \"AUTOMATIC\",\n \"updateType\": \"ACTIVE_GATE\"\n }\n ]\n },\n {\n \"agId\": \"0x3efdd092\",\n \"updateJobs\": [\n {\n \"targetVersion\": \"1.190.0.20200301-130000\",\n \"agType\": \"ENVIRONMENT\",\n \"cancelable\": false,\n \"duration\": 3608000,\n \"environments\": [\n \"anim offici\",\n \"esse do tempor voluptate sunt\"\n ],\n \"error\": \"dolore eu id\",\n \"jobId\": \"-3524498778810258605\",\n \"jobState\": \"SUCCEED\",\n \"startVersion\": \"1.185.0.20200201-120000\",\n \"timestamp\": 1582031917814,\n \"updateMethod\": \"AUTOMATIC\",\n \"updateType\": \"ACTIVE_GATE\"\n },\n {\n \"targetVersion\": \"1.190.0.20200301-130000\",\n \"agType\": \"ENVIRONMENT\",\n \"cancelable\": false,\n \"duration\": 3608000,\n \"environments\": [\n \"dolore deserunt\",\n \"et inc\"\n ],\n \"error\": \"cupid\",\n \"jobId\": \"-3524498778810258605\",\n \"jobState\": \"SUCCEED\",\n \"startVersion\": \"1.185.0.20200201-120000\",\n \"timestamp\": 1582031917814,\n \"updateMethod\": \"AUTOMATIC\",\n \"updateType\": \"ACTIVE_GATE\"\n }\n ]\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"68fc01d7-d95a-4552-9a1c-3dc9330f68d9","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGates","updateJobs"],"host":["{{baseUrl}}"],"query":[{"key":"from","value":""},{"key":"to","value":""},{"key":"startVersionCompareType","value":"EQUAL"},{"key":"startVersion","value":""},{"key":"updateType","value":"ACTIVE_GATE"},{"key":"targetVersionCompareType","value":"EQUAL"},{"key":"targetVersion","value":""},{"key":"lastUpdates","value":"false"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6e25756a-c125-4dfd-b2ef-4d998c320d73","name":"{ag Id}","item":[{"id":"2170a111-66b5-4e28-b1b2-94c92514ea5f","name":"Gets the details of the specified ActiveGate","request":{"name":"Gets the details of the specified ActiveGate","description":{},"url":{"path":["activeGates",":agId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"7a3fb4cb-501b-48b2-82c8-00ce3cc698b0","name":"Success","originalRequest":{"url":{"path":["activeGates",":agId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"activeGateTokens\": [\n {\n \"environmentId\": \"mollit nulla\",\n \"id\": \"dt0g02.4KWZO5EF\",\n \"state\": \"INVALID\"\n },\n {\n \"environmentId\": \"fugiat anim\",\n \"id\": \"dt0g02.4KWZO5EF\",\n \"state\": \"VALID\"\n }\n ],\n \"autoUpdateSettings\": {\n \"setting\": \"INHERITED\",\n \"effectiveSetting\": \"ENABLED\"\n },\n \"autoUpdateStatus\": \"OUTDATED\",\n \"connectedHosts\": {\n \"number\": 150\n },\n \"containerized\": true,\n \"environments\": [\n \"ullamco laborum dolore\",\n \"in eiusmod quis ut\"\n ],\n \"group\": \"default\",\n \"hostname\": \"exampleHostname\",\n \"id\": \"0x3efdd091\",\n \"loadBalancerAddresses\": [\n \"culpa E\",\n \"Lorem consectetur cillum\"\n ],\n \"mainEnvironment\": \"d1bf4a7e-666b-43af-9f45-718g98372e2f\",\n \"modules\": [\n {\n \"attributes\": {\n \"dolor__58\": \"pariatu\",\n \"est1a\": \"sunt\",\n \"commodo9\": \"eu ad do velit\"\n },\n \"enabled\": true,\n \"misconfigured\": false,\n \"type\": \"KUBERNETES\",\n \"version\": \"non aliquip\"\n },\n {\n \"attributes\": {\n \"amet2e6\": \"dolor anim culpa\"\n },\n \"enabled\": false,\n \"misconfigured\": false,\n \"type\": \"KUBERNETES\",\n \"version\": \"exercitation nisi dolor culpa\"\n }\n ],\n \"networkAddresses\": [\n \"proident dolore aute ut\",\n \"dolor\"\n ],\n \"networkZone\": \"exampleNetworkZone\",\n \"offlineSince\": 1582031917814,\n \"osArchitecture\": \"X86\",\n \"osBitness\": \"64\",\n \"osType\": \"WINDOWS\",\n \"type\": \"ENVIRONMENT\",\n \"version\": \"1.185.0.20200201-120000\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"000f3708-d0fe-4d08-af11-089cea37675b","name":"Not found. See response body for details.","originalRequest":{"url":{"path":["activeGates",":agId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f9211be0-c908-4d29-8d0d-3a2816b56eb9","name":"auto Update","item":[{"id":"fc9a529a-95f5-4c13-a387-aba9103000d0","name":"Gets the configuration of auto-update for the specified ActiveGate","request":{"name":"Gets the configuration of auto-update for the specified ActiveGate","description":{},"url":{"path":["activeGates",":agId","autoUpdate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"cb4cad83-f3bb-4d49-8d2b-530ae1740f9b","name":"Success","originalRequest":{"url":{"path":["activeGates",":agId","autoUpdate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"setting\": \"INHERITED\",\n \"effectiveSetting\": \"ENABLED\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"935ced7f-c02e-4481-b497-bb74e4061f78","name":"Not found. See response body for details.","originalRequest":{"url":{"path":["activeGates",":agId","autoUpdate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1b7a98e5-ef39-4612-b603-4677c93b408c","name":"Updates the configuration of auto-update for the specified ActiveGate","request":{"name":"Updates the configuration of auto-update for the specified ActiveGate","description":{},"url":{"path":["activeGates",":agId","autoUpdate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"PUT","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"6533a3ab-c839-43fb-ad7b-d5f26d65ee51","name":"Success. The auto-update configuration have been updated. Response doesn't have a body.","originalRequest":{"url":{"path":["activeGates",":agId","autoUpdate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"65008814-0023-45fe-897a-88646d4633f5","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGates",":agId","autoUpdate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2813dddb-b0e9-4bac-b1a2-ea3eba6b6dcd","name":"Validates the payload for the `POST /activeGates/{agId}/autoUpdate` request.","request":{"name":"Validates the payload for the `POST /activeGates/{agId}/autoUpdate` request.","description":{},"url":{"path":["activeGates",":agId","autoUpdate","validator"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"59b77614-b4a6-424f-94fd-ff5efcec62eb","name":"Validated. The submitted auto-update configuration is valid. Response doesn't have a body.","originalRequest":{"url":{"path":["activeGates",":agId","autoUpdate","validator"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"0fe0f7be-78df-475c-834c-7abd61508db7","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGates",":agId","autoUpdate","validator"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"5e3c1803-3f81-444a-88e3-39534a2de118","name":"update Jobs","item":[{"id":"154d83dd-674e-468f-b114-9b652e0e3bfd","name":"Lists update jobs for the specified ActiveGate","request":{"name":"Lists update jobs for the specified ActiveGate","description":{"content":"The job can update the ActiveGate to the specified version or the latest available one.","type":"text/plain"},"url":{"path":["activeGates",":agId","updateJobs"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"from","value":"","description":"The start of the requested timeframe for update jobs. \n\nYou can use one of the following formats: \n* Timestamp in UTC milliseconds. \n* Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional. \n* Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week. \nYou can also specify relative timeframe without an alignment: `now-NU`. \nSupported time units for the relative timeframe are: \n * `m`: minutes \n * `h`: hours \n * `d`: days \n * `w`: weeks \n * `M`: months \n * `y`: years \n\nIf not set, the relative timeframe of one week is used (`now-1w`). \n\nMaximum timeframe is 31 days."},{"disabled":false,"key":"to","value":"","description":"The end of the requested timeframe for update jobs. \n\nYou can use one of the following formats: \n* Timestamp in UTC milliseconds. \n* Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional. \n* Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week. \nYou can also specify relative timeframe without an alignment: `now-NU`. \nSupported time units for the relative timeframe are: \n * `m`: minutes \n * `h`: hours \n * `d`: days \n * `w`: weeks \n * `M`: months \n * `y`: years \n\nIf not set, the current timestamp is used."},{"disabled":false,"key":"startVersionCompareType","value":"EQUAL","description":"Filters the resulting set of update jobs by the specified initial version. \n\n Specify the comparison operator here."},{"disabled":false,"key":"startVersion","value":"","description":"Filters the resulting set of update-jobs by the initial version (required format `..`)."},{"disabled":false,"key":"updateType","value":"","description":"Filters the resulting set of update-jobs by the update type."},{"disabled":false,"key":"targetVersionCompareType","value":"EQUAL","description":"Filters the resulting set of update jobs by the specified target version. \n\n Specify the comparison operator here."},{"disabled":false,"key":"targetVersion","value":"","description":"Filters the resulting set of update-jobs by the target version (required format `..`)."},{"disabled":false,"key":"lastUpdates","value":"false","description":"If `true`, filters the resulting set of update jobs to the most recent update of each type."}],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"7e4e2065-8530-441b-b4e1-a64e7dc97367","name":"Success","originalRequest":{"url":{"path":["activeGates",":agId","updateJobs"],"host":["{{baseUrl}}"],"query":[{"key":"from","value":""},{"key":"to","value":""},{"key":"startVersionCompareType","value":"EQUAL"},{"key":"startVersion","value":""},{"key":"updateType","value":"ACTIVE_GATE"},{"key":"targetVersionCompareType","value":"EQUAL"},{"key":"targetVersion","value":""},{"key":"lastUpdates","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"agId\": \"0x3efdd092\",\n \"updateJobs\": [\n {\n \"targetVersion\": \"1.190.0.20200301-130000\",\n \"agType\": \"ENVIRONMENT\",\n \"cancelable\": false,\n \"duration\": 3608000,\n \"environments\": [\n \"fugiat eiusmod\",\n \"exercitation quis\"\n ],\n \"error\": \"cillum veniam magna ullamco\",\n \"jobId\": \"-3524498778810258605\",\n \"jobState\": \"SUCCEED\",\n \"startVersion\": \"1.185.0.20200201-120000\",\n \"timestamp\": 1582031917814,\n \"updateMethod\": \"AUTOMATIC\",\n \"updateType\": \"ACTIVE_GATE\"\n },\n {\n \"targetVersion\": \"1.190.0.20200301-130000\",\n \"agType\": \"ENVIRONMENT\",\n \"cancelable\": false,\n \"duration\": 3608000,\n \"environments\": [\n \"nostrud nisi\",\n \"Ut ipsum\"\n ],\n \"error\": \"incididunt\",\n \"jobId\": \"-3524498778810258605\",\n \"jobState\": \"SUCCEED\",\n \"startVersion\": \"1.185.0.20200201-120000\",\n \"timestamp\": 1582031917814,\n \"updateMethod\": \"AUTOMATIC\",\n \"updateType\": \"ACTIVE_GATE\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f77619b3-5689-4dc6-a5d7-abf54e12d098","name":"Not found. See response body for details.","originalRequest":{"url":{"path":["activeGates",":agId","updateJobs"],"host":["{{baseUrl}}"],"query":[{"key":"from","value":""},{"key":"to","value":""},{"key":"startVersionCompareType","value":"EQUAL"},{"key":"startVersion","value":""},{"key":"updateType","value":"ACTIVE_GATE"},{"key":"targetVersionCompareType","value":"EQUAL"},{"key":"targetVersion","value":""},{"key":"lastUpdates","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a3c060e5-caa3-4868-86a0-4fdd60b9c98b","name":"Creates a new update job for the specified ActiveGate","request":{"name":"Creates a new update job for the specified ActiveGate","description":{},"url":{"path":["activeGates",":agId","updateJobs"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"a6dc3231-4da5-4e0c-ad0d-32794300c73c","name":"Success. The update-job have been created.","originalRequest":{"url":{"path":["activeGates",":agId","updateJobs"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"targetVersion\": \"1.190.0.20200301-130000\",\n \"agType\": \"ENVIRONMENT\",\n \"cancelable\": false,\n \"duration\": 3608000,\n \"environments\": [\n \"elit par\",\n \"eiusmod labore sit magna\"\n ],\n \"error\": \"au\",\n \"jobId\": \"-3524498778810258605\",\n \"jobState\": \"SUCCEED\",\n \"startVersion\": \"1.185.0.20200201-120000\",\n \"timestamp\": 1582031917814,\n \"updateMethod\": \"AUTOMATIC\",\n \"updateType\": \"ACTIVE_GATE\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e571e88d-1ca8-4802-bd8a-9fe04b4a464a","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGates",":agId","updateJobs"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"67412704-f1dd-45fe-8f20-094537e4edc0","name":"Validates the payload for the `POST /activeGates/{agId}/updateJobs` request.","request":{"name":"Validates the payload for the `POST /activeGates/{agId}/updateJobs` request.","description":{},"url":{"path":["activeGates",":agId","updateJobs","validator"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"4bb4c567-776f-48f3-ad09-48cdb37bff90","name":"Validated. The submitted update-job is valid. Response doesn't have a body.","originalRequest":{"url":{"path":["activeGates",":agId","updateJobs","validator"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"56f990d9-b74b-48dd-aa81-6d09e9c01fae","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGates",":agId","updateJobs","validator"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f41d8ea9-a213-4be1-a21a-c2e61296a67b","name":"{job Id}","item":[{"id":"b2260a23-bed9-42b8-801a-0dadb9339f3f","name":"Deletes the specified update job","request":{"name":"Deletes the specified update job","description":{},"url":{"path":["activeGates",":agId","updateJobs",":jobId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."},{"disabled":false,"type":"any","value":"","key":"jobId","description":"(Required) A unique identifier for a update-job of ActiveGate."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"DELETE","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"55612f91-ff20-41ec-b38b-8b8f464ca47a","name":"Success. The update-job have been deleted. Response doesn't have a body.","originalRequest":{"url":{"path":["activeGates",":agId","updateJobs",":jobId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."},{"disabled":false,"type":"any","value":"","key":"jobId","description":"(Required) A unique identifier for a update-job of ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"72d77e16-0e6e-41dd-acb8-701ac6be18a3","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["activeGates",":agId","updateJobs",":jobId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."},{"disabled":false,"type":"any","value":"","key":"jobId","description":"(Required) A unique identifier for a update-job of ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ee76da97-448c-4b13-aafb-c7622f475d82","name":"Not found. See response body for details.","originalRequest":{"url":{"path":["activeGates",":agId","updateJobs",":jobId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."},{"disabled":false,"type":"any","value":"","key":"jobId","description":"(Required) A unique identifier for a update-job of ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"62ce4aaa-451a-45fa-b8d7-b229829ee868","name":"Gets the parameters of the specified update job","request":{"name":"Gets the parameters of the specified update job","description":{},"url":{"path":["activeGates",":agId","updateJobs",":jobId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."},{"disabled":false,"type":"any","value":"","key":"jobId","description":"(Required) A unique identifier for a update-job of ActiveGate."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"9e869e03-446f-4709-a60d-008e806d9f40","name":"Success","originalRequest":{"url":{"path":["activeGates",":agId","updateJobs",":jobId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."},{"disabled":false,"type":"any","value":"","key":"jobId","description":"(Required) A unique identifier for a update-job of ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"targetVersion\": \"1.190.0.20200301-130000\",\n \"agType\": \"ENVIRONMENT\",\n \"cancelable\": false,\n \"duration\": 3608000,\n \"environments\": [\n \"elit par\",\n \"eiusmod labore sit magna\"\n ],\n \"error\": \"au\",\n \"jobId\": \"-3524498778810258605\",\n \"jobState\": \"SUCCEED\",\n \"startVersion\": \"1.185.0.20200201-120000\",\n \"timestamp\": 1582031917814,\n \"updateMethod\": \"AUTOMATIC\",\n \"updateType\": \"ACTIVE_GATE\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4bf82b62-c99f-4778-a0c6-92a78bee560b","name":"Not found. See response body for details.","originalRequest":{"url":{"path":["activeGates",":agId","updateJobs",":jobId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"agId","description":"(Required) The ID of the required ActiveGate."},{"disabled":false,"type":"any","value":"","key":"jobId","description":"(Required) A unique identifier for a update-job of ActiveGate."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[]}],"event":[]}],"event":[]},{"id":"355cff4b-3303-47ff-8c08-b19f3b82f212","name":"cluster Config/user Sessions","item":[{"id":"a50eadf4-a94a-4ea9-9bd8-5dce037f9efa","name":"Get user sessions configuration","request":{"name":"Get user sessions configuration","description":{},"url":{"path":["clusterConfig","userSessions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"d2ba569a-869b-4b83-a7cc-5a27d69640a7","name":"Successful","originalRequest":{"url":{"path":["clusterConfig","userSessions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"automaticLogoutDto\": {\n \"logoutInactiveUsersEnabled\": true,\n \"userInactivityTimeout\": 900\n },\n \"concurrentSessionPolicyDto\": {\n \"adminLimit\": -36069339,\n \"userLimit\": -88129638\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2d118cda-9a62-4227-86ac-a9aaf4e35742","name":"Update user sessions configuration","request":{"name":"Update user sessions configuration","description":{},"url":{"path":["clusterConfig","userSessions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"PUT","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"{\n \"automaticLogoutDto\": {\n \"logoutInactiveUsersEnabled\": \"\",\n \"userInactivityTimeout\": \"\"\n },\n \"concurrentSessionPolicyDto\": {\n \"adminLimit\": \"\",\n \"userLimit\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"d7423120-10f7-4210-b8a8-e174c4cbcbd2","name":"Successful","originalRequest":{"url":{"path":["clusterConfig","userSessions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"automaticLogoutDto\": {\n \"logoutInactiveUsersEnabled\": true,\n \"userInactivityTimeout\": 900\n },\n \"concurrentSessionPolicyDto\": {\n \"adminLimit\": \"\",\n \"userLimit\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"bdb936b0-f31e-4fb3-9b4a-cda19ef3823b","name":"Wrong parameters","originalRequest":{"url":{"path":["clusterConfig","userSessions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"automaticLogoutDto\": {\n \"logoutInactiveUsersEnabled\": true,\n \"userInactivityTimeout\": 900\n },\n \"concurrentSessionPolicyDto\": {\n \"adminLimit\": \"\",\n \"userLimit\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"cc3e8668-4856-4eff-a7f8-1a7d833fb90f","name":"Configuration update failed","originalRequest":{"url":{"path":["clusterConfig","userSessions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"automaticLogoutDto\": {\n \"logoutInactiveUsersEnabled\": true,\n \"userInactivityTimeout\": 900\n },\n \"concurrentSessionPolicyDto\": {\n \"adminLimit\": \"\",\n \"userLimit\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Extended (RFC 2774)","code":510,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"1d94467b-9f28-4bba-95ea-d958c89e2062","name":"Lists all available versions of ActiveGate installer","request":{"name":"Lists all available versions of ActiveGate installer","description":{},"url":{"path":["deployment","installer","gateway","versions",":osType"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"arch","value":"all","description":"The architecture of your OS: \n\n* `all`: Defaults to `amd64`. \n* `amd64`: amd64 architecture.\n* `s390`: S/390 architecture, only supported for Linux. \n\n"}],"variable":[{"disabled":false,"type":"any","value":"","key":"osType","description":"(Required) The operating system of the installer."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"a44521b9-5613-4fb1-b695-7516fa97b807","name":"Success. The payload contains the available versions.","originalRequest":{"url":{"path":["deployment","installer","gateway","versions",":osType"],"host":["{{baseUrl}}"],"query":[{"key":"arch","value":"all"}],"variable":[{"disabled":false,"type":"any","value":"","key":"osType","description":"(Required) The operating system of the installer."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"availableVersions\": [\n \"do et lab\",\n \"cillum do magna\"\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3c44ab49-745c-4ec6-bd62-bdcc10dc788e","name":"Not found. See the response body for details.","originalRequest":{"url":{"path":["deployment","installer","gateway","versions",":osType"],"host":["{{baseUrl}}"],"query":[{"key":"arch","value":"all"}],"variable":[{"disabled":false,"type":"any","value":"","key":"osType","description":"(Required) The operating system of the installer."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"21c38306-304c-4526-91e0-7c8c61439184","name":"environments","item":[{"id":"62e50ece-c022-4cc2-bb56-199122374d4f","name":"Lists all existing environments.","request":{"name":"Lists all existing environments.","description":{},"url":{"path":["environments"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"nextPageKey","value":"","description":"The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response. \n\nThe first page is always returned if you don't specify the **nextPageKey** query parameter. \n\nWhen the **nextPageKey** is set to obtain subsequent pages, you must omit all other query parameters. "},{"disabled":false,"key":"pageSize","value":"","description":"The amount of environments in a single response payload. \n\nThe maximal allowed page size is 1000. \n\nIf not set, 100 is used."},{"disabled":false,"key":"sort","value":"","description":"The sort order. Possible sorts orders are:\n * 'name' (without quotes): Sort by name ascending.\n * '-name' (without quotes): Sort by name descending.\n * 'creationDate' (without quotes): Sort by creation date ascending.\n * '-creationDate' (without quotes): Sort by name descending.\n"},{"disabled":false,"key":"filter","value":"","description":"Specifies the filter of the query. \n\nYou can set one or several of the following criteria:\n* Name: `name(string)`. The name can be either a substring or the full name of an environment. Case-insensitive.\n* Trial: `trial(true)` or `trial(false)`. Only includes trial environments if true is specified or only non-trial environments if false is specified.\n* State: `state(ENABLED)` or `state(DISABLED)`.\n* Tag: `tag(string)`. To filter by multiple tags by applying OR logic use `tag(string1,string2)`. To filter by multiple tags by applying AND logic use `tag(string1),tag(string2)`.\nTo set several criteria, separate them with a comma (`,`). Only results, matching **all** criteria, are included into response.\n"},{"disabled":false,"key":"includeConsumptionInfo","value":"","description":"If true, consumption information (limits, usage) is returned for each environment.\n\nReturned usage is typically up to 1 hour old. To obtain fresher data, you can use **includeUncachedConsumptionInfo** parameter instead.\n\nThis option is not available for the DPS licensing model."},{"disabled":false,"key":"includeStorageInfo","value":"","description":"If true, storage information (limits, usage) is returned for each environment."},{"disabled":false,"key":"includeUncachedConsumptionInfo","value":"","description":"If true, uncached consumption information (limits, usage) is returned for each environment.\n\nUp to date consumption will be calculated. Calculation may be time consuming, so it's recommended to use **includeConsumptionInfo** parameter instead.\n\nIf both this parameter and **includeConsumptionInfo** are set, **includeUncachedConsumptionInfo** will take priority.\n\nThis option is not available for the DPS licensing model."}],"variable":[]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"76f9cd05-a26a-4f7b-8c1e-7b8d5e3ff922","name":"Successful operation.","originalRequest":{"url":{"path":["environments"],"host":["{{baseUrl}}"],"query":[{"key":"nextPageKey","value":""},{"key":"pageSize","value":""},{"key":"sort","value":""},{"key":"filter","value":""},{"key":"includeConsumptionInfo","value":""},{"key":"includeStorageInfo","value":""},{"key":"includeUncachedConsumptionInfo","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"environments\": [\n {\n \"name\": \"example environment\",\n \"state\": \"ENABLED\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"trial\": false\n },\n {\n \"name\": \"example environment\",\n \"state\": \"ENABLED\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"trial\": false\n }\n ],\n \"totalCount\": -85574535,\n \"nextPageKey\": \"AQAAABQBAAAABQ==\",\n \"pageSize\": 99530605\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e690cd2f-c3f4-4831-8c39-e8e6cce70937","name":"Consumption information is not available for the DPS licensing model.","originalRequest":{"url":{"path":["environments"],"host":["{{baseUrl}}"],"query":[{"key":"nextPageKey","value":""},{"key":"pageSize","value":""},{"key":"sort","value":""},{"key":"filter","value":""},{"key":"includeConsumptionInfo","value":""},{"key":"includeStorageInfo","value":""},{"key":"includeUncachedConsumptionInfo","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"63952b96-8f56-4776-888e-d979ae6f6c50","name":"Creates a new environment.","request":{"name":"Creates a new environment.","description":{},"url":{"path":["environments"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"createToken","value":"false","description":"If true, a token management token with the scopes 'apiTokens.read' and 'apiTokens.write' (for usage with token API v2) and 'TenantTokenManagement' (for usage with token API v1) is created when creating a new environment. This token is then returned in the response body. It can be used within the newly created environment to create other tokens for configuring this environment."}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"1168d59f-32d6-4f5f-a885-87e57c598c22","name":"Success. The environment has been created and started. The response body contains the generated ID of the environment and a token with the scopes 'apiTokens.read' and 'apiTokens.write' (for usage with token API v2) and 'TenantTokenManagement'. The location header contains the generated ID as well.","originalRequest":{"url":{"path":["environments"],"host":["{{baseUrl}}"],"query":[{"key":"createToken","value":"false"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"id\": \"dolor anim aliqua\",\n \"description\": \"Excepteur culpa\",\n \"name\": \"Ut amet\",\n \"tokenManagementToken\": \"culpa sunt in sit qui\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"aad9a5cb-d08e-47ae-9970-4f81c8a436ae","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["environments"],"host":["{{baseUrl}}"],"query":[{"key":"createToken","value":"false"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"19103db7-c25c-4b86-a5e8-b26e6a24c234","name":"{id}","item":[{"id":"c4b98a6f-3d90-443b-b3d1-cf7f5d234daa","name":"Deletes the specified environment. An environment must be disabled before it can be deleted.","request":{"name":"Deletes the specified environment. An environment must be disabled before it can be deleted.","description":{},"url":{"path":["environments",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the environment to be deleted."}]},"method":"DELETE","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"eb5b05fe-e0fd-45e6-989b-4ea66e570f6d","name":"Deleted. Response does not have a body.","originalRequest":{"url":{"path":["environments",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the environment to be deleted."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"01bc97f2-73d7-44fd-825b-5bb29c28e843","name":"Failed. For example, if an environment is not disabled.","originalRequest":{"url":{"path":["environments",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the environment to be deleted."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a240b50a-93eb-4b99-aa11-c2d68893c445","name":"Gets the properties of the specified environment.","request":{"name":"Gets the properties of the specified environment.","description":{},"url":{"path":["environments",":id"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"includeConsumptionInfo","value":"","description":"If true, consumption information (limits, usage) is returned for this environment.\n\nReturned usage is typically up to 1 hour old. To obtain fresher data, you can use **includeUncachedConsumptionInfo** parameter instead.\n\nThis option is not available for the DPS licensing model."},{"disabled":false,"key":"includeStorageInfo","value":"","description":"If true, storage information (limits, usage) is returned for this environment."},{"disabled":false,"key":"includeUncachedConsumptionInfo","value":"","description":"If true, uncached consumption information (limits, usage) is returned for this environment.\n\nUp to date consumption will be calculated. If both this parameter and **includeConsumptionInfo** are set, **includeUncachedConsumptionInfo** will take priority.\n\nThis option is not available for the DPS licensing model."}],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the environment."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"2d51f384-eb75-4528-a3b3-e627ee8d2d16","name":"Successful operation.","originalRequest":{"url":{"path":["environments",":id"],"host":["{{baseUrl}}"],"query":[{"key":"includeConsumptionInfo","value":""},{"key":"includeStorageInfo","value":""},{"key":"includeUncachedConsumptionInfo","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the environment."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"name\": \"example environment\",\n \"state\": \"ENABLED\",\n \"tags\": [\n \"tag1\",\n \"tag2\"\n ],\n \"trial\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7fa5ac1d-918f-44ce-8a2a-91e76689d403","name":"Consumption information is not available for the DPS licensing model.","originalRequest":{"url":{"path":["environments",":id"],"host":["{{baseUrl}}"],"query":[{"key":"includeConsumptionInfo","value":""},{"key":"includeStorageInfo","value":""},{"key":"includeUncachedConsumptionInfo","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the environment."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c8432575-efc1-41a8-8470-67bd511d17c2","name":"Updates an existing environment or creates a new one.","request":{"name":"Updates an existing environment or creates a new one.","description":{"content":"If the environment with the specified ID does not exist, a new environment will be created.","type":"text/plain"},"url":{"path":["environments",":id"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"createToken","value":"false","description":"If true, a token management token with the scopes 'apiTokens.read' and 'apiTokens.write' (for usage with token API v2) and 'TenantTokenManagement' (for usage with token API v1) is created when creating a new environment. This token is then returned in the response body. It can be used within the newly created environment to create other tokens for configuring this environment."}],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the environment to update.\n\n If you set the ID in the body as well, it must match this ID."}]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"PUT","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"c9cddbe2-648b-4bff-b78e-60c403478412","name":"Success. The new environment has been created. The response body contains the ID, the name and also a token management token if 'createToken' is 'true'.","originalRequest":{"url":{"path":["environments",":id"],"host":["{{baseUrl}}"],"query":[{"key":"createToken","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the environment to update.\n\n If you set the ID in the body as well, it must match this ID."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"id\": \"dolor anim aliqua\",\n \"description\": \"Excepteur culpa\",\n \"name\": \"Ut amet\",\n \"tokenManagementToken\": \"culpa sunt in sit qui\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3def31d3-0fbb-4e30-af1c-26734e96780d","name":"Success. The environment has been updated. Response doesn't have a body.","originalRequest":{"url":{"path":["environments",":id"],"host":["{{baseUrl}}"],"query":[{"key":"createToken","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the environment to update.\n\n If you set the ID in the body as well, it must match this ID."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"5985b9d6-38e6-4f29-b020-21492644670b","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["environments",":id"],"host":["{{baseUrl}}"],"query":[{"key":"createToken","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the environment to update.\n\n If you set the ID in the body as well, it must match this ID."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c2eeb407-ebee-4205-9a00-e805ac3027a1","name":"Creates a new tenant management token for an environment.","request":{"name":"Creates a new tenant management token for an environment.","description":{"content":"The newly created token is owned by the same user who owns the token used for authentication of creation call. \nIt has the scopes 'apiTokens.read' and 'apiTokens.write' (for usage with token API v2) and 'TenantTokenManagement' (for usage with token API v1).","type":"text/plain"},"url":{"path":["environments",":id","tokenManagementToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the environment where the token is valid."}]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"316186e1-8278-4066-9b99-ef9e184adfd1","name":"Success. The token has been created. The response body contains the token itself","originalRequest":{"url":{"path":["environments",":id","tokenManagementToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the environment where the token is valid."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"disabled":false,"description":"Token Id","key":"Location","value":"commodo"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"token\": \"abcdefjhij1234567890\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cd392470-9c8a-438b-af27-3b84055fc5f5","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["environments",":id","tokenManagementToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the environment where the token is valid."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[]},{"id":"46c2075f-e85f-4b91-a81f-54c12ec436f7","name":"iam","item":[{"id":"c26e2dfb-af07-4fb5-8795-574d62193078","name":"Gets configuration for policy statements. Available values for services, permissions, conditions and operators","request":{"name":"Gets configuration for policy statements. Available values for services, permissions, conditions and operators","description":{},"url":{"path":["iam","configuration","policystatements"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"statuses","value":"","description":"Optional statuses list"},{"disabled":false,"key":"statuses","value":"","description":"Optional statuses list"},{"disabled":false,"key":"services","value":"","description":"Optional services list"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"ad5557ec-2e65-4066-8e56-002e24eda83b","name":"Successful response","originalRequest":{"url":{"path":["iam","configuration","policystatements"],"host":["{{baseUrl}}"],"query":[{"key":"statuses","value":""},{"key":"statuses","value":""},{"key":"services","value":""}],"variable":[]},"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"services\": [\n {\n \"description\": \"ipsum qui minim anim\",\n \"name\": \"officia esse elit\",\n \"permissions\": [\n {\n \"conditions\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"description\": \"Lorem eiusmod\",\n \"disabledDeny\": false,\n \"dynamicConditionPrefixes\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"internal\": true,\n \"name\": \"anim occaecat eu proident\",\n \"status\": \"IN_DEVELOPMENT\"\n },\n {\n \"conditions\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"description\": \"nisi\",\n \"disabledDeny\": true,\n \"dynamicConditionPrefixes\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"internal\": true,\n \"name\": \"ad fugiat nisi ipsum\",\n \"status\": \"GENERAL_AVAILABILITY\"\n }\n ],\n \"status\": \"GENERAL_AVAILABILITY\"\n },\n {\n \"description\": \"ut incididunt\",\n \"name\": \"sunt adipisicing exercitation quis\",\n \"permissions\": [\n {\n \"conditions\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"description\": \"in\",\n \"disabledDeny\": true,\n \"dynamicConditionPrefixes\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"internal\": false,\n \"name\": \"officia aliquip\",\n \"status\": \"GENERAL_AVAILABILITY\"\n },\n {\n \"conditions\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"description\": \"labore eiusmod aute eu \",\n \"disabledDeny\": false,\n \"dynamicConditionPrefixes\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"internal\": true,\n \"name\": \"mollit voluptate\",\n \"status\": \"IN_DEVELOPMENT\"\n }\n ],\n \"status\": \"IN_DEVELOPMENT\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a7f16e57-8a80-4c60-9a9f-71cc6824bcad","name":"organizational-levels/{level-type}/{level-id}","item":[{"id":"2d6f1b64-38af-4301-b4b4-35fa54d50d0f","name":"Get an organizational level by level ID. Required permission: iam:policies:read","request":{"name":"Get an organizational level by level ID. Required permission: iam:policies:read","description":{},"url":{"path":["iam","organizational-levels",":level-type",":level-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"1f6fa965-5a69-4bea-99c3-ad3b2244d432","name":"Successful response - level found","originalRequest":{"url":{"path":["iam","organizational-levels",":level-type",":level-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"parentId\": \"esse in culp\",\n \"parentType\": \"aliqua minim sit\",\n \"disabledAt\": \"tempor\",\n \"id\": \"\",\n \"modifiedAt\": \"\",\n \"type\": \"ea aute ex\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9cf28d67-eb20-4179-be8a-a6007a7b0778","name":"Level not found response","originalRequest":{"url":{"path":["iam","organizational-levels",":level-type",":level-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e3bcd752-13c5-4f02-b477-801687b95dc7","name":"Get descendant organizational levels for a given level by level ID","request":{"name":"Get descendant organizational levels for a given level by level ID","description":{},"url":{"path":["iam","organizational-levels",":level-type",":level-id","descendants"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"8b1f956a-4704-48cf-bd27-daf225a6ae61","name":"Successful response - level list","originalRequest":{"url":{"path":["iam","organizational-levels",":level-type",":level-id","descendants"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"levels\": [\n {\n \"parentId\": \"Excepteur sunt amet ad\",\n \"parentType\": \"pariatur ea \",\n \"disabledAt\": \"proident quis\",\n \"id\": \"ea proident mollit\",\n \"modifiedAt\": \"tempor dolore aliqua\",\n \"type\": \"incididunt\"\n },\n {\n \"parentId\": \"ut velit sit deserunt ullamco\",\n \"parentType\": \"esse dolor eu nisi\",\n \"disabledAt\": \"sunt occaecat nulla ad\",\n \"id\": \"ipsum occaecat qui commodo in\",\n \"modifiedAt\": \"Duis cupidatat ut\",\n \"type\": \"ex proident exercitation\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2ed766a7-e78d-411d-8e43-9562c02bd501","name":"Level not found response","originalRequest":{"url":{"path":["iam","organizational-levels",":level-type",":level-id","descendants"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"681d8665-af84-45a6-bb8b-93afda130545","name":"repo/{level-type}/{level-id}","item":[{"id":"049e49c2-98b6-43f9-905b-6a7944eb444f","name":"bindings","item":[{"id":"09984b11-970f-4b64-9538-aa83e6b10639","name":"Delete all policy bindings from a level. Required permission: iam:bindings:write","request":{"name":"Delete all policy bindings from a level. Required permission: iam:bindings:write","description":{},"url":{"path":["iam","repo",":level-type",":level-id","bindings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"b4eeb298-0684-4aa2-84c2-313c6527e324","name":"Successful response - bindings deleted","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"8b60916b-b206-4f2a-b77f-3dd6831ae85a","name":"Policy bindings delete request invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b58400e6-3be0-4578-80c0-38552710126f","name":"Level not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b6a3864d-0d7f-4fe5-bc6a-014b60ffbde9","name":"Policy bindings delete request invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"cca8a665-e10b-400f-9ca0-8ee0f3699406","name":"Get policy bindings for a level. Required permission: iam:bindings:read","request":{"name":"Get policy bindings for a level. Required permission: iam:bindings:read","description":{},"url":{"path":["iam","repo",":level-type",":level-id","bindings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"04c32d0b-6607-4150-9a70-389669ef761b","name":"Successful response - level found","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"policyBindings\": [\n {\n \"groups\": [\n \"ex mollit fugiat\"\n ],\n \"policyUuid\": \"urn:uuid:96120a88-8962-d887-b963-425ed01e0c51\",\n \"metadata\": {\n \"utbe9\": \"fugiat\",\n \"aliquip600\": \"ut dolore nostrud\"\n },\n \"parameters\": {\n \"pariatur_55\": \"eu non velit cupidatat\",\n \"laborum_c4f\": \"nisi in ut nulla\"\n }\n },\n {\n \"groups\": [\n \"a\"\n ],\n \"policyUuid\": \"urn:uuid:cac670b0-b239-9fed-b0b2-04be23c87114\",\n \"metadata\": {\n \"laborum2_\": \"do proident aliquip Excepteur culpa\"\n },\n \"parameters\": {\n \"reprehenderit6a\": \"fugiat veniam\",\n \"consequat332\": \"id reprehenderit pariatur\"\n }\n }\n ],\n \"levelId\": \"laborum quis exercit\",\n \"levelType\": \"cupidatat do labore adipisicing\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1a8a3f9d-8466-4a85-b56a-276846afe59c","name":"Level not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2df45c7c-e88b-43e2-93b3-b303ef9fb05a","name":"Update policy bindings within a level. Required permission: iam:bindings:write","request":{"name":"Update policy bindings within a level. Required permission: iam:bindings:write","description":{},"url":{"path":["iam","repo",":level-type",":level-id","bindings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"{\n \"policyBindings\": [\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"esse_569\": \"\",\n \"tempor_ba\": \"\"\n },\n \"parameters\": {\n \"tempor_4\": \"\"\n }\n },\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"ullamco__d\": \"\"\n },\n \"parameters\": {\n \"ex_1dc\": \"\",\n \"magna1\": \"\"\n }\n }\n ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ef9fac17-8ac4-4ec6-8b70-368a80ecebbf","name":"Successful response - policy bindings created or updated","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"policyBindings\": [\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"veniam4\": \"\",\n \"dolorea6a\": \"\"\n },\n \"parameters\": {\n \"cilluma0_\": \"\",\n \"sunt7c7\": \"\",\n \"culpa_d2\": \"\",\n \"quis_78\": \"\"\n }\n },\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"nisia\": \"\"\n },\n \"parameters\": {\n \"culpa2\": \"\"\n }\n }\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6dddbd1a-8bf4-4d15-a1d0-bf74d148088e","name":"Policy bindings create or update request invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"policyBindings\": [\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"veniam4\": \"\",\n \"dolorea6a\": \"\"\n },\n \"parameters\": {\n \"cilluma0_\": \"\",\n \"sunt7c7\": \"\",\n \"culpa_d2\": \"\",\n \"quis_78\": \"\"\n }\n },\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"nisia\": \"\"\n },\n \"parameters\": {\n \"culpa2\": \"\"\n }\n }\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"599a09de-c47c-4c93-a4f4-8e939fa0cff9","name":"Level not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"policyBindings\": [\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"veniam4\": \"\",\n \"dolorea6a\": \"\"\n },\n \"parameters\": {\n \"cilluma0_\": \"\",\n \"sunt7c7\": \"\",\n \"culpa_d2\": \"\",\n \"quis_78\": \"\"\n }\n },\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"nisia\": \"\"\n },\n \"parameters\": {\n \"culpa2\": \"\"\n }\n }\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bd3d6595-1a19-48af-9522-82df9dad6df4","name":"Policy bindings create or update request invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"policyBindings\": [\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"veniam4\": \"\",\n \"dolorea6a\": \"\"\n },\n \"parameters\": {\n \"cilluma0_\": \"\",\n \"sunt7c7\": \"\",\n \"culpa_d2\": \"\",\n \"quis_78\": \"\"\n }\n },\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"nisia\": \"\"\n },\n \"parameters\": {\n \"culpa2\": \"\"\n }\n }\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4d64b637-0ad0-4cfb-a18b-fec12e62e3f9","name":"Get policy bindings for descendants of given level. Required permission: iam:bindings:read","request":{"name":"Get policy bindings for descendants of given level. Required permission: iam:bindings:read","description":{},"url":{"path":["iam","repo",":level-type",":level-id","bindings","descendants",":policy-uuid"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"empty","value":"","description":"Key-value pairs for policy template parameters and metadata. Only bindings matching given parameters and metadata will be updated or deleted. This is taken into account only in SAAS. Ignored for Managed"},{"disabled":false,"key":"page","value":"1"},{"disabled":false,"key":"size","value":"100"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) Only account level type is allowed"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"356cbec0-e2b2-4394-a408-aaf15024284f","name":"Successful response - list of policy bindings with parameters","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings","descendants",":policy-uuid"],"host":["{{baseUrl}}"],"query":[{"key":"metadata[param1]","value":"value1"},{"key":"parameters[param1]","value":"value1"},{"key":"parameters[param2]","value":"value2"},{"key":"page","value":"1"},{"key":"size","value":"100"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) Only account level type is allowed"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"content\": [\n {\n \"policyBindings\": [\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"in7c\": \"\",\n \"deserunt31d\": \"\"\n },\n \"parameters\": {\n \"tempor__a\": \"\"\n }\n },\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"velit73\": \"\"\n },\n \"parameters\": {\n \"tempor_fcc\": \"\"\n }\n }\n ],\n \"levelId\": \"exercitation ea cupidatat eu minim\",\n \"levelType\": \"ut\"\n },\n {\n \"policyBindings\": [\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"ut40\": \"\",\n \"nostrudb24\": \"\",\n \"sed_\": \"\"\n },\n \"parameters\": {\n \"fugiat_e\": \"\"\n }\n },\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"anim7c\": \"\",\n \"consequat_89\": \"\"\n },\n \"parameters\": {\n \"voluptate_df\": \"\",\n \"magna_42\": \"\"\n }\n }\n ],\n \"levelId\": \"quis dolore Duis\",\n \"levelType\": \"culpa do dolore enim par\"\n }\n ],\n \"pageNumber\": -25863566,\n \"pageSize\": 88424051,\n \"totalCount\": 36537017\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f23bcf51-c79b-4eee-ab10-b37aea8f196e","name":"Level or policy not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings","descendants",":policy-uuid"],"host":["{{baseUrl}}"],"query":[{"key":"metadata[param1]","value":"value1"},{"key":"parameters[param1]","value":"value1"},{"key":"parameters[param2]","value":"value2"},{"key":"page","value":"1"},{"key":"size","value":"100"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) Only account level type is allowed"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6af0d3ec-cad5-4eed-a8d0-2575bd351df2","name":"groups/{group-uuid}","item":[{"id":"d8095e20-dc76-4bd3-8976-645adf3af4f1","name":"Get policy UUIDs for a given level by level ID and group. Required permission: iam:bindings:read","request":{"name":"Get policy UUIDs for a given level by level ID and group. Required permission: iam:bindings:read","description":{},"url":{"path":["iam","repo",":level-type",":level-id","bindings","groups",":group-uuid"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"details","value":"false","description":"Optional parameter to print-out additional details containing boundaries, meta-data, parameters."}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"4562ef86-5929-4043-a0df-d6e57410eb11","name":"Successful response - level found","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings","groups",":group-uuid"],"host":["{{baseUrl}}"],"query":[{"key":"details","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"bindingsDetails\": [\n {\n \"groups\": [\n \"dolore est\"\n ],\n \"policyUuid\": \"28439e21-91fd-792a-7596-91fda85699ce\",\n \"boundaries\": [\n \"5c507252-3903-8213-bbf7-8dd66f65a084\",\n \"urn:uuid:5c9f82fb-233d-fe9a-6bf3-025e7a2746ba\"\n ],\n \"levelId\": \"sed\",\n \"levelType\": \"ut labore deserunt et cillum\",\n \"metadata\": {\n \"commodo_c\": \"in nisi sit dolore veniam\",\n \"in706\": \"anim\"\n },\n \"parameters\": {\n \"est4d\": \"pariatur magna nisi dolor\"\n }\n },\n {\n \"groups\": [\n \"cupidatat Excepteur Lorem\"\n ],\n \"policyUuid\": \"5b098713-41a8-99a4-cfc9-4f1235ab0276\",\n \"boundaries\": [\n \"1d9b7c36-6be8-5a0e-0c57-b82da208fc75\",\n \"urn:uuid:d0e0c8f2-2957-e230-3e3c-9899bdfdbd36\"\n ],\n \"levelId\": \"esse cillum quis eiusmod\",\n \"levelType\": \"nisi anim\",\n \"metadata\": {\n \"nisi_90c\": \"nisi\",\n \"infb\": \"tempor incididunt labore\",\n \"nisi_fc\": \"amet\",\n \"dolor_0da\": \"irure lab\",\n \"minim8\": \"reprehenderit\"\n },\n \"parameters\": {\n \"sunt_84\": \"aute incididunt fugiat\",\n \"fugiat13\": \"dolore in dolor\"\n }\n }\n ],\n \"policyUuids\": [\n \"4d9611a1-841f-ec23-aa63-52c8c9f6eadf\",\n \"ae249669-2af0-224c-29b1-70122915385a\"\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d22954cb-b337-4a50-9b14-f2e5bba048db","name":"Level not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings","groups",":group-uuid"],"host":["{{baseUrl}}"],"query":[{"key":"details","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6c10acc6-80f5-44ea-9f5c-1167df2a1312","name":"Create or update policy bindings within a level for a group. Required permission: iam:bindings:write","request":{"name":"Create or update policy bindings within a level for a group. Required permission: iam:bindings:write","description":{},"url":{"path":["iam","repo",":level-type",":level-id","bindings","groups",":group-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"{\n \"policyUuids\": [\n \"\"\n ],\n \"boundaries\": [\n \"\"\n ],\n \"metadata\": {\n \"mollit8\": \"\",\n \"reprehenderit8e\": \"\"\n },\n \"parameters\": {\n \"consectetur_228\": \"\",\n \"consectetur_2\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"2b103623-a2fa-400e-ae13-634d31dd6b51","name":"Successful response - policy bindings created or updated","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings","groups",":group-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"policyUuids\": [\n \"\"\n ],\n \"boundaries\": [\n \"\"\n ],\n \"metadata\": {\n \"enim24\": \"\",\n \"sed_0b_\": \"\"\n },\n \"parameters\": {\n \"laborum6d_\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"b98f3df3-96d7-464f-b322-88681db59d2f","name":"Policy bindings create or update request invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings","groups",":group-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"policyUuids\": [\n \"\"\n ],\n \"boundaries\": [\n \"\"\n ],\n \"metadata\": {\n \"enim24\": \"\",\n \"sed_0b_\": \"\"\n },\n \"parameters\": {\n \"laborum6d_\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e89ee4f4-4b5d-43ae-b6a0-f441c3cc53c4","name":"Level not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings","groups",":group-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"policyUuids\": [\n \"\"\n ],\n \"boundaries\": [\n \"\"\n ],\n \"metadata\": {\n \"enim24\": \"\",\n \"sed_0b_\": \"\"\n },\n \"parameters\": {\n \"laborum6d_\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8f5438e0-5c1a-4f3f-8e24-617a4cc4833f","name":"Policy bindings create or update request invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings","groups",":group-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"policyUuids\": [\n \"\"\n ],\n \"boundaries\": [\n \"\"\n ],\n \"metadata\": {\n \"enim24\": \"\",\n \"sed_0b_\": \"\"\n },\n \"parameters\": {\n \"laborum6d_\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"0c58bc23-29fc-4132-804c-8c8ddd2887c8","name":"{policy-uuid}","item":[{"id":"4c6c5ab4-dba7-4a73-90dc-dfe3abed022a","name":"Delete all policy bindings within a level. Required permission: iam:bindings:write","request":{"name":"Delete all policy bindings within a level. Required permission: iam:bindings:write","description":{},"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"empty","value":"","description":"Key-value pairs for policy template parameters and metadata. Only bindings matching given parameters and metadata will be updated or deleted. This is taken into account only in SAAS. Ignored for Managed"},{"disabled":false,"key":"forceMultiple","value":"","description":"Forces multiple in case delete by parameters and metadata query"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"2f100ff7-5eef-467a-b47f-a5f054bb6315","name":"Successful response - binding deleted","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid"],"host":["{{baseUrl}}"],"query":[{"key":"metadata[param1]","value":"value1"},{"key":"parameters[param1]","value":"value1"},{"key":"parameters[param2]","value":"value2"},{"key":"forceMultiple","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"4354899c-d932-47da-a42c-15fd73a227bc","name":"Policy bindings delete request invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid"],"host":["{{baseUrl}}"],"query":[{"key":"metadata[param1]","value":"value1"},{"key":"parameters[param1]","value":"value1"},{"key":"parameters[param2]","value":"value2"},{"key":"forceMultiple","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a202931b-1eb5-4d8a-be79-5c0927ff679a","name":"Level not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid"],"host":["{{baseUrl}}"],"query":[{"key":"metadata[param1]","value":"value1"},{"key":"parameters[param1]","value":"value1"},{"key":"parameters[param2]","value":"value2"},{"key":"forceMultiple","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3251b911-ba16-40d7-bd81-187b0871f778","name":"Get policy bindings within a level. Required permission: iam:bindings:read","request":{"name":"Get policy bindings within a level. Required permission: iam:bindings:read","description":{},"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"empty","value":"","description":"Key-value pairs for policy template parameters and metadata. Only bindings matching given parameters and metadata will be updated or deleted. This is taken into account only in SAAS. Ignored for Managed"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"36bbe1d1-caec-4f0a-9374-d11e9346b7c9","name":"Successful response - list of policy bindings with parameters","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid"],"host":["{{baseUrl}}"],"query":[{"key":"metadata[param1]","value":"value1"},{"key":"parameters[param1]","value":"value1"},{"key":"parameters[param2]","value":"value2"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"policyBindings\": [\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"dolor_f2\": \"\",\n \"dolor__\": \"\"\n },\n \"parameters\": {\n \"voluptate_837\": \"\"\n }\n },\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"eu_9\": \"\"\n },\n \"parameters\": {\n \"velit_0\": \"\",\n \"esse_3_d\": \"\"\n }\n }\n ],\n \"levelId\": \"Lorem consequat m\",\n \"levelType\": \"eu Excepteur tempor ut\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0136bbaa-358b-4a5a-ab33-713c8786f0f1","name":"Level or policy not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid"],"host":["{{baseUrl}}"],"query":[{"key":"metadata[param1]","value":"value1"},{"key":"parameters[param1]","value":"value1"},{"key":"parameters[param2]","value":"value2"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8a2a2351-e98d-4377-ac56-a7eca960d384","name":"Append policy bindings within a level. Required permission: iam:bindings:write","request":{"name":"Append policy bindings within a level. Required permission: iam:bindings:write","description":{},"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"{\n \"groups\": [\n \"\"\n ],\n \"metadata\": {\n \"adipisicing_a94\": \"\",\n \"eiusmod_7f\": \"\"\n },\n \"parameters\": {\n \"ine\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"8123bff9-7f0d-4a2f-9177-12c635f889bb","name":"Successful response - policy bindings created","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"groups\": [\n \"\"\n ],\n \"metadata\": {\n \"elit50\": \"\",\n \"incididunt_e2_\": \"\"\n },\n \"parameters\": {\n \"labore_77\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6df50a19-90ff-4e9d-82fc-777d4416d9a7","name":"Policy bindings create request invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"groups\": [\n \"\"\n ],\n \"metadata\": {\n \"elit50\": \"\",\n \"incididunt_e2_\": \"\"\n },\n \"parameters\": {\n \"labore_77\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cdab5076-f3ec-402f-b1c2-c1c6e8e0dce3","name":"Level not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"groups\": [\n \"\"\n ],\n \"metadata\": {\n \"elit50\": \"\",\n \"incididunt_e2_\": \"\"\n },\n \"parameters\": {\n \"labore_77\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5b4d385d-d7a2-47fd-8815-730f73f44450","name":"Policy bindings create request invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"groups\": [\n \"\"\n ],\n \"metadata\": {\n \"elit50\": \"\",\n \"incididunt_e2_\": \"\"\n },\n \"parameters\": {\n \"labore_77\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"361ad168-11ec-4e2d-9701-c559bf31478b","name":"{group-uuid}","item":[{"id":"68164904-f033-422a-ac01-10dc8ca374e3","name":"Delete a policy binding from a group within a level. Required permission: iam:bindings:write","request":{"name":"Delete a policy binding from a group within a level. Required permission: iam:bindings:write","description":{},"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid",":group-uuid"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"empty","value":"","description":"Key-value pairs for policy template parameters and metadata. Only bindings matching given parameters and metadata will be updated or deleted. This is taken into account only in SAAS. Ignored for Managed"},{"disabled":false,"key":"forceMultiple","value":"","description":"Forces multiple bindings delete in case of delete attempt by parameters and metadata query"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"c04b1dc1-169d-4281-a0ab-d6c994daede6","name":"Successful response - binding deleted","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid",":group-uuid"],"host":["{{baseUrl}}"],"query":[{"key":"metadata[param1]","value":"value1"},{"key":"parameters[param1]","value":"value1"},{"key":"parameters[param2]","value":"value2"},{"key":"forceMultiple","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"1a80fa28-d0e0-4d0d-83c3-2cd67abb6aa6","name":"Policy bindings delete request invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid",":group-uuid"],"host":["{{baseUrl}}"],"query":[{"key":"metadata[param1]","value":"value1"},{"key":"parameters[param1]","value":"value1"},{"key":"parameters[param2]","value":"value2"},{"key":"forceMultiple","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ecde1958-f5f7-4fb7-b4af-580b4ca85f47","name":"Level not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid",":group-uuid"],"host":["{{baseUrl}}"],"query":[{"key":"metadata[param1]","value":"value1"},{"key":"parameters[param1]","value":"value1"},{"key":"parameters[param2]","value":"value2"},{"key":"forceMultiple","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a8ff8085-0849-4e0c-9276-564877b886a9","name":"Get policy bindings within a level and for given group. Required permission: iam:bindings:read","request":{"name":"Get policy bindings within a level and for given group. Required permission: iam:bindings:read","description":{},"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid",":group-uuid"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"empty","value":"","description":"Key-value pairs for policy template parameters and metadata. Only bindings matching given parameters and metadata will be updated or deleted. This is taken into account only in SAAS. Ignored for Managed"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, account, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"a5e3c18c-21c7-48d9-89ec-0c615e38f164","name":"Successful response - list of policy bindings with parameters","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid",":group-uuid"],"host":["{{baseUrl}}"],"query":[{"key":"metadata[param1]","value":"value1"},{"key":"parameters[param1]","value":"value1"},{"key":"parameters[param2]","value":"value2"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, account, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"policyBindings\": [\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"dolor_f2\": \"\",\n \"dolor__\": \"\"\n },\n \"parameters\": {\n \"voluptate_837\": \"\"\n }\n },\n {\n \"groups\": [\n \"\"\n ],\n \"policyUuid\": \"\",\n \"metadata\": {\n \"eu_9\": \"\"\n },\n \"parameters\": {\n \"velit_0\": \"\",\n \"esse_3_d\": \"\"\n }\n }\n ],\n \"levelId\": \"Lorem consequat m\",\n \"levelType\": \"eu Excepteur tempor ut\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a1aabbdf-d481-4404-9dd7-60d9d90455e8","name":"Level or policy not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid",":group-uuid"],"host":["{{baseUrl}}"],"query":[{"key":"metadata[param1]","value":"value1"},{"key":"parameters[param1]","value":"value1"},{"key":"parameters[param2]","value":"value2"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, account, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9bd8759d-3bf6-4f03-9bce-fc5cf77b3f1c","name":"Append policy bindings within a level for particular group. Required permission: iam:bindings:write","request":{"name":"Append policy bindings within a level for particular group. Required permission: iam:bindings:write","description":{},"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid",":group-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"{\n \"metadata\": {\n \"enim_a2\": \"\",\n \"do_6c\": \"\",\n \"fugiata\": \"\"\n },\n \"parameters\": {\n \"ex4b\": \"\",\n \"labore_44\": \"\",\n \"non2\": \"\",\n \"ut_7ab\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"5f4ae5a0-e555-4c1b-a15f-225a3a471287","name":"Successful response - policy bindings created","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid",":group-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"metadata\": {\n \"consectetur__e0\": \"\"\n },\n \"parameters\": {\n \"id_8\": \"\",\n \"cupidatat_5e5\": \"\",\n \"officia88\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"5ecbec17-c9e8-4a45-91cc-a5a951a9af7e","name":"Policy bindings create request invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid",":group-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"metadata\": {\n \"consectetur__e0\": \"\"\n },\n \"parameters\": {\n \"id_8\": \"\",\n \"cupidatat_5e5\": \"\",\n \"officia88\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"be82fb6d-ebbc-49d7-b15b-4c966a2cc08b","name":"Level not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid",":group-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"metadata\": {\n \"consectetur__e0\": \"\"\n },\n \"parameters\": {\n \"id_8\": \"\",\n \"cupidatat_5e5\": \"\",\n \"officia88\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b1ecfc02-0331-480e-bced-1199214200da","name":"Policy bindings create request invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","bindings",":policy-uuid",":group-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"group-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"metadata\": {\n \"consectetur__e0\": \"\"\n },\n \"parameters\": {\n \"id_8\": \"\",\n \"cupidatat_5e5\": \"\",\n \"officia88\": \"\"\n }\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[]}],"event":[]},{"id":"f30d9e63-0c3f-46ea-a62d-64343402edc9","name":"policies","item":[{"id":"ed07e818-b708-430a-b9b9-49bc03e6e137","name":"Get all policies for a level. Required permission: iam:policies:read","request":{"name":"Get all policies for a level. Required permission: iam:policies:read","description":{},"url":{"path":["iam","repo",":level-type",":level-id","policies"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"name","value":"","description":"Optional policy name. Only policies that are of equal name will be returned"},{"disabled":false,"key":"categories","value":"","description":"Optional set of categories. Only policies with given categories will be returned"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"b779e4bc-8bfe-4f19-84bb-ed0cbb26e0a2","name":"Successful response - level found","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies"],"host":["{{baseUrl}}"],"query":[{"key":"name","value":""},{"key":"categories","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"policies\": [\n {\n \"category\": \"CUSTOM\",\n \"description\": \"aliqua eiusmod ea\",\n \"name\": \"nostrud tempor dolore irur\",\n \"tags\": [\n \"voluptate enim in ipsum ullamco\",\n \"in nulla Duis deserunt\"\n ],\n \"uuid\": \"bccb9242-a587-8cd9-a687-eab9a56c2ab1\"\n },\n {\n \"category\": \"DYNATRACE_ACCESS\",\n \"description\": \"non dolor Duis\",\n \"name\": \"cupidatat est\",\n \"tags\": [\n \"Ut commodo voluptate\",\n \"dolor\"\n ],\n \"uuid\": \"5666f30e-71be-a44e-acdd-678f0ca86982\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"29dd6e16-8202-420e-857f-131253d2a857","name":"Level not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies"],"host":["{{baseUrl}}"],"query":[{"key":"name","value":""},{"key":"categories","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2300a47c-d4ef-46e6-bb93-a9b60d24924d","name":"Create a policy within a level. Required permission: iam:policies:write","request":{"name":"Create a policy within a level. Required permission: iam:policies:write","description":{},"url":{"path":["iam","repo",":level-type",":level-id","policies"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"681ab05b-2ec5-4bae-8279-d4b44d341dac","name":"Successful response - policy created","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"disabled":false,"description":"URI of created policy","key":"Location","value":"commodo"},{"key":"Content-Type","value":"application/json"}],"body":"{\n \"name\": \"eu in anim aute\",\n \"statementQuery\": \"amet consectetur irure\",\n \"statements\": [\n {\n \"effect\": \"DENY\",\n \"permissions\": [\n \"ea voluptate Excepteur deserunt\"\n ],\n \"conditions\": [\n {\n \"name\": \"in anim sint dolore quis\",\n \"operator\": \"NOT_IN\",\n \"values\": [\n \"irure consectetur elit proident\"\n ],\n \"parameters\": [\n \"qui magna\",\n \"pariatur do proident fugiat mollit\"\n ]\n },\n {\n \"name\": \"in nostrud\",\n \"operator\": \"LT\",\n \"values\": [\n \"aliquip\"\n ],\n \"parameters\": [\n \"elit laborum in in\",\n \"aute eu nostrud consectetur\"\n ]\n }\n ]\n }\n ],\n \"category\": \"CUSTOM\",\n \"description\": \"tempor\",\n \"tags\": [\n \"sit anim\",\n \"Ut ex non\"\n ],\n \"uuid\": \"urn:uuid:90016968-4a8b-8f47-a060-70d109f72b53\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"18ee3159-de33-4df5-bb5b-9b2a85647930","name":"Policy create request invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a37149e8-73a4-4dd4-abae-1e932d933a69","name":"Level not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2c54f710-3698-42e1-8241-78780f103d96","name":"Policy create request invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b541684f-35cd-448f-957f-a0c3f1f2f0bc","name":"Get overview of all policies for a given level, descendant and ancestor levels. Required permission: iam:policies:read","request":{"name":"Get overview of all policies for a given level, descendant and ancestor levels. Required permission: iam:policies:read","description":{},"url":{"path":["iam","repo",":level-type",":level-id","policies","aggregate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"fa575f89-cea4-4567-8dbd-0acf9e6c8c24","name":"Successful response - level found","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies","aggregate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"policyOverviewList\": [\n {\n \"category\": \"CUSTOM\",\n \"description\": \"ipsum in\",\n \"levelId\": \"Lorem eu\",\n \"levelType\": \"ad\",\n \"name\": \"irure dolor do ea veniam\",\n \"uuid\": \"urn:uuid:e3825818-8156-0105-3cbf-aeff8c136e14\"\n },\n {\n \"category\": \"CUSTOM\",\n \"description\": \"consectetur\",\n \"levelId\": \"ex\",\n \"levelType\": \"aliquip mollit nostrud tempor\",\n \"name\": \"Lorem ullamco\",\n \"uuid\": \"urn:uuid:5a0444de-a63d-81e4-e028-3fa9f5fa9744\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"df07fbbd-5120-4421-9aa3-92376969f566","name":"Level not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies","aggregate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"660da17a-b84a-4387-bc5b-74431b90e764","name":"validation","item":[{"id":"c4687572-a505-46ea-8757-aead596bb180","name":"Validates policy before creation or update. Validates the payload for the `PUT /iam/v1/repo/{levelType}/{levelId}/policies/{policyUuid}` request with 'soft' validation (service configuration). Required permission: iam:policies:read","request":{"name":"Validates policy before creation or update. Validates the payload for the `PUT /iam/v1/repo/{levelType}/{levelId}/policies/{policyUuid}` request with 'soft' validation (service configuration). Required permission: iam:policies:read","description":{},"url":{"path":["iam","repo",":level-type",":level-id","policies","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a9738b9a-991e-410d-8606-ca8666a9c522","name":"Policy is valid but there may be some validation warnings. Please check the response body","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"warnings\": [\n \"adipisicing\",\n \"id\"\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5a0d286f-899c-4b9b-aac0-b495e4de4c61","name":"Policy request is invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"40ab9f15-b9cd-46f1-b755-cbfa7873ade9","name":"Level not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"09771492-acbd-4011-a81f-3eb8fd2be015","name":"Policy request is invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"58eff2ad-d1f0-4170-81f1-cec0b3af09bb","name":"Validates policy before creation or update. Validates the payload for the `POST /iam/v1/repo/{levelType}/{levelId}/policies` request with 'soft' validation (service configuration).Required permission: iam:policies:read","request":{"name":"Validates policy before creation or update. Validates the payload for the `POST /iam/v1/repo/{levelType}/{levelId}/policies` request with 'soft' validation (service configuration).Required permission: iam:policies:read","description":{},"url":{"path":["iam","repo",":level-type",":level-id","policies","validation",":policy-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"abc03230-22c0-47c8-b6fe-1015ada09782","name":"Policy is valid but there may be some validation warnings. Please check the response body","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies","validation",":policy-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"warnings\": [\n \"ut\",\n \"pariatur\"\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2f5d9a91-e86b-4bda-a1bf-5eed4f20a7e2","name":"Policy request is invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies","validation",":policy-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f48bd861-2ba7-417d-95e5-08df4b88535d","name":"Level not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies","validation",":policy-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3699cc3d-ae8f-4bfa-a4ee-3525cad4f7ee","name":"Policy request is invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies","validation",":policy-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"policy-uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"d292f3ee-4747-4fec-87f8-6183c577abee","name":"{uuid}","item":[{"id":"fde89fee-dab7-4f24-9bbd-158654422bb9","name":"Delete a policy from a level. Required permission: iam:policies:write","request":{"name":"Delete a policy from a level. Required permission: iam:policies:write","description":{},"url":{"path":["iam","repo",":level-type",":level-id","policies",":uuid"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"force","value":"true"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"uuid","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"b8245616-6337-45ea-bdb5-314c97183507","name":"Successful response - policy deleted","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies",":uuid"],"host":["{{baseUrl}}"],"query":[{"key":"force","value":"true"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"60dce78f-dae7-49a3-977d-b0b80625fe48","name":"Policy delete request invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies",":uuid"],"host":["{{baseUrl}}"],"query":[{"key":"force","value":"true"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fe0d6b25-32eb-4637-9c7e-95f0178e7d4d","name":"Level not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies",":uuid"],"host":["{{baseUrl}}"],"query":[{"key":"force","value":"true"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a29c96f9-5148-4a67-97c5-354e2708ba6c","name":"Get a policy within a level. Required permission: iam:policies:read","request":{"name":"Get a policy within a level. Required permission: iam:policies:read","description":{},"url":{"path":["iam","repo",":level-type",":level-id","policies",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"uuid","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"a94ef0e0-eef0-444f-8ebb-2f56eb6b5396","name":"Successful response - policy found","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"name\": \"veniam reprehenderit\",\n \"statementQuery\": \"sit sed\",\n \"statements\": [\n {\n \"effect\": \"DENY\",\n \"permissions\": [\n \"elit incididunt\"\n ],\n \"conditions\": [\n {\n \"name\": \"labore ut Duis sint pariatur\",\n \"operator\": \"NEQ\",\n \"values\": [\n \"ut anim id pariatur\"\n ],\n \"parameters\": [\n \"veniam velit ad\",\n \"Lorem\"\n ]\n },\n {\n \"name\": \"enim ex sunt\",\n \"operator\": \"NOT_STARTS_WITH\",\n \"values\": [\n \"sunt fugiat enim\"\n ],\n \"parameters\": [\n \"consequat culpa Lorem\",\n \"et eu ut\"\n ]\n }\n ]\n }\n ],\n \"category\": \"DATA_ACCESS\",\n \"description\": \"proident\",\n \"tags\": [\n \"pariatur velit Duis\",\n \"dolor elit est qui\"\n ],\n \"uuid\": \"85b10c46-9551-8a0a-b99c-1c7e26616fdd\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f23eba49-2a86-4c17-b247-257e36001a34","name":"Policy not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"761744a2-89ba-49d1-a956-e728224d7b5d","name":"Update or create a new policy within a level. Required permission: iam:policies:write","request":{"name":"Update or create a new policy within a level. Required permission: iam:policies:write","description":{},"url":{"path":["iam","repo",":level-type",":level-id","policies",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"uuid","description":"(Required) "}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"6da5bd6a-4d82-4400-b8a5-79e22b7f0622","name":"Successful response - policy created","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"disabled":false,"description":"URI of created policy","key":"Location","value":"commodo"},{"key":"Content-Type","value":"application/json"}],"body":"{\n \"name\": \"veniam reprehenderit\",\n \"statementQuery\": \"sit sed\",\n \"statements\": [\n {\n \"effect\": \"DENY\",\n \"permissions\": [\n \"elit incididunt\"\n ],\n \"conditions\": [\n {\n \"name\": \"labore ut Duis sint pariatur\",\n \"operator\": \"NEQ\",\n \"values\": [\n \"ut anim id pariatur\"\n ],\n \"parameters\": [\n \"veniam velit ad\",\n \"Lorem\"\n ]\n },\n {\n \"name\": \"enim ex sunt\",\n \"operator\": \"NOT_STARTS_WITH\",\n \"values\": [\n \"sunt fugiat enim\"\n ],\n \"parameters\": [\n \"consequat culpa Lorem\",\n \"et eu ut\"\n ]\n }\n ]\n }\n ],\n \"category\": \"DATA_ACCESS\",\n \"description\": \"proident\",\n \"tags\": [\n \"pariatur velit Duis\",\n \"dolor elit est qui\"\n ],\n \"uuid\": \"85b10c46-9551-8a0a-b99c-1c7e26616fdd\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"856e27ad-9d89-4822-a04e-9f58a2250687","name":"Successful response - policy updated","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"49786ae9-074a-48e4-be2f-d3d3ffb780ca","name":"Policy put request invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d54e4b2a-d593-401f-802d-2cfc264a999b","name":"Level not found response","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"11b091f4-8ac0-4455-a3a6-cfde08d555bf","name":"Policy put request invalid","originalRequest":{"url":{"path":["iam","repo",":level-type",":level-id","policies",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) One of the values: global, cluster, environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "},{"disabled":false,"type":"any","value":"","key":"uuid","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"category\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"statementQuery\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[]}],"event":[]},{"id":"0eca375d-5e17-424b-b3d0-2f07869ddae3","name":"resolution/{level-type}/{level-id}","item":[{"id":"ed18ff22-af32-4415-bfab-c56dbcf18144","name":"Get effective permissions for descendants. Required permission: iam:effective-permissions:read","request":{"name":"Get effective permissions for descendants. Required permission: iam:effective-permissions:read","description":{},"url":{"path":["iam","resolution",":level-type",":level-id","descendants","effectivepermissions"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"services","value":"","description":"Optional services list. Policies for given services will be returned"},{"disabled":false,"key":"entity_type","value":"","description":"(Required) Required entity type: group or user"},{"disabled":false,"key":"entity_id","value":"","description":"(Required) Required entity id"},{"disabled":false,"key":"evaluate_internal_groups","value":"","description":"Optional include internal groups parameter. Evaluates effective permissions including dynatrace-internal groups"},{"disabled":false,"key":"page","value":"1"},{"disabled":false,"key":"size","value":"100"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) Required level type: cluster"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"a4312d83-cb4b-498a-802c-7462328250c0","name":"Successful response - level found","originalRequest":{"url":{"path":["iam","resolution",":level-type",":level-id","descendants","effectivepermissions"],"host":["{{baseUrl}}"],"query":[{"key":"services","value":""},{"key":"entity_type","value":""},{"key":"entity_id","value":""},{"key":"evaluate_internal_groups","value":""},{"key":"page","value":"1"},{"key":"size","value":"100"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) Required level type: cluster"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"descendantLevelsEffectivePermissions\": {\n \"dolor_812\": {\n \"effectivePermissions\": [\n {\n \"granted\": \"true\",\n \"permission\": \"Lorem ad\"\n },\n {\n \"granted\": \"false\",\n \"permission\": \"quis ex\"\n }\n ]\n },\n \"deserunt930\": {\n \"effectivePermissions\": [\n {\n \"granted\": \"condition\",\n \"permission\": \"culpa\"\n },\n {\n \"granted\": \"true\",\n \"permission\": \"Ut ea\"\n }\n ]\n },\n \"elitbbd\": {\n \"effectivePermissions\": [\n {\n \"granted\": \"false\",\n \"permission\": \"consectetur deserunt exercitation mollit\"\n },\n {\n \"granted\": \"condition\",\n \"permission\": \"Ut\"\n }\n ]\n },\n \"deserunte6\": {\n \"effectivePermissions\": [\n {\n \"granted\": \"true\",\n \"permission\": \"eu reprehenderit fugiat dolor\"\n },\n {\n \"granted\": \"condition\",\n \"permission\": \"consectetur\"\n }\n ]\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"639a6f33-3e83-4466-8ffa-ab1c29de7f41","name":"Level not found response","originalRequest":{"url":{"path":["iam","resolution",":level-type",":level-id","descendants","effectivepermissions"],"host":["{{baseUrl}}"],"query":[{"key":"services","value":""},{"key":"entity_type","value":""},{"key":"entity_id","value":""},{"key":"evaluate_internal_groups","value":""},{"key":"page","value":"1"},{"key":"size","value":"100"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) Required level type: cluster"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"dfa130a9-8e12-4b35-be58-4cbc23579a50","name":"Get effective permissions. Required permission: iam:effective-permissions:read","request":{"name":"Get effective permissions. Required permission: iam:effective-permissions:read","description":{},"url":{"path":["iam","resolution",":level-type",":level-id","effectivepermissions"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"services","value":"","description":"Optional services list. Policies for given services will be returned"},{"disabled":false,"key":"entity_type","value":"","description":"(Required) Required entity type: group or user"},{"disabled":false,"key":"entity_id","value":"","description":"(Required) Required entity id"},{"disabled":false,"key":"explain","value":"false","description":"Optional explain parameter. Returns effective permissions within effective policies"},{"disabled":false,"key":"page","value":"1"},{"disabled":false,"key":"size","value":"100"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) Required level type: cluster or environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"e1467b30-89f8-46ea-bbc8-f805a6fc1e6e","name":"Successful response - level found","originalRequest":{"url":{"path":["iam","resolution",":level-type",":level-id","effectivepermissions"],"host":["{{baseUrl}}"],"query":[{"key":"services","value":""},{"key":"entity_type","value":""},{"key":"entity_id","value":""},{"key":"explain","value":"false"},{"key":"page","value":"1"},{"key":"size","value":"100"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) Required level type: cluster or environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"effectivePermissions\": [\n {\n \"granted\": \"false\",\n \"permission\": \"minim\"\n },\n {\n \"granted\": \"condition\",\n \"permission\": \"aliquip adipisicing\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"954eff56-6164-4135-b27b-1c24947778a8","name":"Level not found response","originalRequest":{"url":{"path":["iam","resolution",":level-type",":level-id","effectivepermissions"],"host":["{{baseUrl}}"],"query":[{"key":"services","value":""},{"key":"entity_type","value":""},{"key":"entity_id","value":""},{"key":"explain","value":"false"},{"key":"page","value":"1"},{"key":"size","value":"100"}],"variable":[{"disabled":false,"type":"any","value":"","key":"level-type","description":"(Required) Required level type: cluster or environment"},{"disabled":false,"type":"any","value":"","key":"level-id","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[]},{"id":"f7f9f5ba-6c60-4eee-accc-032f6fa97536","name":"license/consumption","item":[{"id":"e1c7d3d1-638b-4bc0-af9c-f1457b615cd0","name":"Export license consumption data","request":{"name":"Export license consumption data","description":{"content":"Export license consumption data as a ZIP archive. This operation is incompatible with the DPS licensing model.","type":"text/plain"},"url":{"path":["license","consumption"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"startTs","value":"","description":"Start timestamp (30 days ago by default)"},{"disabled":false,"key":"endTs","value":"","description":"End timestamp (2 hours ago by default, values from the last 2 hours are not allowed)"}],"variable":[]},"header":[{"key":"Accept","value":"application/octet-stream"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"dd3d90e3-1238-4b54-a630-a32303279a3f","name":"OK - license consumption data export will start","originalRequest":{"url":{"path":["license","consumption"],"host":["{{baseUrl}}"],"query":[{"key":"startTs","value":""},{"key":"endTs","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/octet-stream"}],"body":"commodo","cookie":[],"_postman_previewlanguage":"text"},{"id":"ce312a17-4258-4a50-a828-e1ae7bdd2986","name":"Bad request. Provided time range is incorrect.","originalRequest":{"url":{"path":["license","consumption"],"host":["{{baseUrl}}"],"query":[{"key":"startTs","value":""},{"key":"endTs","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d1fb9c8e-2cb0-4825-a43b-a7d97bf4170c","name":"Incompatible licensing model.","originalRequest":{"url":{"path":["license","consumption"],"host":["{{baseUrl}}"],"query":[{"key":"startTs","value":""},{"key":"endTs","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"f569cc43-262c-4971-9580-8f9015a9b282","name":"License consumption data is already being exported. Please wait for the first request to finish before requesting another export.","originalRequest":{"url":{"path":["license","consumption"],"host":["{{baseUrl}}"],"query":[{"key":"startTs","value":""},{"key":"endTs","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"1de2b698-8d63-462b-b80d-923d720a60fe","name":"Operation failed","originalRequest":{"url":{"path":["license","consumption"],"host":["{{baseUrl}}"],"query":[{"key":"startTs","value":""},{"key":"endTs","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"770b2af6-9643-4784-89ef-6038f2bb6480","name":"Retrieve license consumption for 1 hour","request":{"name":"Retrieve license consumption for 1 hour","description":{"content":"Export license consumption data for 1 hour. This operation is incompatible with the DPS licensing model.","type":"text/plain"},"url":{"path":["license","consumption","hour"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"startTs","value":"","description":"Begin timestamp"}],"variable":[]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"5ebdc46c-20ca-49fe-bfa6-67cee574cfb7","name":"Success","originalRequest":{"url":{"path":["license","consumption","hour"],"host":["{{baseUrl}}"],"query":[{"key":"startTs","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"clusterUuid\": \"exercitation aliqua i\",\n \"environmentBillingEntries\": [\n {\n \"customMetrics\": [\n {\n \"source\": \"JMX, Dynatrace API\",\n \"total\": 25925852\n },\n {\n \"source\": \"JMX, Dynatrace API\",\n \"total\": 71469886\n }\n ],\n \"davisDataUnits\": [\n {\n \"pool\": \"Metrics, Serverless Functions, Log\",\n \"total\": 56329809.25815728\n },\n {\n \"pool\": \"Metrics, Serverless Functions, Log\",\n \"total\": -57558211.43103339\n }\n ],\n \"downloads\": [\n {\n \"downloadCount\": 65949579,\n \"firstDownloadTime\": \"1957-07-08T23:57:36.432Z\",\n \"type\": \"veniam amet dolor\",\n \"version\": \"et labore irure nulla cillum\"\n },\n {\n \"downloadCount\": -81115388,\n \"firstDownloadTime\": \"2007-02-13T17:54:57.693Z\",\n \"type\": \"incididunt velit dolor\",\n \"version\": \"in velit sed aliqua\"\n }\n ],\n \"environmentUuid\": \"deserunt id in\",\n \"highAvailabilityCluster\": false,\n \"hostUsages\": [\n {\n \"agentUsages\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"hasContainers\": false,\n \"hostCategory\": \"esse officia aliquip\",\n \"hostMemoryBytes\": -94769913,\n \"hostName\": \"exercitation qui\",\n \"infrastructureOnly\": false,\n \"osiId\": 67924699,\n \"paas\": false,\n \"passMemoryLimit\": -46413732,\n \"premiumLogAnalytics\": true,\n \"vendorTypeId\": -20421704\n },\n {\n \"agentUsages\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"hasContainers\": true,\n \"hostCategory\": \"occaecat irure veniam commodo\",\n \"hostMemoryBytes\": -6369736,\n \"hostName\": \"eiusmod laboris in sed aliqua\",\n \"infrastructureOnly\": true,\n \"osiId\": 2965179,\n \"paas\": false,\n \"passMemoryLimit\": -18254075,\n \"premiumLogAnalytics\": false,\n \"vendorTypeId\": -93988586\n }\n ],\n \"internalUse\": true,\n \"logStorageUsageBytes\": 60160737,\n \"logUploadVolumeBytes\": 36021026,\n \"mobileSessionReplays\": -74233794,\n \"mobileSessions\": -53582573,\n \"newProblems\": -234028,\n \"sessionReplays\": -32084399,\n \"syntheticBillingUsage\": [\n {\n \"monitorTypeId\": 35255833,\n \"privateExecutions\": -19331411,\n \"publicExecutions\": 32968924,\n \"testId\": -48276298\n },\n {\n \"monitorTypeId\": 66459844,\n \"privateExecutions\": -36119379,\n \"publicExecutions\": 27910133,\n \"testId\": 12784261\n }\n ],\n \"syntheticUsages\": [\n {\n \"failureCount\": -91341718,\n \"monitorDefinitionId\": \"in magna dolore\",\n \"monitorDescription\": \"nulla dolore\",\n \"monitorTypeId\": -50206317,\n \"performedSyntheticActions\": -84026664,\n \"successCount\": 35695979,\n \"syntheticActionCount\": 62876152\n },\n {\n \"failureCount\": -88150614,\n \"monitorDefinitionId\": \"dolor ad mollit\",\n \"monitorDescription\": \"Ut ea et\",\n \"monitorTypeId\": 74508011,\n \"performedSyntheticActions\": 67782720,\n \"successCount\": 96484967,\n \"syntheticActionCount\": -24310940\n }\n ],\n \"totalRUMUserPropertiesUsed\": 60924405,\n \"trial\": true,\n \"visits\": -67551028\n },\n {\n \"customMetrics\": [\n {\n \"source\": \"JMX, Dynatrace API\",\n \"total\": 42168795\n },\n {\n \"source\": \"JMX, Dynatrace API\",\n \"total\": 3838046\n }\n ],\n \"davisDataUnits\": [\n {\n \"pool\": \"Metrics, Serverless Functions, Log\",\n \"total\": -99259126.94836195\n },\n {\n \"pool\": \"Metrics, Serverless Functions, Log\",\n \"total\": 86256675.9532443\n }\n ],\n \"downloads\": [\n {\n \"downloadCount\": 8880751,\n \"firstDownloadTime\": \"1968-06-11T20:32:55.166Z\",\n \"type\": \"quis elit sit tempor\",\n \"version\": \"sed est in\"\n },\n {\n \"downloadCount\": 25299104,\n \"firstDownloadTime\": \"1963-03-13T22:48:57.362Z\",\n \"type\": \"eu pr\",\n \"version\": \"sit in do laboris\"\n }\n ],\n \"environmentUuid\": \"eu nisi ipsum commodo\",\n \"highAvailabilityCluster\": false,\n \"hostUsages\": [\n {\n \"agentUsages\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"hasContainers\": true,\n \"hostCategory\": \"magna in\",\n \"hostMemoryBytes\": 71985060,\n \"hostName\": \"adipis\",\n \"infrastructureOnly\": false,\n \"osiId\": -25846027,\n \"paas\": false,\n \"passMemoryLimit\": 30714401,\n \"premiumLogAnalytics\": false,\n \"vendorTypeId\": -67670055\n },\n {\n \"agentUsages\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"hasContainers\": false,\n \"hostCategory\": \"officia ull\",\n \"hostMemoryBytes\": 75673219,\n \"hostName\": \"amet ipsum\",\n \"infrastructureOnly\": true,\n \"osiId\": 36792469,\n \"paas\": false,\n \"passMemoryLimit\": -23248749,\n \"premiumLogAnalytics\": true,\n \"vendorTypeId\": 53776241\n }\n ],\n \"internalUse\": false,\n \"logStorageUsageBytes\": -1830678,\n \"logUploadVolumeBytes\": 28560338,\n \"mobileSessionReplays\": -12670650,\n \"mobileSessions\": -70724914,\n \"newProblems\": 32018297,\n \"sessionReplays\": -41696323,\n \"syntheticBillingUsage\": [\n {\n \"monitorTypeId\": -35988217,\n \"privateExecutions\": 68898879,\n \"publicExecutions\": -71235557,\n \"testId\": -52892411\n },\n {\n \"monitorTypeId\": -23338956,\n \"privateExecutions\": -7963296,\n \"publicExecutions\": -31555509,\n \"testId\": -32328083\n }\n ],\n \"syntheticUsages\": [\n {\n \"failureCount\": 34630973,\n \"monitorDefinitionId\": \"culpa\",\n \"monitorDescription\": \"et do quis\",\n \"monitorTypeId\": -91015159,\n \"performedSyntheticActions\": 98588433,\n \"successCount\": 51768922,\n \"syntheticActionCount\": -695636\n },\n {\n \"failureCount\": -7949556,\n \"monitorDefinitionId\": \"in labore in dolor\",\n \"monitorDescription\": \"quis fugiat\",\n \"monitorTypeId\": 77190550,\n \"performedSyntheticActions\": 85795199,\n \"successCount\": 95872212,\n \"syntheticActionCount\": -29913529\n }\n ],\n \"totalRUMUserPropertiesUsed\": 51585880,\n \"trial\": true,\n \"visits\": 23495906\n }\n ],\n \"timeFrameEnd\": \"1993-06-06T01:34:57.196Z\",\n \"timeFrameStart\": \"2005-01-23T21:31:26.355Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d702113d-8692-474c-aac4-1e0a3df0b94b","name":"Bad request. Provided timestamp is incorrect.","originalRequest":{"url":{"path":["license","consumption","hour"],"host":["{{baseUrl}}"],"query":[{"key":"startTs","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d64a134a-0ad5-439e-aa7d-b39cc997cf86","name":"Incompatible licensing model.","originalRequest":{"url":{"path":["license","consumption","hour"],"host":["{{baseUrl}}"],"query":[{"key":"startTs","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d426d76b-278b-46a6-963f-bd8ff387ed13","name":"Operation failed","originalRequest":{"url":{"path":["license","consumption","hour"],"host":["{{baseUrl}}"],"query":[{"key":"startTs","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"43e3e9cb-cbd6-44d0-95d3-478685009137","name":"log Monitoring","item":[{"id":"64e38ca2-56ad-4b0f-9888-02e7fab22cc6","name":"Updates the total log events per cluster limit based on the cluster resources size","request":{"name":"Updates the total log events per cluster limit based on the cluster resources size","description":{},"url":{"path":["logMonitoring","refreshLogEventsLimit"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"177602c4-e603-468b-bf55-683e535fa656","name":"Successful operation. Returns new log events limit","originalRequest":{"url":{"path":["logMonitoring","refreshLogEventsLimit"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"limit\": 41874564\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d18246a8-ba11-4203-8137-ceb6786d407f","name":"Refreshing log events limit not possible due to lack of storage statistics","originalRequest":{"url":{"path":["logMonitoring","refreshLogEventsLimit"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"acfc0b5f-6c9b-48a2-96cd-e375ec5614ee","name":"{environment Id}","item":[{"id":"353044f3-6020-42d6-b0b5-95f021a7cc83","name":"Enables Log Monitoring v2","request":{"name":"Enables Log Monitoring v2","description":{"content":"Enables Log Monitoring v2 and sets a default limit of 1,000 log events per minute for the specified environment. The total log events per cluster for all environments cannot exceed 10,000. You can enable Log Monitoring v2 for the environment that will not exceed the total log events per minute limit for the cluster. If you need to ingest more, please contact the Dynatrace ONE team.","type":"text/plain"},"url":{"path":["logMonitoring",":environmentId","enable"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"environmentId","description":"(Required) The ID of the environment."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"92d1f27d-42c7-44f9-835a-99ecc872180b","name":"Enabled. Response does not have a body.","originalRequest":{"url":{"path":["logMonitoring",":environmentId","enable"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"environmentId","description":"(Required) The ID of the environment."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"1aeea3f6-9956-47ab-ba06-85b782d69109","name":"Failed. The requested resource doesn't exist.","originalRequest":{"url":{"path":["logMonitoring",":environmentId","enable"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"environmentId","description":"(Required) The ID of the environment."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"237f1677-5053-4b86-b489-4b2950b614c2","name":"Minimum memory requirement of 64 GB per node is not met.","originalRequest":{"url":{"path":["logMonitoring",":environmentId","enable"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"environmentId","description":"(Required) The ID of the environment."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bbe0fb68-038a-448f-96a7-f42883026c72","name":"The Log Monitoring v2 cannot be enabled because the limit of log events per minute for this cluster is reached. Reduce log event ingestion per minute on other environments, so that at least 1,000 log events per minute are available for this cluster.","originalRequest":{"url":{"path":["logMonitoring",":environmentId","enable"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"environmentId","description":"(Required) The ID of the environment."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{}},"status":"Not Extended (RFC 2774)","code":510,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2735160c-d85f-42f7-98ab-16b52a9fe63c","name":"Gets the current status of Log Monitoring v2","request":{"name":"Gets the current status of Log Monitoring v2","description":{},"url":{"path":["logMonitoring",":environmentId","status"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"environmentId","description":"(Required) The ID of the environment."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"52f9abf5-986b-4f2e-ac48-4eac0cfccb59","name":"Successful operation.","originalRequest":{"url":{"path":["logMonitoring",":environmentId","status"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"environmentId","description":"(Required) The ID of the environment."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"enabled\": true\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"323e1307-c865-4e97-99b8-49069dc25264","name":"Failed. The requested resource doesn't exist.","originalRequest":{"url":{"path":["logMonitoring",":environmentId","status"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"environmentId","description":"(Required) The ID of the environment."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[]},{"id":"8d0c839f-37bd-4226-afcb-bf39dc466326","name":"network Zones","item":[{"id":"0f25af07-9b6e-40b9-a581-90f56d84ca47","name":"Lists all existing network zones","request":{"name":"Lists all existing network zones","description":{},"url":{"path":["networkZones"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"8eebecb6-d8a6-4280-8503-2acf83d550d4","name":"Success.","originalRequest":{"url":{"path":["networkZones"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"networkZones\": [\n {\n \"alternativeZones\": [\n \"aliquip dolor nulla\",\n \"sunt cillum esse\"\n ],\n \"description\": \"dolore dolor sit aliqua\",\n \"fallbackMode\": \"ONLY_DEFAULT_ZONE\",\n \"id\": \"in esse\",\n \"numOfConfiguredActiveGates\": 38877401,\n \"numOfConfiguredOneAgents\": -29855304,\n \"numOfOneAgentsFromOtherZones\": -17921807,\n \"numOfOneAgentsUsing\": -42473477,\n \"overridesGlobal\": false,\n \"scope\": \"est\"\n },\n {\n \"alternativeZones\": [\n \"anim ullamco veniam sed\",\n \"pariatur aliquip sunt Duis anim\"\n ],\n \"description\": \"tempor ex\",\n \"fallbackMode\": \"ANY_ACTIVE_GATE\",\n \"id\": \"aute exercitation in adipisicing in\",\n \"numOfConfiguredActiveGates\": 30073455,\n \"numOfConfiguredOneAgents\": -2045280,\n \"numOfOneAgentsFromOtherZones\": -25857023,\n \"numOfOneAgentsUsing\": 72614014,\n \"overridesGlobal\": false,\n \"scope\": \"dolor sint eu ut\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a6f40712-25b2-4cf6-980e-12a368a3aa77","name":"{id}","item":[{"id":"ad8ce0b2-c546-4908-ba6b-29c671cbe99d","name":"Deletes the specified network zone","request":{"name":"Deletes the specified network zone","description":{"content":"You can only delete an empty network zone (a zone that no ActiveGate or OneAgent is using). \n\n If the network zone is used as an alternative zone for any OneAgent, it will be automatically removed from the list of possible alternatives.","type":"text/plain"},"url":{"path":["networkZones",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the network zone to be deleted."}]},"header":[{"key":"Accept","value":"*/*"}],"method":"DELETE","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"76a19c9e-f8be-4f8f-87de-019f69138791","name":"Deleted. Response doesn't have a body.","originalRequest":{"url":{"path":["networkZones",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the network zone to be deleted."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"90e74d57-3f12-4a93-bb36-7ae71b37afe1","name":"Failed. See error message in the response body for details.","originalRequest":{"url":{"path":["networkZones",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the network zone to be deleted."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"*/*"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e0e5c23f-bb80-4b99-bdfa-183020b81f40","name":"Gets parameters of the specified network zone","request":{"name":"Gets parameters of the specified network zone","description":{},"url":{"path":["networkZones",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the required network zone."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"3d156f4d-3a8d-4ef7-b188-0c224c610d2e","name":"Success.","originalRequest":{"url":{"path":["networkZones",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the required network zone."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"alternativeZones\": [\n \"\",\n \"sed est\"\n ],\n \"description\": \"fugiat\",\n \"fallbackMode\": \"ONLY_DEFAULT_ZONE\",\n \"id\": \"ut do\",\n \"numOfConfiguredActiveGates\": 38613286,\n \"numOfConfiguredOneAgents\": 91995782,\n \"numOfOneAgentsFromOtherZones\": 19495747,\n \"numOfOneAgentsUsing\": 21622823,\n \"overridesGlobal\": false,\n \"scope\": \"do anim Duis enim\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"064f39c2-92f7-4a74-9526-584d7ece165a","name":"Updates an existing network zone or creates a new one","request":{"name":"Updates an existing network zone or creates a new one","description":{"content":"If the network zone with the specified ID does not exist, a new network zone is created. \n\n The ID is not case sensitive. Dynatrace stores the ID in lowercase.","type":"text/plain"},"url":{"path":["networkZones",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the network zone to be updated. \n\n If you set the ID in the body as well, it must match this ID. \n\n The ID is not case sensitive. Dynatrace stores the ID in lowercase."}]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"PUT","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"c80df832-7d45-43f0-8ca4-3324cc883b93","name":"Success. The new network zone has been created. The response body contains the ID of the new network zone.","originalRequest":{"url":{"path":["networkZones",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the network zone to be updated. \n\n If you set the ID in the body as well, it must match this ID. \n\n The ID is not case sensitive. Dynatrace stores the ID in lowercase."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"id\": \"cillum eu\",\n \"description\": \"ea voluptate nulla Lorem\",\n \"name\": \"laboris exercitation laborum\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"db062756-c6d3-4c15-95df-49264ae603c6","name":"Success. The network zone has been updated. Response doesn't have a body.","originalRequest":{"url":{"path":["networkZones",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the network zone to be updated. \n\n If you set the ID in the body as well, it must match this ID. \n\n The ID is not case sensitive. Dynatrace stores the ID in lowercase."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"7a1fcd2a-bc0a-4c12-93ce-d0227afaa3d6","name":"Failed. The input is invalid.","originalRequest":{"url":{"path":["networkZones",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the network zone to be updated. \n\n If you set the ID in the body as well, it must match this ID. \n\n The ID is not case sensitive. Dynatrace stores the ID in lowercase."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[]},{"id":"877764b7-7266-4c2f-ad8f-74872c249a2a","name":"remoteaccess/requests","item":[{"id":"a41b9989-c50c-429a-b51e-b108b8f41195","name":"Get all access requests","request":{"name":"Get all access requests","description":{},"url":{"path":["remoteaccess","requests"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"c2bd7898-a660-4573-b8b3-9240af3532d1","name":"Successful","originalRequest":{"url":{"path":["remoteaccess","requests"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n {\n \"createdTimestamp\": 37706952,\n \"expirationTimestamp\": 13537581,\n \"reason\": \"anim laborum cillum\",\n \"requestId\": \"reprehenderit consectetur aliquip do eu\",\n \"requestedDays\": -86575099,\n \"role\": \"devops-admin\",\n \"state\": \"REJECTED\",\n \"stateModifiedByUser\": \"dolor deserunt consectetur Lorem\",\n \"userId\": \"id minim Lorem anim pariatur\"\n },\n {\n \"createdTimestamp\": -21978282,\n \"expirationTimestamp\": 83454306,\n \"reason\": \"est eiusmod Ut fugiat\",\n \"requestId\": \"amet quis nisi tempor\",\n \"requestedDays\": 45654616,\n \"role\": \"devops-user\",\n \"state\": \"EXPIRED\",\n \"stateModifiedByUser\": \"laboris do mollit ad est\",\n \"userId\": \"cupidatat aliquip id velit\"\n }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"4440787f-dbca-4532-bf2e-384727adc11e","name":"Approving remote access request is disabled","originalRequest":{"url":{"path":["remoteaccess","requests"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"67771b85-bf6b-4c90-b8ad-1a3b82a25bb2","name":"Grant remote access permission","request":{"name":"Grant remote access permission","description":{},"url":{"path":["remoteaccess","requests"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"*/*"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]"}},"response":[{"id":"c8d1530b-2c94-40e8-9d5e-2c399cd5ac39","name":"Successfully created","originalRequest":{"url":{"path":["remoteaccess","requests"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]"}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"createdTimestamp\": -36257933,\n \"expirationTimestamp\": -67686356,\n \"reason\": \"in pariatur dolore\",\n \"requestId\": \"volup\",\n \"requestedDays\": 87169893,\n \"role\": \"devops-user\",\n \"state\": \"EXPIRED\",\n \"stateModifiedByUser\": \"aliqua cillum irure \",\n \"userId\": \"adipisicing nostrud occaecat Ut\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5d138219-c675-483a-8daa-ae292fc8c7b6","name":"Invalid parameters","originalRequest":{"url":{"path":["remoteaccess","requests"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]"}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"bb3d8bd4-f5cc-4418-84d8-f84f4ffd7c56","name":"Approving remote access request is disabled","originalRequest":{"url":{"path":["remoteaccess","requests"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]"}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"73a19abc-8406-42bb-a89b-6bd71ea75623","name":"Operation failed","originalRequest":{"url":{"path":["remoteaccess","requests"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]"}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6d361f92-7b0b-47e5-851f-c4f8aee65b19","name":"Mission Control is unavailable","originalRequest":{"url":{"path":["remoteaccess","requests"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]"}},"code":513,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1c16d1b8-8cf8-4444-94ed-93340e7b925c","name":"{request Id}","item":[{"id":"9cd9e0db-92cc-4689-aa2d-bf7cd56acb9e","name":"Get access request","request":{"name":"Get access request","description":{},"url":{"path":["remoteaccess","requests",":requestId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"requestId","description":"(Required) Request id param"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"bf9734b0-7664-4eb0-892a-909856bf49ee","name":"Successful","originalRequest":{"url":{"path":["remoteaccess","requests",":requestId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"requestId","description":"(Required) Request id param"}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"createdTimestamp\": -36257933,\n \"expirationTimestamp\": -67686356,\n \"reason\": \"in pariatur dolore\",\n \"requestId\": \"volup\",\n \"requestedDays\": 87169893,\n \"role\": \"devops-user\",\n \"state\": \"EXPIRED\",\n \"stateModifiedByUser\": \"aliqua cillum irure \",\n \"userId\": \"adipisicing nostrud occaecat Ut\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"40e35855-78a9-469e-ade4-d6658da81e24","name":"Bad request","originalRequest":{"url":{"path":["remoteaccess","requests",":requestId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"requestId","description":"(Required) Request id param"}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"5a36098e-798d-4a54-b879-288f3d792adf","name":"Approving remote access request is disabled","originalRequest":{"url":{"path":["remoteaccess","requests",":requestId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"requestId","description":"(Required) Request id param"}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"006f2602-f75e-41ab-981b-4673e66fd1f0","name":"Not found","originalRequest":{"url":{"path":["remoteaccess","requests",":requestId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"requestId","description":"(Required) Request id param"}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6fb64df7-d7e3-407d-8303-8f18af836dfc","name":"Change state of access request","request":{"name":"Change state of access request","description":{},"url":{"path":["remoteaccess","requests",":requestId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"requestId","description":"(Required) Request id param"}]},"header":[{"key":"Content-Type","value":"*/*"}],"method":"PUT","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]"}},"response":[{"id":"742d9f2a-b4f6-491e-a333-cf5a1d1bf56f","name":"Success","originalRequest":{"url":{"path":["remoteaccess","requests",":requestId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"requestId","description":"(Required) Request id param"}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]"}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"0ee31d45-6bc2-41be-8b1f-407680d0e13b","name":"Bad request","originalRequest":{"url":{"path":["remoteaccess","requests",":requestId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"requestId","description":"(Required) Request id param"}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]"}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"27d2866b-a585-4824-979e-08b2d71d05f2","name":"Approving remote access request is disabled","originalRequest":{"url":{"path":["remoteaccess","requests",":requestId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"requestId","description":"(Required) Request id param"}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]"}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"ffa6d146-46f9-40dd-846b-7cce9461d617","name":"Access request not found","originalRequest":{"url":{"path":["remoteaccess","requests",":requestId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"requestId","description":"(Required) Request id param"}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]"}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"5962e191-1362-4cbc-ba30-5affd0b1b0ec","name":"Access request was found, but it's already expired","originalRequest":{"url":{"path":["remoteaccess","requests",":requestId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"requestId","description":"(Required) Request id param"}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]"}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"3d471abf-85f1-499c-bbf7-8513c33ef74d","name":"Operation failed","originalRequest":{"url":{"path":["remoteaccess","requests",":requestId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"requestId","description":"(Required) Request id param"}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]"}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[]},{"id":"f5bb883f-343a-4a73-bbf1-9c6ff8855ba0","name":"settings","item":[{"id":"93b17526-7062-4b6a-97d7-aa29c611cfb4","name":"Lists effective settings values","request":{"name":"Lists effective settings values","description":{"content":"Lists effective settings values for selected schemas at a selected scope (or entity). This operation evaluates the hierarchy of persisted objects (see [/settings/objects](#/Settings%20-%20Objects/getSettingsObjects))\n\nIt will always return a result for a schema/scope combination, even if the schema would not be relevant to the given scope/entity.\n\nIf no object along the hierarchy is persisted, the default value as defined in the schema will be returned.","type":"text/plain"},"url":{"path":["settings","effectiveValues"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"schemaIds","value":"","description":"A list of comma-separated schema IDs to which the requested objects belong. \n\nOnly considered on load of the first page, when the **nextPageKey** is not set."},{"disabled":false,"key":"scope","value":"","description":"The scope that the requested objects target. \n\nThe selection only matches objects directly targeting the specified scope. For example, `environment` will not match objects that target a host within environment. For more details, please see [Dynatrace Documentation](https://dt-url.net/ky03459). \n\nTo load the first page, when the **nextPageKey** is not set, this parameter is required. "},{"disabled":false,"key":"fields","value":"origin,value","description":"A list of fields to be included to the response. The provided set of fields replaces the default set. \n\n Specify the required top-level fields, separated by commas (for example, `origin,value`).\n\nSupported fields: `summary`, `searchSummary`, `created`, `modified`, `createdBy`, `modifiedBy`, `author`, `origin`, `schemaId`, `schemaVersion`, `value`, `externalId`."},{"disabled":false,"key":"nextPageKey","value":"","description":"The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response. \n\nThe first page is always returned if you don't specify the **nextPageKey** query parameter. \n\nWhen the **nextPageKey** is set to obtain subsequent pages, you must omit all other query parameters. "},{"disabled":false,"key":"pageSize","value":"","description":"The amount of settings objects in a single response payload. \n\nThe maximal allowed page size is 500. \n\nIf not set, 100 is used."}],"variable":[]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"66b6e099-8ea2-4e1a-a7bf-c5b24d15a7ce","name":"Success","originalRequest":{"url":{"path":["settings","effectiveValues"],"host":["{{baseUrl}}"],"query":[{"key":"schemaIds","value":""},{"key":"scope","value":""},{"key":"fields","value":"origin,value"},{"key":"nextPageKey","value":""},{"key":"pageSize","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"items\": [\n {\n \"author\": \"john.doe@example.com\",\n \"created\": 94823034,\n \"externalId\": \"culpa deserunt\",\n \"modified\": 3365883,\n \"origin\": \"HOST-D3A3C5A146830A79\",\n \"schemaId\": \"builtin:container.built-in-monitoring-rule\",\n \"schemaVersion\": \"1.0.0\",\n \"searchSummary\": \"Excepteur\",\n \"summary\": \"occaecat\",\n \"value\": \"commodo consectetur\"\n },\n {\n \"author\": \"john.doe@example.com\",\n \"created\": 54825011,\n \"externalId\": \"aliquip labore quis nostrud\",\n \"modified\": 89967130,\n \"origin\": \"HOST-D3A3C5A146830A79\",\n \"schemaId\": \"builtin:container.built-in-monitoring-rule\",\n \"schemaVersion\": \"1.0.0\",\n \"searchSummary\": \"ut est in\",\n \"summary\": \"pariatur laborum mollit\",\n \"value\": \"veniam ut occaecat nisi\"\n }\n ],\n \"pageSize\": -80034530,\n \"totalCount\": 15651023,\n \"nextPageKey\": \"AQAAABQBAAAABQ==\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"58b33cc5-4f5d-43b3-84a0-9dda0be2f2c1","name":"Failed. The specified schema or scope is not found.","originalRequest":{"url":{"path":["settings","effectiveValues"],"host":["{{baseUrl}}"],"query":[{"key":"schemaIds","value":""},{"key":"scope","value":""},{"key":"fields","value":"origin,value"},{"key":"nextPageKey","value":""},{"key":"pageSize","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1c739fe3-eb03-4ca9-b5cd-8e21a619785f","name":"objects","item":[{"id":"72301df3-4116-46c8-bf44-75f6f3493c3d","name":"Lists persisted settings objects","request":{"name":"Lists persisted settings objects","description":{"content":"Lists persisted settings objects for selected schemas at selected scopes (or entities).\n\nIf nothing is persisted or if all persisted settings objects are not accessible due to missing permissions, no items will be returned.\n\nTo query the effective values (including schema defaults) please see [/settings/effectiveValues](#/Settings%20-%20Objects/getEffectiveSettingsValues).","type":"text/plain"},"url":{"path":["settings","objects"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"schemaIds","value":"","description":"A list of comma-separated schema IDs to which the requested objects belong. \n\nTo load the first page, when the **nextPageKey** is not set, either this parameter or **scopes** is required. \n\nTo load all objects belonging to the given schema IDs leave the **scopes** parameter empty."},{"disabled":false,"key":"scopes","value":"","description":"A list of comma-separated scopes, that the requested objects target. \n\nThe selection only matches objects directly targeting the specified scopes. For example, `environment` will not match objects that target a host within environment. For more details, please see [Dynatrace Documentation](https://dt-url.net/ky03459). \n\nTo load the first page, when the **nextPageKey** is not set, either this parameter or **schemaIds** is required. \n\nTo load all objects belonging to the given scopes leave the **schemaIds** parameter empty."},{"disabled":false,"key":"externalIds","value":"","description":"A list of comma-separated external IDs that the requested objects have. \n\nEach external ID has a maximum length of 500 characters.\n\nOnly considered on load of the first page, when the **nextPageKey** is not set."},{"disabled":false,"key":"fields","value":"objectId,value","description":"A list of fields to be included to the response. The provided set of fields replaces the default set. \n\n Specify the required top-level fields, separated by commas (for example, `objectId,value`).\n\nSupported fields: `objectId`, `summary`, `searchSummary`, `created`, `modified`, `createdBy`, `modifiedBy`, `author`, `updateToken`, `scope`, `modificationInfo`, `schemaId`, `schemaVersion`, `value`, `externalId`."},{"disabled":false,"key":"filter","value":"","description":"The filter parameter, as explained [here](https://dt-url.net/platform-services-filtering). \n\nFiltering is supported on the following fields: \n* `created` \n* `modified` \n* `createdBy` \n* `modifiedBy` \n* `author` (deprecated, will not work for future schemas)\n* `value` with properties and sub-properties separated by dot (for example, `value.owningApp = 'Notebooks'`) \n\nIf this parameter is omitted, all settings objects will be returned. The maximum nesting depth (via parentheses) is 5. The maximum expression length is 1024 characters.\n\nNote that only fields included to the response via `fields` can be used for filtering."},{"disabled":false,"key":"sort","value":"","description":"The sort parameter, as explained [here](https://dt-url.net/platform-services-filtering). \n\nSorting is supported on the following fields: \n* `created` \n* `modified` \n* `createdBy` \n* `modifiedBy` \n* `author` (deprecated, will not work for future schemas)\n* `value` with properties and sub-properties separated by dot (for example, `value.owningApp`)\n\nNote that only fields included to the response via `fields` can be used for sorting."},{"disabled":false,"key":"nextPageKey","value":"","description":"The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response. \n\nThe first page is always returned if you don't specify the **nextPageKey** query parameter. \n\nWhen the **nextPageKey** is set to obtain subsequent pages, you must omit all other query parameters. "},{"disabled":false,"key":"pageSize","value":"","description":"The amount of settings objects in a single response payload. \n\nThe maximal allowed page size is 500. \n\nIf not set, 100 is used."}],"variable":[]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"913ee9d5-c3bb-4eff-ae87-73f0501eeab9","name":"Success. Accessible objects returned.","originalRequest":{"url":{"path":["settings","objects"],"host":["{{baseUrl}}"],"query":[{"key":"schemaIds","value":""},{"key":"scopes","value":""},{"key":"externalIds","value":""},{"key":"fields","value":"objectId,value"},{"key":"filter","value":""},{"key":"sort","value":""},{"key":"nextPageKey","value":""},{"key":"pageSize","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"items\": [\n {\n \"author\": \"john.doe@example.com\",\n \"created\": 12448593,\n \"createdBy\": \"fab17b7a-2eb2-4c95-b818-743d94be2c30\",\n \"externalId\": \"in sint incididunt\",\n \"modificationInfo\": {\n \"deletable\": false,\n \"first\": false,\n \"modifiable\": true,\n \"modifiablePaths\": [\n \"irure in enim\",\n \"nostrud\"\n ],\n \"movable\": false,\n \"nonModifiablePaths\": [\n \"id ut\",\n \"eiusmod minim sit\"\n ]\n },\n \"modified\": 92558348,\n \"modifiedBy\": \"fab17b7a-2eb2-4c95-b818-743d94be2c30\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\",\n \"schemaId\": \"builtin:container.built-in-monitoring-rule\",\n \"schemaVersion\": \"1.0.0\",\n \"scope\": \"HOST-D3A3C5A146830A79\",\n \"searchSummary\": \"ut aliqua voluptate\",\n \"summary\": \"proide\",\n \"updateToken\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\",\n \"value\": \"dolore aliq\"\n },\n {\n \"author\": \"john.doe@example.com\",\n \"created\": -51500129,\n \"createdBy\": \"fab17b7a-2eb2-4c95-b818-743d94be2c30\",\n \"externalId\": \"in non eiusmod\",\n \"modificationInfo\": {\n \"deletable\": true,\n \"first\": false,\n \"modifiable\": false,\n \"modifiablePaths\": [\n \"deser\",\n \"elit consectetur tempor cupidatat fugiat\"\n ],\n \"movable\": true,\n \"nonModifiablePaths\": [\n \"Excepteur eu proident\",\n \"in eiusmod sint laborum\"\n ]\n },\n \"modified\": -9571566,\n \"modifiedBy\": \"fab17b7a-2eb2-4c95-b818-743d94be2c30\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\",\n \"schemaId\": \"builtin:container.built-in-monitoring-rule\",\n \"schemaVersion\": \"1.0.0\",\n \"scope\": \"HOST-D3A3C5A146830A79\",\n \"searchSummary\": \"incididunt ut ea\",\n \"summary\": \"minim\",\n \"updateToken\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\",\n \"value\": \"laboris\"\n }\n ],\n \"pageSize\": 6268695,\n \"totalCount\": 11845575,\n \"nextPageKey\": \"AQAAABQBAAAABQ==\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"46be26a6-f261-4982-bbb2-c98d3378f278","name":"Failed. Forbidden.","originalRequest":{"url":{"path":["settings","objects"],"host":["{{baseUrl}}"],"query":[{"key":"schemaIds","value":""},{"key":"scopes","value":""},{"key":"externalIds","value":""},{"key":"fields","value":"objectId,value"},{"key":"filter","value":""},{"key":"sort","value":""},{"key":"nextPageKey","value":""},{"key":"pageSize","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9881f5b3-bd92-4c68-931a-b2db35878da7","name":"Failed. The specified schema or scope is not found.","originalRequest":{"url":{"path":["settings","objects"],"host":["{{baseUrl}}"],"query":[{"key":"schemaIds","value":""},{"key":"scopes","value":""},{"key":"externalIds","value":""},{"key":"fields","value":"objectId,value"},{"key":"filter","value":""},{"key":"sort","value":""},{"key":"nextPageKey","value":""},{"key":"pageSize","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"89b4e237-79f8-4973-90c1-04700dff1c2a","name":"Creates a new settings object","request":{"name":"Creates a new settings object","description":{"content":"You can upload several objects at once. In that case each object returns its own response code. Check the response body for details.","type":"text/plain"},"url":{"path":["settings","objects"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"validateOnly","value":"false","description":"If `true`, the request runs only validation of the submitted settings objects, without saving them."}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object],[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"f5ac8101-fcb5-4f7d-88f5-01deca1e2d74","name":"Success","originalRequest":{"url":{"path":["settings","objects"],"host":["{{baseUrl}}"],"query":[{"key":"validateOnly","value":"false"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object],[object Object]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"[\n {\n \"code\": -57221578,\n \"error\": {\n \"code\": 80680415,\n \"constraintViolations\": [\n {\n \"location\": \"nulla ipsum ullamco\",\n \"message\": \"pariatur minim anim\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"id nulla ullamco sed\"\n },\n {\n \"location\": \"reprehenderit aliquip\",\n \"message\": \"ea cupidatat officia\",\n \"parameterLocation\": \"QUERY\",\n \"path\": \"irure velit cupidatat dolore commodo\"\n }\n ],\n \"message\": \"officia dolor qui\"\n },\n \"invalidValue\": \"\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\"\n },\n {\n \"code\": -9013273,\n \"error\": {\n \"code\": 53702438,\n \"constraintViolations\": [\n {\n \"location\": \"exercitation\",\n \"message\": \"nostrud fugiat pariatur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"est nisi v\"\n },\n {\n \"location\": \"sit aut\",\n \"message\": \"consequat ut esse\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"exercita\"\n }\n ],\n \"message\": \"ipsum\"\n },\n \"invalidValue\": \"\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\"\n }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"c397ab42-2a86-45d4-8952-f4691b123762","name":"Multi-status: different objects in the payload resulted in different statuses.","originalRequest":{"url":{"path":["settings","objects"],"host":["{{baseUrl}}"],"query":[{"key":"validateOnly","value":"false"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object],[object Object]","options":{"raw":{"language":"json"}}}},"status":"Multi-Status (WebDAV) (RFC 4918)","code":207,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"[\n {\n \"code\": -57221578,\n \"error\": {\n \"code\": 80680415,\n \"constraintViolations\": [\n {\n \"location\": \"nulla ipsum ullamco\",\n \"message\": \"pariatur minim anim\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"id nulla ullamco sed\"\n },\n {\n \"location\": \"reprehenderit aliquip\",\n \"message\": \"ea cupidatat officia\",\n \"parameterLocation\": \"QUERY\",\n \"path\": \"irure velit cupidatat dolore commodo\"\n }\n ],\n \"message\": \"officia dolor qui\"\n },\n \"invalidValue\": \"\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\"\n },\n {\n \"code\": -9013273,\n \"error\": {\n \"code\": 53702438,\n \"constraintViolations\": [\n {\n \"location\": \"exercitation\",\n \"message\": \"nostrud fugiat pariatur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"est nisi v\"\n },\n {\n \"location\": \"sit aut\",\n \"message\": \"consequat ut esse\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"exercita\"\n }\n ],\n \"message\": \"ipsum\"\n },\n \"invalidValue\": \"\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\"\n }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"16628795-aadf-48c6-85cb-20d3f184d41d","name":"Failed. Schema validation failed.","originalRequest":{"url":{"path":["settings","objects"],"host":["{{baseUrl}}"],"query":[{"key":"validateOnly","value":"false"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object],[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"[\n {\n \"code\": -57221578,\n \"error\": {\n \"code\": 80680415,\n \"constraintViolations\": [\n {\n \"location\": \"nulla ipsum ullamco\",\n \"message\": \"pariatur minim anim\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"id nulla ullamco sed\"\n },\n {\n \"location\": \"reprehenderit aliquip\",\n \"message\": \"ea cupidatat officia\",\n \"parameterLocation\": \"QUERY\",\n \"path\": \"irure velit cupidatat dolore commodo\"\n }\n ],\n \"message\": \"officia dolor qui\"\n },\n \"invalidValue\": \"\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\"\n },\n {\n \"code\": -9013273,\n \"error\": {\n \"code\": 53702438,\n \"constraintViolations\": [\n {\n \"location\": \"exercitation\",\n \"message\": \"nostrud fugiat pariatur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"est nisi v\"\n },\n {\n \"location\": \"sit aut\",\n \"message\": \"consequat ut esse\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"exercita\"\n }\n ],\n \"message\": \"ipsum\"\n },\n \"invalidValue\": \"\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\"\n }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"b3e2b3bc-5cd0-4120-86b6-cba7ee4086f1","name":"Failed. Forbidden.","originalRequest":{"url":{"path":["settings","objects"],"host":["{{baseUrl}}"],"query":[{"key":"validateOnly","value":"false"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object],[object Object]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4579972f-d5f9-4922-b82c-deb25006ec97","name":"Failed. The requested resource doesn't exist.","originalRequest":{"url":{"path":["settings","objects"],"host":["{{baseUrl}}"],"query":[{"key":"validateOnly","value":"false"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object],[object Object]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"[\n {\n \"code\": -57221578,\n \"error\": {\n \"code\": 80680415,\n \"constraintViolations\": [\n {\n \"location\": \"nulla ipsum ullamco\",\n \"message\": \"pariatur minim anim\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"id nulla ullamco sed\"\n },\n {\n \"location\": \"reprehenderit aliquip\",\n \"message\": \"ea cupidatat officia\",\n \"parameterLocation\": \"QUERY\",\n \"path\": \"irure velit cupidatat dolore commodo\"\n }\n ],\n \"message\": \"officia dolor qui\"\n },\n \"invalidValue\": \"\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\"\n },\n {\n \"code\": -9013273,\n \"error\": {\n \"code\": 53702438,\n \"constraintViolations\": [\n {\n \"location\": \"exercitation\",\n \"message\": \"nostrud fugiat pariatur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"est nisi v\"\n },\n {\n \"location\": \"sit aut\",\n \"message\": \"consequat ut esse\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"exercita\"\n }\n ],\n \"message\": \"ipsum\"\n },\n \"invalidValue\": \"\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\"\n }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"0c0f36d1-8b5e-48ba-b2bd-99d55dd2c7cc","name":"Failed. Conflicting resource.","originalRequest":{"url":{"path":["settings","objects"],"host":["{{baseUrl}}"],"query":[{"key":"validateOnly","value":"false"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object],[object Object]","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"[\n {\n \"code\": -57221578,\n \"error\": {\n \"code\": 80680415,\n \"constraintViolations\": [\n {\n \"location\": \"nulla ipsum ullamco\",\n \"message\": \"pariatur minim anim\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"id nulla ullamco sed\"\n },\n {\n \"location\": \"reprehenderit aliquip\",\n \"message\": \"ea cupidatat officia\",\n \"parameterLocation\": \"QUERY\",\n \"path\": \"irure velit cupidatat dolore commodo\"\n }\n ],\n \"message\": \"officia dolor qui\"\n },\n \"invalidValue\": \"\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\"\n },\n {\n \"code\": -9013273,\n \"error\": {\n \"code\": 53702438,\n \"constraintViolations\": [\n {\n \"location\": \"exercitation\",\n \"message\": \"nostrud fugiat pariatur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"est nisi v\"\n },\n {\n \"location\": \"sit aut\",\n \"message\": \"consequat ut esse\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"exercita\"\n }\n ],\n \"message\": \"ipsum\"\n },\n \"invalidValue\": \"\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\"\n }\n]","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"73102712-a8ad-40f7-8f92-9f1517b0f8f6","name":"{object Id}","item":[{"id":"f31f06c4-e96b-4316-8724-9097a86e4609","name":"Deletes the specified settings object","request":{"name":"Deletes the specified settings object","description":{},"url":{"path":["settings","objects",":objectId"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"updateToken","value":"","description":"The update token of the object. You can use it to detect simultaneous modifications by different users. \n\nIt is generated upon retrieval (GET requests). If set on update (PUT request) or deletion, the update/deletion will be allowed only if there wasn't any change between the retrieval and the update. \n\nIf omitted on update/deletion, the operation overrides the current value or deletes it without any checks."}],"variable":[{"disabled":false,"type":"any","value":"","key":"objectId","description":"(Required) The ID of the required settings object."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"DELETE","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"3a2881ad-6a91-4766-81af-580c942dcb79","name":"Success. Response doesn't have a body.","originalRequest":{"url":{"path":["settings","objects",":objectId"],"host":["{{baseUrl}}"],"query":[{"key":"updateToken","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"objectId","description":"(Required) The ID of the required settings object."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"66c8f829-3ae3-437d-95fa-7ca9b30e46df","name":"Failed. Schema validation failed.","originalRequest":{"url":{"path":["settings","objects",":objectId"],"host":["{{baseUrl}}"],"query":[{"key":"updateToken","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"objectId","description":"(Required) The ID of the required settings object."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"code\": -61013613,\n \"error\": {\n \"code\": -69516975,\n \"constraintViolations\": [\n {\n \"location\": \"adipisicing deserunt ex fugiat\",\n \"message\": \"ut quis in proident\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"e\"\n },\n {\n \"location\": \"in tempor proident qui\",\n \"message\": \"dolore reprehenderit qui\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"nostr\"\n }\n ],\n \"message\": \"consectetur sit qui\"\n },\n \"invalidValue\": \"\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"064460d4-d231-441b-a52b-855904258cd7","name":"Failed. Forbidden.","originalRequest":{"url":{"path":["settings","objects",":objectId"],"host":["{{baseUrl}}"],"query":[{"key":"updateToken","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"objectId","description":"(Required) The ID of the required settings object."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ca34efd0-b471-4337-b16f-8579606ec769","name":"Failed. The requested resource doesn't exist.","originalRequest":{"url":{"path":["settings","objects",":objectId"],"host":["{{baseUrl}}"],"query":[{"key":"updateToken","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"objectId","description":"(Required) The ID of the required settings object."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"code\": -61013613,\n \"error\": {\n \"code\": -69516975,\n \"constraintViolations\": [\n {\n \"location\": \"adipisicing deserunt ex fugiat\",\n \"message\": \"ut quis in proident\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"e\"\n },\n {\n \"location\": \"in tempor proident qui\",\n \"message\": \"dolore reprehenderit qui\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"nostr\"\n }\n ],\n \"message\": \"consectetur sit qui\"\n },\n \"invalidValue\": \"\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0345cf94-b69f-4adb-ae2e-d4d3a53c5a85","name":"Failed. Conflicting resource.","originalRequest":{"url":{"path":["settings","objects",":objectId"],"host":["{{baseUrl}}"],"query":[{"key":"updateToken","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"objectId","description":"(Required) The ID of the required settings object."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"code\": -61013613,\n \"error\": {\n \"code\": -69516975,\n \"constraintViolations\": [\n {\n \"location\": \"adipisicing deserunt ex fugiat\",\n \"message\": \"ut quis in proident\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"e\"\n },\n {\n \"location\": \"in tempor proident qui\",\n \"message\": \"dolore reprehenderit qui\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"nostr\"\n }\n ],\n \"message\": \"consectetur sit qui\"\n },\n \"invalidValue\": \"\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c90c0f9f-e30f-42f9-ac98-e98ed411fc18","name":"Gets the specified settings object","request":{"name":"Gets the specified settings object","description":{},"url":{"path":["settings","objects",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"objectId","description":"(Required) The ID of the required settings object."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"5531d834-284a-4a24-a806-31c5d596c625","name":"Success","originalRequest":{"url":{"path":["settings","objects",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"objectId","description":"(Required) The ID of the required settings object."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"author\": \"john.doe@example.com\",\n \"created\": 14551264,\n \"createdBy\": \"fab17b7a-2eb2-4c95-b818-743d94be2c30\",\n \"externalId\": \"Excepteur consectetur incididunt in\",\n \"modified\": 20909466,\n \"modifiedBy\": \"fab17b7a-2eb2-4c95-b818-743d94be2c30\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\",\n \"schemaId\": \"builtin:container.built-in-monitoring-rule\",\n \"schemaVersion\": \"1.0.0\",\n \"scope\": \"HOST-D3A3C5A146830A79\",\n \"searchSummary\": \"mollit dolor in et esse\",\n \"summary\": \"consectetur\",\n \"updateToken\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\",\n \"value\": \"\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"098c2645-6bfe-4e09-98e0-b662400710a8","name":"Failed. Forbidden.","originalRequest":{"url":{"path":["settings","objects",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"objectId","description":"(Required) The ID of the required settings object."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0fb9a10a-6903-4615-baf6-d84572743fef","name":"No object available for the given objectId","originalRequest":{"url":{"path":["settings","objects",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"objectId","description":"(Required) The ID of the required settings object."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"488615fb-d2c9-49f1-bd90-54f91a4f7e4b","name":"Updates an existing settings object","request":{"name":"Updates an existing settings object","description":{"content":"To update a property of the `secret` type you need to pass the new value unmasked. To keep the current value, send the current masked secret. You can obtain it via [GET an object](https://dt-url.net/kj036oj) endpoint. \n\nSome schemas don't allow passing of the masked secret. In that case you need to send the unmasked secret with every update of the object.","type":"text/plain"},"url":{"path":["settings","objects",":objectId"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"validateOnly","value":"false","description":"If `true`, the request runs only validation of the submitted settings object, without saving it."}],"variable":[{"disabled":false,"type":"any","value":"","key":"objectId","description":"(Required) The ID of the required settings object."}]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"PUT","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"dfd2f71e-6c6b-4702-9d4d-dcf76e2e4eeb","name":"Success","originalRequest":{"url":{"path":["settings","objects",":objectId"],"host":["{{baseUrl}}"],"query":[{"key":"validateOnly","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"","key":"objectId","description":"(Required) The ID of the required settings object."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"code\": -61013613,\n \"error\": {\n \"code\": -69516975,\n \"constraintViolations\": [\n {\n \"location\": \"adipisicing deserunt ex fugiat\",\n \"message\": \"ut quis in proident\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"e\"\n },\n {\n \"location\": \"in tempor proident qui\",\n \"message\": \"dolore reprehenderit qui\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"nostr\"\n }\n ],\n \"message\": \"consectetur sit qui\"\n },\n \"invalidValue\": \"\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"94ba8836-e579-495c-b865-96ab49c58a31","name":"Failed. Schema validation failed.","originalRequest":{"url":{"path":["settings","objects",":objectId"],"host":["{{baseUrl}}"],"query":[{"key":"validateOnly","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"","key":"objectId","description":"(Required) The ID of the required settings object."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"code\": -61013613,\n \"error\": {\n \"code\": -69516975,\n \"constraintViolations\": [\n {\n \"location\": \"adipisicing deserunt ex fugiat\",\n \"message\": \"ut quis in proident\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"e\"\n },\n {\n \"location\": \"in tempor proident qui\",\n \"message\": \"dolore reprehenderit qui\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"nostr\"\n }\n ],\n \"message\": \"consectetur sit qui\"\n },\n \"invalidValue\": \"\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c8cf1689-d2c6-41e5-bed2-de6ec33947fb","name":"Failed. Forbidden.","originalRequest":{"url":{"path":["settings","objects",":objectId"],"host":["{{baseUrl}}"],"query":[{"key":"validateOnly","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"","key":"objectId","description":"(Required) The ID of the required settings object."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3e128c06-8b98-4a11-8fc2-55465e66035c","name":"Failed. The requested resource doesn't exist.","originalRequest":{"url":{"path":["settings","objects",":objectId"],"host":["{{baseUrl}}"],"query":[{"key":"validateOnly","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"","key":"objectId","description":"(Required) The ID of the required settings object."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"code\": -61013613,\n \"error\": {\n \"code\": -69516975,\n \"constraintViolations\": [\n {\n \"location\": \"adipisicing deserunt ex fugiat\",\n \"message\": \"ut quis in proident\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"e\"\n },\n {\n \"location\": \"in tempor proident qui\",\n \"message\": \"dolore reprehenderit qui\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"nostr\"\n }\n ],\n \"message\": \"consectetur sit qui\"\n },\n \"invalidValue\": \"\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b23a1b03-36b5-4db9-af25-0f04b5495811","name":"Failed. Conflicting resource.","originalRequest":{"url":{"path":["settings","objects",":objectId"],"host":["{{baseUrl}}"],"query":[{"key":"validateOnly","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"","key":"objectId","description":"(Required) The ID of the required settings object."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"code\": -61013613,\n \"error\": {\n \"code\": -69516975,\n \"constraintViolations\": [\n {\n \"location\": \"adipisicing deserunt ex fugiat\",\n \"message\": \"ut quis in proident\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"e\"\n },\n {\n \"location\": \"in tempor proident qui\",\n \"message\": \"dolore reprehenderit qui\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"nostr\"\n }\n ],\n \"message\": \"consectetur sit qui\"\n },\n \"invalidValue\": \"\",\n \"objectId\": \"Y2ktaGdyb3VwLTEyMythZjhjOThlOS0wN2I0LTMyMGEtOTQzNi02NTEyMmVlNWY4NGQ=\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[]},{"id":"5f9c686e-9f1b-45a8-8ca3-4461945d09a2","name":"schemas","item":[{"id":"9ca33e70-a748-4b94-b352-1374578c244a","name":"Lists available settings schemas","request":{"name":"Lists available settings schemas","description":{},"url":{"path":["settings","schemas"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"fields","value":"schemaId,displayName,latestSchemaVersion","description":"A list of fields to be included to the response. The provided set of fields replaces the default set. \n\n Specify the required top-level fields, separated by commas (for example, `schemaId,displayName`).\n\nSupported fields: `schemaId`, `displayName`, `latestSchemaVersion`, `multiObject`, `ordered`."}],"variable":[]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"07cec434-d24b-4e0d-a8a0-005d9d1ffe10","name":"Success","originalRequest":{"url":{"path":["settings","schemas"],"host":["{{baseUrl}}"],"query":[{"key":"fields","value":"schemaId,displayName,latestSchemaVersion"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"items\": [\n {\n \"displayName\": \"Built-in container monitoring rules\",\n \"latestSchemaVersion\": \"1.4.2\",\n \"multiObject\": true,\n \"ordered\": false,\n \"schemaId\": \"builtin:container.built-in-monitoring-rule\"\n },\n {\n \"displayName\": \"Built-in container monitoring rules\",\n \"latestSchemaVersion\": \"1.4.2\",\n \"multiObject\": true,\n \"ordered\": false,\n \"schemaId\": \"builtin:container.built-in-monitoring-rule\"\n }\n ],\n \"totalCount\": 1\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5e2a25ca-00c9-401c-b58e-ba4505c5250d","name":"Gets parameters of the specified settings schema","request":{"name":"Gets parameters of the specified settings schema","description":{},"url":{"path":["settings","schemas",":schemaId"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"schemaVersion","value":"","description":"The version of the required schema. \n\n If not set, the most recent version is returned."}],"variable":[{"disabled":false,"type":"any","value":"","key":"schemaId","description":"(Required) The ID of the required schema."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"311ce231-e714-42ab-9dd6-24d143e66db0","name":"Success","originalRequest":{"url":{"path":["settings","schemas",":schemaId"],"host":["{{baseUrl}}"],"query":[{"key":"schemaVersion","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"schemaId","description":"(Required) The ID of the required schema."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"null","cookie":[],"_postman_previewlanguage":"json"},{"id":"0b05d51b-6097-423a-9301-6337bee7d03a","name":"Failed. Forbidden.","originalRequest":{"url":{"path":["settings","schemas",":schemaId"],"host":["{{baseUrl}}"],"query":[{"key":"schemaVersion","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"schemaId","description":"(Required) The ID of the required schema."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b9e5ab76-568e-421b-9a8c-96a71798adb6","name":"Failed. The specified schema doesn't exist.","originalRequest":{"url":{"path":["settings","schemas",":schemaId"],"host":["{{baseUrl}}"],"query":[{"key":"schemaVersion","value":""}],"variable":[{"disabled":false,"type":"any","value":"","key":"schemaId","description":"(Required) The ID of the required schema."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[]},{"id":"2bf9e812-adbb-4b21-b14f-1bf18ef25de1","name":"synthetic","item":[{"id":"41d476cd-bc27-4caf-805a-d69c7709a35c","name":"locations","item":[{"id":"a28d071d-e8ee-41f1-a3d9-3d748fa1db62","name":"Lists all cluster private synthetic locations","request":{"name":"Lists all cluster private synthetic locations","description":{},"url":{"path":["synthetic","locations"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"6528c019-381f-4671-8b20-90cf8c705fc8","name":"Success.","originalRequest":{"url":{"path":["synthetic","locations"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"locations\": [\n {\n \"entityId\": \"aliqua ullamco\",\n \"geoLocationId\": \"dolor\",\n \"name\": \"ullamco Lorem qui\",\n \"type\": \"CLUSTER\",\n \"cloudPlatform\": \"ALIBABA\",\n \"geoCity\": \"dolore mollit voluptate\",\n \"geoContinent\": \"adipisicing officia\",\n \"geoCountry\": \"Excepteur enim\",\n \"geoLatitude\": -86673594.92439903,\n \"geoLongitude\": 65120311.05155879,\n \"ips\": [\n \"aliquip amet eu ut\",\n \"ullamco sint\"\n ],\n \"stage\": \"DELETED\",\n \"status\": \"HIDDEN\"\n },\n {\n \"entityId\": \"ex in aliquip\",\n \"geoLocationId\": \"in mollit Excepteur\",\n \"name\": \"in dolor \",\n \"type\": \"PUBLIC\",\n \"cloudPlatform\": \"AMAZON_EC2\",\n \"geoCity\": \"et i\",\n \"geoContinent\": \"voluptate deserunt qui\",\n \"geoCountry\": \"in deserunt aute eiusmod\",\n \"geoLatitude\": -45189887.35970128,\n \"geoLongitude\": 78915562.75409219,\n \"ips\": [\n \"dolor ut aute velit dolor\",\n \"eu commodo in dolor irure\"\n ],\n \"stage\": \"COMING_SOON\",\n \"status\": \"DISABLED\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f99005eb-5975-456d-9b80-481c71293834","name":"Creates a new private synthetic cluster location","request":{"name":"Creates a new private synthetic cluster location","description":{},"url":{"path":["synthetic","locations"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"b13fcd3d-d6d2-4ab5-9c70-d68ea4004ad7","name":"Success.","originalRequest":{"url":{"path":["synthetic","locations"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"entityId\": \"pariatur non\",\n \"geoLocationId\": \"Duis magna in sit ut\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6dcfc976-0644-4a03-a2df-83fa0a637130","name":"{location Id}","item":[{"id":"002108e8-2a33-412d-aad5-8a2a0bd02f80","name":"Deletes the specified private synthetic cluster location","request":{"name":"Deletes the specified private synthetic cluster location","description":{},"url":{"path":["synthetic","locations",":locationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"locationId","description":"(Required) The Dynatrace entity ID of the private synthetic cluster location to be deleted."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"DELETE","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"9097254a-082a-4dec-88de-0ec216da1b39","name":"default response","originalRequest":{"url":{"path":["synthetic","locations",":locationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"locationId","description":"(Required) The Dynatrace entity ID of the private synthetic cluster location to be deleted."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"\"\"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ecf13bf3-5606-4232-a40c-4df171fcc705","name":"Gets properties of the specified cluster location","request":{"name":"Gets properties of the specified cluster location","description":{},"url":{"path":["synthetic","locations",":locationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"locationId","description":"(Required) The Dynatrace entity ID of the required cluster location."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"4322387f-764e-4e1a-8c51-1c00187fb540","name":"Success. The response contains parameters of the synthetic cluster location.","originalRequest":{"url":{"path":["synthetic","locations",":locationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"locationId","description":"(Required) The Dynatrace entity ID of the required cluster location."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"entityId\": \"eiusmod fugiat Lorem laboris\",\n \"latitude\": 97515087.30444899,\n \"longitude\": 92996562.05186474,\n \"name\": \"ipsum Ut veniam reprehenderit\",\n \"type\": \"PUBLIC\",\n \"city\": \"deserunt\",\n \"countryCode\": \"consequat\",\n \"regionCode\": \"id proident\",\n \"status\": \"HIDDEN\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"83ce8e95-4f3d-4f13-af1a-b49876167350","name":"Updates the specified private synthetic cluster location","request":{"name":"Updates the specified private synthetic cluster location","description":{},"url":{"path":["synthetic","locations",":locationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"locationId","description":"(Required) The Dynatrace entity ID of the private synthetic cluster location to be updated."}]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"PUT","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"f8d79e21-bc63-44a9-a72f-4076e351cd28","name":"default response","originalRequest":{"url":{"path":["synthetic","locations",":locationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"locationId","description":"(Required) The Dynatrace entity ID of the private synthetic cluster location to be updated."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"\"\"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[]},{"id":"e0546404-f710-4747-9c7f-b76b236a3567","name":"nodes","item":[{"id":"004cc334-b884-4b51-bf18-0f3c654c2f8f","name":"Lists all synthetic cluster nodes | maturity=EARLY_ADOPTER","request":{"name":"Lists all synthetic cluster nodes | maturity=EARLY_ADOPTER","description":{},"url":{"path":["synthetic","nodes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"5dbd2b18-fe12-4727-be92-426d6dfb8c66","name":"Success.","originalRequest":{"url":{"path":["synthetic","nodes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"nodes\": [\n {\n \"activeGateVersion\": \"1.172.2.20190607-040913\",\n \"autoUpdateEnabled\": true,\n \"browserMonitorsEnabled\": true,\n \"entityId\": \"3086117876\",\n \"healthCheckStatus\": \"Ok\",\n \"hostname\": \"gdn.dyna.trace\",\n \"ips\": [\n \"238.245.160.14\"\n ],\n \"oneAgentRoutingEnabled\": true,\n \"operatingSystem\": \"Linux\",\n \"playerVersion\": \"1.179.0.20190920-145430\",\n \"status\": \"Running\",\n \"version\": \"1.161.0.20181210-173639\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"68ca9cfb-09ef-419e-b4a6-f5f29ed27afe","name":"Lists properties of the specified synthetic cluster node | maturity=EARLY_ADOPTER","request":{"name":"Lists properties of the specified synthetic cluster node | maturity=EARLY_ADOPTER","description":{},"url":{"path":["synthetic","nodes",":nodeId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"nodeId","description":"(Required) The ID of the required synthetic cluster node."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"21f076df-cc8e-4d2e-9b9a-1a44be369b6b","name":"Success.","originalRequest":{"url":{"path":["synthetic","nodes",":nodeId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"nodeId","description":"(Required) The ID of the required synthetic cluster node."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"activeGateVersion\": \"1.172.2.20190607-040913\",\n \"autoUpdateEnabled\": true,\n \"browserMonitorsEnabled\": true,\n \"browserType\": \"Chrome\",\n \"browserVersion\": \"69.0.3497.81\",\n \"entityId\": \"3086117876\",\n \"healthCheckStatus\": \"Ok\",\n \"hostname\": \"gdn.dyna.trace\",\n \"ips\": [\n \"238.245.160.14\"\n ],\n \"oneAgentRoutingEnabled\": true,\n \"operatingSystem\": \"Linux\",\n \"playerVersion\": \"1.179.0.20190920-145430\",\n \"status\": \"Running\",\n \"version\": \"1.161.0.20181210-173639\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[]},{"id":"407bbf46-ace5-472e-92a5-43551adede4a","name":"tokens","item":[{"id":"edbdc21a-0788-4c61-848e-e93fa4bf7687","name":"Lists available tokens in your environment","request":{"name":"Lists available tokens in your environment","description":{"content":"You can narrow down the output by adding parameters. The token has to match *all* the specified parameters. \n\n You can also specify the limit of returned tokens.\n\n **This list may contain tokens which were created automatically** (e.g. InstallerDownload, Mobile, ...) and are not visible on the `Settings` page. Deleting those might have unintended side-effects as they might still be in use.","type":"text/plain"},"url":{"path":["tokens"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"1000","description":"Limits the maximum number of returned tokens. \n\n If not set the value of `1000` is used. \n\n Maximum value is 1000000."},{"disabled":false,"key":"user","value":"","description":"Filters the resulting set of tokens by user, who owns the token."},{"disabled":false,"key":"permissions","value":"","description":"Filters the resulting set of tokens by scopes assigned to the token. \n\n You can specify several permissions in the following format: `permissions=scope1&permissions=scope2`. The token must have *all* the specified scopes."},{"disabled":false,"key":"from","value":"","description":"Last used after this timestamp (UTC milliseconds)."},{"disabled":false,"key":"to","value":"","description":"Last used before this timestamp (UTC milliseconds)."}],"variable":[]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"c9754d21-473c-41d7-9bfb-1d9304977fd7","name":"Success","originalRequest":{"url":{"path":["tokens"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"1000"},{"key":"user","value":""},{"key":"permissions","value":""},{"key":"from","value":""},{"key":"to","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"values\": [\n {\n \"id\": \"in tempor elit\",\n \"description\": \"aute velit nisi magna\",\n \"name\": \"pariatur\"\n },\n {\n \"id\": \"velit\",\n \"description\": \"esse\",\n \"name\": \"reprehenderit cillum\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"28646ad0-a1e0-45b9-ad61-4d23ff80514b","name":"Creates a new token","request":{"name":"Creates a new token","description":{"content":"The newly created token will be owned by the same user who owns the token used for authentication of the call.","type":"text/plain"},"url":{"path":["tokens"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"640fd2cb-8c0e-4686-b988-33841e50a1a9","name":"Success. The token has been created. The response body contains the token itself.","originalRequest":{"url":{"path":["tokens"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"disabled":false,"description":"Token Id","key":"Location","value":"commodo"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"token\": \"abcdefjhij1234567890\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c100dd91-cc0d-47dd-b883-fa1a264b35ba","name":"Failed. The input is invalid. Response body provides details.","originalRequest":{"url":{"path":["tokens"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4a3df050-71e0-4c8b-9807-8b448c870e5f","name":"Lists token metadata by token itself","request":{"name":"Lists token metadata by token itself","description":{},"url":{"path":["tokens","lookup"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"3a39246e-097c-4410-9f6d-e55eab6c4d17","name":"Success","originalRequest":{"url":{"path":["tokens","lookup"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"POST","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"scopes\": [\n \"settings.write\",\n \"activeGateTokenManagement.read\"\n ],\n \"created\": -50989948,\n \"expires\": 28593968,\n \"id\": \"consequat dolor\",\n \"lastUse\": 98969398,\n \"name\": \"incididunt ex non reprehenderit\",\n \"personalAccessToken\": false,\n \"revoked\": false,\n \"userId\": \"Ut consequat in\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"20f5305d-b243-429d-bcac-f5275318e44a","name":"{id}","item":[{"id":"670b64db-9807-4e7e-aadd-098c6c806356","name":"Deletes the specified token","request":{"name":"Deletes the specified token","description":{},"url":{"path":["tokens",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the token to be deleted. Can either be the public identifier or the secret.\n\n You can't delete the token you're using for authentication of the request."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"DELETE","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"dde21055-47ad-46dc-abe5-462e75a589a6","name":"Success","originalRequest":{"url":{"path":["tokens",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the token to be deleted. Can either be the public identifier or the secret.\n\n You can't delete the token you're using for authentication of the request."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a5270642-844d-437f-ad2a-9f8c2378e630","name":"Failed. You can't delete the token you're using for authentication of the request.","originalRequest":{"url":{"path":["tokens",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the token to be deleted. Can either be the public identifier or the secret.\n\n You can't delete the token you're using for authentication of the request."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7b162f30-3df2-4ba8-970a-d7aa5f65e129","name":"Failed. The requested token has not been found.","originalRequest":{"url":{"path":["tokens",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the token to be deleted. Can either be the public identifier or the secret.\n\n You can't delete the token you're using for authentication of the request."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"bc5f8b08-0635-45cf-9907-bef88e0aede4","name":"Lists token metadata by token ID","request":{"name":"Lists token metadata by token ID","description":{"content":"The token itself is **not** exposed.","type":"text/plain"},"url":{"path":["tokens",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the required token."}]},"header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"89779e01-fd39-43ca-973a-5fdc1300c795","name":"Success","originalRequest":{"url":{"path":["tokens",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the required token."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"scopes\": [\n \"activeGateTokenManagement.create\",\n \"ServiceProviderAPI\"\n ],\n \"created\": -2903413,\n \"expires\": -39889277,\n \"id\": \"ad\",\n \"lastUse\": -59344824,\n \"name\": \"dolore officia ea nulla esse\",\n \"personalAccessToken\": true,\n \"revoked\": false,\n \"userId\": \"minim incididunt fugiat\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"41f40fc6-7877-435c-b487-90df600ef52f","name":"Failed. The requested token has not been found.","originalRequest":{"url":{"path":["tokens",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the required token."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"63e0b6f8-a57d-4e21-8a6f-ff8db8a5ec1a","name":"Updates the specified token","request":{"name":"Updates the specified token","description":{},"url":{"path":["tokens",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the token to be updated. \n\n You can't update the token you're using for authentication of the request."}]},"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"method":"PUT","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]},"body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"response":[{"id":"e5b5e79d-3e3b-4552-ac0a-de6dcc58df42","name":"Success. The token has been updated.","originalRequest":{"url":{"path":["tokens",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the token to be updated. \n\n You can't update the token you're using for authentication of the request."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"083a8ff4-e0b5-40a0-9a3b-775cba51d0ad","name":"Failed. You can't update the token you're using for authentication of the request.","originalRequest":{"url":{"path":["tokens",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the token to be updated. \n\n You can't update the token you're using for authentication of the request."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a4abd9f5-683a-4b2c-998e-79a674df7b5c","name":"Failed. The requested token has not been found.","originalRequest":{"url":{"path":["tokens",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"","key":"id","description":"(Required) The ID of the token to be updated. \n\n You can't update the token you're using for authentication of the request."}]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"PUT","body":{"mode":"raw","raw":"[object Object]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":"{\n \"error\": {\n \"code\": -14524513,\n \"constraintViolations\": [\n {\n \"location\": \"pariatur do\",\n \"message\": \"consequat consectetur\",\n \"parameterLocation\": \"PATH\",\n \"path\": \"voluptate\"\n },\n {\n \"location\": \"laborum\",\n \"message\": \"reprehenderit minim dolor non\",\n \"parameterLocation\": \"HEADER\",\n \"path\": \"velit ipsum exercitation sed eu\"\n }\n ],\n \"message\": \"commodo eu\"\n }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[]},{"id":"f37635f7-45db-485a-8008-7489fdc0f87a","name":"user Sessions","item":[{"id":"afce9adb-f19b-4077-9527-9fc16eaa4d5f","name":"Remove user sessions for a given user","request":{"name":"Remove user sessions for a given user","description":{},"url":{"path":["userSessions"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"userId","value":"","description":"User ID (mandatory)"}],"variable":[]},"method":"DELETE","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"74141d0a-9d0b-4616-85e9-09359257f1ab","name":"Success","originalRequest":{"url":{"path":["userSessions"],"host":["{{baseUrl}}"],"query":[{"key":"userId","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"989fddcd-c14d-4607-8f75-88b44afa5831","name":"Bad request. User id must be filled in.","originalRequest":{"url":{"path":["userSessions"],"host":["{{baseUrl}}"],"query":[{"key":"userId","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"307735e8-f55d-474d-a337-16e21777507e","name":"User sessions not found","originalRequest":{"url":{"path":["userSessions"],"host":["{{baseUrl}}"],"query":[{"key":"userId","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"f663ce10-08c3-4d07-bfff-28a4127d9bf1","name":"Operation failed","originalRequest":{"url":{"path":["userSessions"],"host":["{{baseUrl}}"],"query":[{"key":"userId","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6e1e5c61-1473-4798-b89a-4f8021b2a583","name":"Failed to invalidate sessions","originalRequest":{"url":{"path":["userSessions"],"host":["{{baseUrl}}"],"query":[{"key":"userId","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"DELETE","body":{}},"status":"Not Extended (RFC 2774)","code":510,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"66603469-379c-4a4e-a302-433c906a8753","name":"Get user sessions","request":{"name":"Get user sessions","description":{},"url":{"path":["userSessions"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"userId","value":"","description":"User ID (optional)"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"Api-Token {{DT_TOKEN}}"},{"key":"in","value":"header"}]}},"response":[{"id":"7e3c7cfc-90be-43ed-951c-1637e96ef03e","name":"Success","originalRequest":{"url":{"path":["userSessions"],"host":["{{baseUrl}}"],"query":[{"key":"userId","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n {\n \"creationTime\": -35475847,\n \"loginType\": \"SSO_MANAGED\",\n \"nodeId\": -8738,\n \"sessionId\": \"velit tempor\",\n \"tenantUuid\": \"dolore culpa enim\",\n \"userId\": \"Excepteur nostrud ut\",\n \"device\": \"qui occaecat et voluptate do\",\n \"ip\": \"irure qui\",\n \"lastAccessedTimestamp\": 68573771\n },\n {\n \"creationTime\": -19214128,\n \"loginType\": \"LOCAL\",\n \"nodeId\": 74232528,\n \"sessionId\": \"consectetur aliquip\",\n \"tenantUuid\": \"esse labore do quis\",\n \"userId\": \"do ut occaecat ex\",\n \"device\": \"tempor est anim\",\n \"ip\": \"ex\",\n \"lastAccessedTimestamp\": -680746\n }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"59b7d4dd-2ad4-4cd5-b938-826bd86c5ace","name":"Operation failed","originalRequest":{"url":{"path":["userSessions"],"host":["{{baseUrl}}"],"query":[{"key":"userId","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"Api-Token {{DT_TOKEN}}"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[],"variable":[{"type":"string","value":"https://{{DT_HOST}}/api/cluster/v2","key":"baseUrl"}],"info":{"_postman_id":"41e20024-bbe8-42d1-8d3e-fc4ddbebbee5","name": "Dynatrace Cluster API v2","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","description":{"content":"Dynatrace Managed exposes cluster-wide functionality via REST endpoints. This interactive documentation also acts as a REST client you can use to interact with Dynatrace Managed clusters. \n\nTo authorize, use the API Token generated in [Settings - API Tokens page](/cmc#cm/apiToken). The HTTP status code of the response shows the result of your request. The expected response code for a successful request is documented individually per REST endpoint. Additionally the following error response codes can occur in our REST interface:\n\n* 400 - Bad Request: Some request parameters are not correct. See response body for details.\n* 401 - Unauthorized: A valid authorization header is required but is missing.\n* 403 - Forbidden: Execution of request is not allowed, e.g. api-token is invalid.\n* 404 - Not Found: Endpoint does not exist or some entities could not be found.\n* 500 - Internal Server Error: See response body for details.\n* 556 - Upgrade in progress: Operation couldn't be performed during the upgrade.\n\nNotes about compatibility:\n* Operations marked as early adopter or preview may be changed in non-compatible ways, although we try to avoid this.\n* We may add new enum constants without incrementing the API version; thus, clients need to handle unknown enum constants gracefully.","type":"text/plain"}}}