{"info":{"_postman_id":"c6caabb5-7c76-edf1-45cb-c0b0fed365ac","name":"Apigee Edge API Management","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3967924","collectionId":"c6caabb5-7c76-edf1-45cb-c0b0fed365ac","publishedId":"RW1Yq1ed","public":true,"customColor":null,"publishDate":"2018-04-25T12:22:43.000Z"},"item":[{"name":"Pods","item":[{"name":"Get Associated  Pods","id":"03bd5b04-34bf-fd1c-788a-ccee436dff37","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/pods","urlObject":{"path":["v1","organizations","{{ORG}}","pods"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"03bd5b04-34bf-fd1c-788a-ccee436dff37"},{"name":"Gateway Pod","id":"4639c92e-1915-bc5f-f1b8-60e2af9c37af","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/servers?pod=gateway","urlObject":{"path":["v1","servers"],"host":["{{MGMTSVR}}"],"query":[{"key":"pod","value":"gateway"}],"variable":[]}},"response":[],"_postman_id":"4639c92e-1915-bc5f-f1b8-60e2af9c37af"},{"name":"Disassociate Org from POD","id":"2962b900-8962-0701-6e3a-3ad9bd912a7e","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":"action=remove&region={{REGION}}&pod={{POD}}"},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/pods","description":"<p>  Disassociate a pod with an Organization</p>\n","urlObject":{"path":["v1","organizations","{{ORG}}","pods"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2962b900-8962-0701-6e3a-3ad9bd912a7e"},{"name":"Analytics pod","id":"94e45677-da18-5e19-80be-5f87196dd51e","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/servers?pod=analytics","urlObject":{"path":["v1","servers"],"host":["{{MGMTSVR}}"],"query":[{"key":"pod","value":"analytics"}],"variable":[]}},"response":[],"_postman_id":"94e45677-da18-5e19-80be-5f87196dd51e"},{"name":"Associate Org to POD","id":"d4951beb-7b76-5862-e813-027aac45e454","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":"region={{REGION}}&pod={{POD}}"},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/pods","description":"<p>  Associate a pod with an organization</p>\n","urlObject":{"path":["v1","organizations","{{ORG}}","pods"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4951beb-7b76-5862-e813-027aac45e454"}],"id":"7e65f96e-6409-b67d-b33b-578ea45365c0","_postman_id":"7e65f96e-6409-b67d-b33b-578ea45365c0","description":""},{"name":"Bundle","item":[{"name":"Import Bundle","id":"24102487-a5ee-6a50-bc06-8bd3fa64156f","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/octet-stream"}],"body":{"mode":"file","file":{"src":""}},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/apis?action=import\\&name=_API_","description":"<p>  Import a bundle. Replace {{API}} with the api the bundle is being imported into and upload the .zip file below.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>If you wish to verify syntax as part of the upload. Add \\&amp;validate=true after {{API}}\n</code></pre><p><code>curl -v -u username:password -X POST http://localhost:8080/v1/organizations/&lt;orgname&gt;/apis?action=import\\&amp;name={{API}} -H \"Content-Type: application/octet-stream\" -T &lt;bundle name&gt;.zip</code></p>\n","urlObject":{"path":["v1","o","{{ORG}}","apis"],"host":["{{MGMTSVR}}"],"query":[{"key":"action","value":"import\\"},{"key":"name","value":"_API_"}],"variable":[]}},"response":[],"_postman_id":"24102487-a5ee-6a50-bc06-8bd3fa64156f"}],"id":"65b54dc4-1e33-014f-3241-5e4acd9fee42","_postman_id":"65b54dc4-1e33-014f-3241-5e4acd9fee42","description":""},{"name":"Products","item":[{"name":"Api Products","id":"39657b9b-8e64-a8f9-d82a-8c88cde81059","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/apiproducts","urlObject":{"path":["v1","o","{{ORG}}","apiproducts"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"39657b9b-8e64-a8f9-d82a-8c88cde81059"},{"name":"APIproduct Creation","id":"9e1ca104-7337-b7ee-3bf6-3a4e7203df54","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"<ApiProduct name=\"base\">\n<ApiResources/>\n<ApprovalType>auto</ApprovalType>\n<Attributes>\n<Attribute>\n<Name>description</Name>\n<Value/>\n</Attribute>\n<Attribute>\n<Name>developer.quota.interval</Name>\n<Value>1</Value>\n</Attribute>\n<Attribute>\n<Name>developer.quota.limit</Name>\n<Value>2000000</Value>\n</Attribute>\n<Attribute>\n<Name>developer.quota.timeunit</Name>\n<Value>month</Value>\n</Attribute>\n<Attribute>\n<Name>access</Name>\n<Value>internal</Value>\n</Attribute>\n<Attribute>\n<Name>apisDeployedIn</Name>\n<Value>prod</Value>\n</Attribute>\n<Attribute>\n<Name>servicePlan</Name>\n<Value>null</Value>\n</Attribute>\n<Attribute>\n<Name>apiResourcesInfo</Name>\n<Value>[]</Value>\n</Attribute>\n<Attribute>\n<Name>disabledApiResourcesInfo</Name>\n<Value>[]</Value>\n</Attribute>\n</Attributes>\n<Description/>\n<DisplayName>base</DisplayName>\n<Scopes/>\n</ApiProduct>"},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/apiproducts","urlObject":{"path":["v1","organizations","{{ORG}}","apiproducts"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e1ca104-7337-b7ee-3bf6-3a4e7203df54"}],"id":"a4eded62-f97b-1628-b9d3-90c2727bfaad","_postman_id":"a4eded62-f97b-1628-b9d3-90c2727bfaad","description":""},{"name":"TargetServers","item":[{"name":"Add Target","id":"0d7503b7-a656-fdf9-64c0-105f1e8adfcd","request":{"method":"POST","header":[{"key":"content-type","value":"application/json"},{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":"{\n    \"host\": \"10.1.124.41\",\n    \"isEnabled\": true,\n    \"name\": \"SpeechTest\",\n    \"port\": 18080\n}"},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/e/{{ENV}}/targetservers","urlObject":{"path":["v1","o","{{ORG}}","e","{{ENV}}","targetservers"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d7503b7-a656-fdf9-64c0-105f1e8adfcd"},{"name":"List Target Servers","id":"cde27dbd-edda-f243-ac39-d92454d906fb","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/e/{{ENV}}/targetservers","description":"<p>  List all the target servers for the org and env</p>\n","urlObject":{"path":["v1","o","{{ORG}}","e","{{ENV}}","targetservers"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cde27dbd-edda-f243-ac39-d92454d906fb"}],"id":"23d4a20f-c64d-6fab-f408-2a2850534143","_postman_id":"23d4a20f-c64d-6fab-f408-2a2850534143","description":""},{"name":"Audit","item":[{"name":"Audit","id":"e6be24c5-ea21-aa4b-eea3-4ae38131fda8","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/audits/o/{{ORG}}/companies?expand=true&timeline=month","urlObject":{"path":["v1","audits","o","{{ORG}}","companies"],"host":["{{MGMTSVR}}"],"query":[{"key":"expand","value":"true"},{"key":"timeline","value":"month"}],"variable":[]}},"response":[],"_postman_id":"e6be24c5-ea21-aa4b-eea3-4ae38131fda8"}],"id":"72e3817e-37bf-51b2-d5d2-62b52299cee6","_postman_id":"72e3817e-37bf-51b2-d5d2-62b52299cee6","description":""},{"name":"APIs","item":[{"name":"Delete an API","id":"21ec4607-0a57-4ea6-322c-ac8b33873d7a","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/apis/testing","description":"<p>  Make sure all revisions of an API are removed before going ahead and undeploying an API</p>\n<p><code>curl -v -u username:password http://localhost:8080/v1/organizations/&lt;orgname&gt;/apis/&lt;api you want to delete&gt; -X DELETE</code></p>\n","urlObject":{"path":["v1","o","{{ORG}}","apis","testing"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"21ec4607-0a57-4ea6-322c-ac8b33873d7a"},{"name":"Api list","id":"a41ae4a9-a3c3-eeb2-6989-1089ade7e7ce","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/apis","urlObject":{"path":["v1","o","{{ORG}}","apis"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a41ae4a9-a3c3-eeb2-6989-1089ade7e7ce"},{"name":"Undeploy Revisions","id":"16970982-a813-6cc7-55bf-2fff7129e2d2","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/octet-stream"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/apis/_API_/revisions/_revision_/deployments?action=undeploy&env={{ENV}}","description":"<p>  Undeploy revision before going ahead and removing any API's.</p>\n<p><code>curl -v -u username:password http://localhost:8080/v1/organizations/&lt;orgname&gt;/apis/&lt;api you want to delete&gt;/revisions/&lt;revisionnumber&gt;/deployments?action=undeploy\\&amp;env=&lt;env where deployed&gt;\\&amp;force=true -X POST</code></p>\n","urlObject":{"path":["v1","o","{{ORG}}","apis","_API_","revisions","_revision_","deployments"],"host":["{{MGMTSVR}}"],"query":[{"key":"action","value":"undeploy"},{"key":"env","value":"{{ENV}}"}],"variable":[]}},"response":[],"_postman_id":"16970982-a813-6cc7-55bf-2fff7129e2d2"},{"name":"Deploy API","id":"074516a7-67c2-a797-696d-48f15a8f1783","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/octet-stream"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/apis?action=import\\&name=_API_","description":"<p>  Deploy the API in the environment you want to with a revision number one higher than the already existing revisions</p>\n<p><code>curl -v -u username:password -X POST http://localhost:8080/v1/organizations/{{ORG}}/apis/{{API}}/revisions/&lt;revisionnumber&gt;/deployments?action=deploy\\&amp;env={{ENV}} -H \"Content-Type: application/octet-stream\"</code></p>\n","urlObject":{"path":["v1","o","{{ORG}}","apis"],"host":["{{MGMTSVR}}"],"query":[{"key":"action","value":"import\\"},{"key":"name","value":"_API_"}],"variable":[]}},"response":[],"_postman_id":"074516a7-67c2-a797-696d-48f15a8f1783"}],"id":"d45886bb-40c5-d7b7-cc73-86c22b9b43ad","_postman_id":"d45886bb-40c5-d7b7-cc73-86c22b9b43ad","description":""},{"name":"Apps","item":[{"name":"List apps ","id":"af625b8d-14d6-9124-3b33-89d85b1920aa","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/apps","description":"<p>  add expand=true to the QS to get more info</p>\n","urlObject":{"path":["v1","o","{{ORG}}","apps"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"af625b8d-14d6-9124-3b33-89d85b1920aa"},{"name":"Add app credentials","id":"fea04604-73c5-afe9-6bf7-1e8725b6009a","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic bWR1bmtlckBhcGlnZWUuY29tOlVTb2x5bXAxYzUvL2EsLA=="},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"<CredentialRequest>  \n            <Attributes/>\n            <ConsumerKey>_key_</ConsumerKey>\n            <ConsumerSecret>_secret_</ConsumerSecret>\n            <ApiProducts>\n            </ApiProducts>\n            <Scopes/>\n</CredentialRequest>\n"},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/developers/_devemail_/apps/_appname_/keys/create","urlObject":{"path":["v1","organizations","{{ORG}}","developers","_devemail_","apps","_appname_","keys","create"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fea04604-73c5-afe9-6bf7-1e8725b6009a"},{"name":"Create Company APP","id":"ba0ac449-808c-ba28-108d-ddcd60a3550f","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"<App name=\"Companyapp1\">\n<AccessType>read</AccessType>\n\n\n<ApiProducts>\n<ApiProduct>base</ApiProduct>\n</ApiProducts>\n\n\n\n<AppFamily>Production</AppFamily>\n\n<Attributes>\n<Attribute>\n<Name>TropoAppToken</Name>\n<Value>\n98222c9d3bb44e9953438f86c661aaa3159f978814c10b9b6d4a70a0340039d46d3ab081c9e0198609e7850c\n</Value>\n</Attribute>\n<Attribute>\n<Name>shortcode</Name>\n<Value>37367045</Value>\n</Attribute>\n\n<Attribute>\n<Name>MMSURL</Name>\n<Value>https://api-dev-test.priv.bf.pacer.sl.attcompute.com/QAUtils/MOEndpoint</Value>\n</Attribute>\n\n<Attribute>\n<Name>SMSMOURL</Name>\n<Value>https://api-dev-test.priv.bf.pacer.sl.attcompute.com/QAUtils/MOEndpoint</Value>\n</Attribute>\n\n<Attribute>\n<Name>merchant_id</Name>\n<Value>d947b98e-950f-40c4-908a-28ce14ebe703</Value>\n</Attribute>\n\n</Attributes>\n\n<CallbackUrl>www.apigee.com</CallbackUrl>\n\n\n</App>\n"},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/companies/{{COMPANY}}/apps","urlObject":{"path":["v1","organizations","{{ORG}}","companies","{{COMPANY}}","apps"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba0ac449-808c-ba28-108d-ddcd60a3550f"},{"name":"List app","id":"407cdada-b769-c153-f61f-7081e124b46b","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/apps/_appid_","description":"<p>  List out an app details</p>\n","urlObject":{"path":["v1","o","{{ORG}}","apps","_appid_"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"407cdada-b769-c153-f61f-7081e124b46b"}],"id":"6e55b924-83d2-432b-c2be-b41ece7772af","_postman_id":"6e55b924-83d2-432b-c2be-b41ece7772af","description":""},{"name":"User Roles","item":[{"name":"User Roles Update","id":"f7f05f09-9014-7abd-92d9-910203429a41","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \"role\" : [ { \"name\" : \"orgadmin\", \"organization\" : \"dev\" }, { \"name\" : \"sysadmin\" } ] }"},"url":"{{MGMTSVR}}/v1/users/_email_/userroles","urlObject":{"path":["v1","users","_email_","userroles"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7f05f09-9014-7abd-92d9-910203429a41"},{"name":"Get permissions for a role","id":"99e22e5e-caba-04ad-881c-25515440bdc4","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/userroles/user/permissions","urlObject":{"path":["v1","o","{{ORG}}","userroles","user","permissions"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"99e22e5e-caba-04ad-881c-25515440bdc4"},{"name":"Delete an organization userrole","id":"0ed33b1a-8540-d1c2-5204-8f6d85665d49","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/users/_devemail_/userroles/user?org={{ORG}}","urlObject":{"path":["v1","users","_devemail_","userroles","user"],"host":["{{MGMTSVR}}"],"query":[{"key":"org","value":"{{ORG}}"}],"variable":[]}},"response":[],"_postman_id":"0ed33b1a-8540-d1c2-5204-8f6d85665d49"}],"id":"59ff851f-c614-b937-d620-f4b498402ed2","_postman_id":"59ff851f-c614-b937-d620-f4b498402ed2","description":""},{"name":"Users","item":[{"name":"Create User in ORG","id":"c10838d6-250f-1615-4538-14234c157490","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"<User><FirstName>Shahzad</FirstName><LastName>Ali</LastName><Password>secret12</Password><EmailId>nottheemail@gmail.com</EmailId></User>"},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/users","description":"<p>  Replace  with Organization user needs to be added to</p>\n<p>  Change details with that of the users.</p>\n","urlObject":{"path":["v1","organizations","{{ORG}}","users"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c10838d6-250f-1615-4538-14234c157490"},{"name":"Developer Details Get","id":"11babfb5-e2a6-fc11-33a8-678901140b14","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/developers/_devemail_","urlObject":{"path":["v1","o","{{ORG}}","developers","_devemail_"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"11babfb5-e2a6-fc11-33a8-678901140b14"},{"name":"List Users","id":"8ace1895-7436-b9f7-921a-1655feb8c934","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/users","urlObject":{"path":["v1","users"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ace1895-7436-b9f7-921a-1655feb8c934"},{"name":"Add user as Orgadmin","id":"1e5b2ce0-909a-4a84-4480-838093d8bafd","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"<Roles><Role name=\"orgadmin\"/></Roles>"},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/users/shezze@ab.com/userroles/","description":"<p>  Replace  with Organization name and  with users email</p>\n<p>  If A different Role needs to be created the available options are</p>\n<ul>\n<li>orgadmin\n-  opsadmin\n-  user\n-  businessuser</li>\n</ul>\n<p>  All have default permissions and full access to all entitires (APIs,API Products,Apps, Developers and Reports)</p>\n<p>  More complex roles and permissions can be configured using the RBAC API</p>\n","urlObject":{"path":["v1","organizations","{{ORG}}","users","shezze@ab.com","userroles",""],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e5b2ce0-909a-4a84-4480-838093d8bafd"}],"id":"b41fec33-a177-2c1d-0ee2-3d3f8f2a10e5","_postman_id":"b41fec33-a177-2c1d-0ee2-3d3f8f2a10e5","description":""},{"name":"Developers","item":[{"name":"Create Developer","id":"b9324167-7735-c8c4-fd03-c0855cc1d5e5","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"<Developer>\n  <Email>thisisnottheemail@apigee.com</Email>\n  <FirstName>Argyle</FirstName>\n  <LastName>Robinson</LastName>\n  <UserName>doh</UserName>\n  <OrganizationName>Apigee</OrganizationName>\n  <Status>active</Status>\n  <Attributes/>\n</Developer>"},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/developers","urlObject":{"path":["v1","organizations","{{ORG}}","developers"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9324167-7735-c8c4-fd03-c0855cc1d5e5"},{"name":"Get Developers","id":"f782f52d-eb6d-3a49-4223-0d13e25c6f20","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/developers","urlObject":{"path":["v1","organizations","{{ORG}}","developers"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f782f52d-eb6d-3a49-4223-0d13e25c6f20"}],"id":"07c95304-c5dc-435e-dcd3-a732c03c2fc7","_postman_id":"07c95304-c5dc-435e-dcd3-a732c03c2fc7","description":""},{"name":"Keystores","item":[{"name":"List Keystores","id":"7ecb11ce-1d66-8aba-8002-b306b3cbf47a","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/e/{{ENV}}/keystores","description":"<p>  List the keystores in the environment</p>\n","urlObject":{"path":["v1","o","{{ORG}}","e","{{ENV}}","keystores"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ecb11ce-1d66-8aba-8002-b306b3cbf47a"}],"id":"26652a8b-544a-7f80-e030-97b35e97189e","_postman_id":"26652a8b-544a-7f80-e030-97b35e97189e","description":""},{"name":"Cache","item":[{"name":"List caches","id":"437c2619-474f-486d-0074-fdc5e8c52876","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/e/{{ENV}}/caches","urlObject":{"path":["v1","o","{{ORG}}","e","{{ENV}}","caches"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"437c2619-474f-486d-0074-fdc5e8c52876"}],"id":"e1ea1551-8cf5-9523-cdd1-bed576251666","_postman_id":"e1ea1551-8cf5-9523-cdd1-bed576251666","description":""},{"name":"KVM","item":[{"name":"KVM Get","id":"aeaac3ee-7451-56b5-dfc6-62eed3d4184f","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/e/{{ENV}}/keyvaluemaps/_kvm_","urlObject":{"path":["v1","o","{{ORG}}","e","{{ENV}}","keyvaluemaps","_kvm_"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aeaac3ee-7451-56b5-dfc6-62eed3d4184f"},{"name":"KVM Delete (Entire KVM)","id":"c147892d-7482-c199-25cb-f47d461bc4dd","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/e/{{ENV}}/keyvaluemaps/_kvm_","urlObject":{"path":["v1","o","{{ORG}}","e","{{ENV}}","keyvaluemaps","_kvm_"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c147892d-7482-c199-25cb-f47d461bc4dd"}],"id":"a455e0af-9267-5012-7c03-315178ec8af9","_postman_id":"a455e0af-9267-5012-7c03-315178ec8af9","description":""},{"name":"VirtualHosts","item":[{"name":"List VirtualHosts","id":"e2e4e75a-4317-5d88-72e5-1621a7ca5ae2","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/environments/{{ENV}}/virtualhosts","description":"<p>  Update {{ORG}} and {{ENV}} variables as necessary to create a new environment</p>\n","urlObject":{"path":["v1","organizations","{{ORG}}","environments","{{ENV}}","virtualhosts"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2e4e75a-4317-5d88-72e5-1621a7ca5ae2"},{"name":"Add Virtual Host","id":"f26ba354-68c9-294d-e9ea-89e8f20ae23c","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"<VirtualHost name=\"default\">\n  <HostAliases>\n    <HostAlias>myorg- test.apigee.net</HostAlias>\n  </HostAliases>\n  <Interfaces/> \n  <Port>443</Port>\n</VirtualHost>"},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/environments/{{ENV}}/virtualhosts","description":"<p>  Update {{ORG}} and {{ENV}} variables as necessary to create a new environment</p>\n<p>  Update HostAlias</p>\n","urlObject":{"path":["v1","organizations","{{ORG}}","environments","{{ENV}}","virtualhosts"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f26ba354-68c9-294d-e9ea-89e8f20ae23c"}],"id":"ee429297-886e-db98-10d8-893ad78e98c4","_postman_id":"ee429297-886e-db98-10d8-893ad78e98c4","description":""},{"name":"Environments","item":[{"name":"Delete Environment","id":"c62e01fa-6bf2-8e87-45b4-528e6031d1c4","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/environments/{{ENV}}","description":"<p>  Deletes a specific environment in an organization.</p>\n<p><code>curl \"http://localhost:8080/v1/organizations/{ORG}/environments/{ENV}\" -X DELETE -u user:passwd </code></p>\n","urlObject":{"path":["v1","organizations","{{ORG}}","environments","{{ENV}}"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c62e01fa-6bf2-8e87-45b4-528e6031d1c4"},{"name":"Create New ENV in ORG","id":"f982d30f-0f16-b985-194c-d9b23d718872","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"<Environment name=\"dev\"/>"},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/environments","description":"<p>  Update {{ORG}} and {{ENV}} variables as necessary to create a new environment</p>\n","urlObject":{"path":["v1","organizations","{{ORG}}","environments"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f982d30f-0f16-b985-194c-d9b23d718872"},{"name":"Update Environments","id":"05eab82f-ffd2-8ae7-1fa3-50414aa273b0","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/environments/{{ENV}}","description":"<p>  Updates a specific environment in an organization.Descriptionn could be updated using the same.</p>\n<p><code>curl -u user:passwd \"http://localhost:8080/v1/organizations/{{ORG}}/environments/{{ENV}}\" </code></p>\n","urlObject":{"path":["v1","organizations","{{ORG}}","environments","{{ENV}}"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05eab82f-ffd2-8ae7-1fa3-50414aa273b0"}],"id":"7785e32d-0c37-8822-cdf8-7603bff4534f","_postman_id":"7785e32d-0c37-8822-cdf8-7603bff4534f","description":""},{"name":"Company","item":[{"name":"Create Company","id":"9feaed64-84f6-a703-b9de-bf56ee168617","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"<Company name=\"DevCompany\">\n    <Apps>\n        <App>Companyapp1</App>\n    </Apps>\n    <DisplayName>Developer Company</DisplayName>\n    <Organization>prod</Organization>\n    <Status>active</Status>\n    <Attributes>\n        <Attribute>\n            <Name>OrgStatus</Name>\n            <Value>active</Value>\n        </Attribute>\n        <Attribute>\n            <Name>Region</Name>\n            <Value>north</Value>\n        </Attribute>\n    </Attributes>\n</Company>"},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/companies","urlObject":{"path":["v1","organizations","{{ORG}}","companies"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9feaed64-84f6-a703-b9de-bf56ee168617"}],"id":"9ac15bd9-f7d1-bb12-91e9-9b95c02a38d9","_postman_id":"9ac15bd9-f7d1-bb12-91e9-9b95c02a38d9","description":""},{"name":"Developer App","item":[{"name":"Developer App Details Get","id":"7002f05e-1b34-2a79-5d7a-921b43513b00","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/developers/_devemail_/apps/_app_","urlObject":{"path":["v1","o","{{ORG}}","developers","_devemail_","apps","_app_"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7002f05e-1b34-2a79-5d7a-921b43513b00"},{"name":"Delete app credentials","id":"6c850f61-3f89-c719-7438-76d6b3ed3e87","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/developers/_devemail_/apps/_appname_/keys/_key_","urlObject":{"path":["v1","organizations","{{ORG}}","developers","_devemail_","apps","_appname_","keys","_key_"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c850f61-3f89-c719-7438-76d6b3ed3e87"}],"id":"f81c53ab-f9bc-cdcc-7a5c-f4266dfdb3e1","_postman_id":"f81c53ab-f9bc-cdcc-7a5c-f4266dfdb3e1","description":""},{"name":"Deployments","item":[{"name":"Deployments","id":"bc0d94d1-4b8a-5a3d-88fe-69f737d28563","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/apis/_api_/revisions/_revision_/deployments","urlObject":{"path":["v1","o","{{ORG}}","apis","_api_","revisions","_revision_","deployments"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc0d94d1-4b8a-5a3d-88fe-69f737d28563"},{"name":"List Deployments","id":"fe031342-983e-63f0-bb02-025ad21fc3f7","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/deployments","description":"<p>  Gets all the deployments of an organization</p>\n","urlObject":{"path":["v1","organizations","{{ORG}}","deployments"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe031342-983e-63f0-bb02-025ad21fc3f7"}],"id":"eef07c9c-74c4-e680-2b1f-40bc44a5aeb5","_postman_id":"eef07c9c-74c4-e680-2b1f-40bc44a5aeb5","description":""},{"name":"Servers","item":[{"name":"List Server by UUID","id":"3ae4a904-c7eb-5779-e2fe-153492cb9b0f","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/servers/<uuid>","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Replace &lt;uuid&gt; with the UUID of the server whose information is needed\n</code></pre>","urlObject":{"path":["v1","servers","<uuid>"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ae4a904-c7eb-5779-e2fe-153492cb9b0f"},{"name":"List Servers","id":"be066926-c69b-d587-e0a5-dfa42e45fd2d","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/servers","description":"<p>  Add the below and pod name for servers from different pods.</p>\n","urlObject":{"path":["v1","servers"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"be066926-c69b-d587-e0a5-dfa42e45fd2d"},{"name":"List org/env servers","id":"d4ae3079-2481-02c4-d243-ab8c38003f32","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/e/{{ENV}}/servers","urlObject":{"path":["v1","o","{{ORG}}","e","{{ENV}}","servers"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4ae3079-2481-02c4-d243-ab8c38003f32"},{"name":"Register server with org","id":"015d425d-f256-b735-7971-46f59caf40b7","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"region=dc-1&uuid=&pod=gateway-1&action=add"},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/e/{{ENV}}/servers","urlObject":{"path":["v1","o","{{ORG}}","e","{{ENV}}","servers"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"015d425d-f256-b735-7971-46f59caf40b7"},{"name":"Associate  environments to MP","id":"59468f1b-f829-fefc-bc8d-d8bcbca7f562","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"action=add&uuid=<uuid>"},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/environments/{{ENV}}/servers","description":"<p>  Update {{ORG}} and {{ENV}} variables as necessary to create a new environment</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Replace &lt;uuid&gt; with the UUID of the Message Processor(s).\n</code></pre>","urlObject":{"path":["v1","organizations","{{ORG}}","environments","{{ENV}}","servers"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59468f1b-f829-fefc-bc8d-d8bcbca7f562"},{"name":"Set not reachable","id":"e05e5aa1-34e8-449f-04e0-6b210f85269f","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"reachable","value":"false","type":"text"}]},"url":"{{MGMTSVR}}/v1/servers/35553ca7-9b49-4b1e-94d0-bda583836c6d","description":"<p>  Set a server as reachable or not reachable by variable.. Change  with the UUID of the server. </p>\n","urlObject":{"path":["v1","servers","35553ca7-9b49-4b1e-94d0-bda583836c6d"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e05e5aa1-34e8-449f-04e0-6b210f85269f"},{"name":"Deregister","id":"ea28ad03-69b5-195f-fde7-4a3c93a2d008","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"region=dc-1&uuid=&pod=analytics&action=remove"},"url":"{{MGMTSVR}}/v1/servers","description":"<p>  Deregister a Server</p>\n","urlObject":{"path":["v1","servers"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea28ad03-69b5-195f-fde7-4a3c93a2d008"}],"id":"a2a80440-8040-9cab-36c2-be7629c4be9e","_postman_id":"a2a80440-8040-9cab-36c2-be7629c4be9e","description":""},{"name":"Organizations","item":[{"name":"List organizations","id":"71e5b318-a3a5-a02b-c17f-0aa212d82bbd","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/organizations","urlObject":{"path":["v1","organizations"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"71e5b318-a3a5-a02b-c17f-0aa212d82bbd"}],"id":"2761a61f-e627-bc75-3797-60bbc1a56d82","_postman_id":"2761a61f-e627-bc75-3797-60bbc1a56d82","description":""},{"name":"OAuth","item":[{"name":"OAuth2 Token Details Get","id":"301166f8-1bc9-02b2-dc21-9cebeb89d609","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/o/{{ORG}}/oauth2/accesstokens/_tokenid_","urlObject":{"path":["v1","o","{{ORG}}","oauth2","accesstokens","_tokenid_"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"301166f8-1bc9-02b2-dc21-9cebeb89d609"}],"id":"cf226abc-7dc4-bf95-329f-6f07acefc73d","_postman_id":"cf226abc-7dc4-bf95-329f-6f07acefc73d","description":""},{"name":"zzzOthers","item":[{"name":"Disable Debug w/o Restart","id":"183fdb3b-5c05-2476-0805-da2e55f8fc96","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/logsessions/logsession_name","description":"<p>  To disable</p>\n<p><code>  curl -v -u sysadmin_user:sysadmin_pass \"http://localhost:8082/v1/logsessions/logsession_name\" -X DELETE</code></p>\n<p>  The port on MS is 8080 , routers 8081 and Mp 8082</p>\n","urlObject":{"path":["v1","logsessions","logsession_name"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"183fdb3b-5c05-2476-0805-da2e55f8fc96"},{"name":"Create Company Developer","id":"688c3452-03ff-7ff7-873b-608e763836a0","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":"{\n    \"developer\": [\n        {\n            \"email\": \"sali@apigee.com\",\n            \"role\": \"developer\"\n        }\n    ]\n}"},"url":"{{MGMTSVR}}/v1/organizations/{{ORG}}/companies/{{COMPANY}}/developers","urlObject":{"path":["v1","organizations","{{ORG}}","companies","{{COMPANY}}","developers"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"688c3452-03ff-7ff7-873b-608e763836a0"},{"name":"Build Info","id":"ea4b39ea-1f01-a85d-ce7d-160799d143dd","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"formdata","formdata":[{"key":"audio data","value":"","type":"file"}]},"url":"{{PROTO}}://{{HOST}}:{{PORT}}/v1/buildinfo","urlObject":{"protocol":"{{PROTO}}","port":"{{PORT}}","path":["v1","buildinfo"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea4b39ea-1f01-a85d-ce7d-160799d143dd"},{"name":"Enable Debug w/o Restart ","id":"d49940a7-ac3f-4edb-f37d-e367233e5734","request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/logsessions?session=logsession_name","description":"<p>  To enable debug on components without restart</p>\n<p><code>curl -v -u sysadmin_user:sysadmin_pass -X POST \"http://localhost:8082/v1/logsessions?session=logsession_name\" </code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>  To View\n</code></pre><p>  tail -f /opt/apigee4/var/log/apigee/{message-processor|router|management-server}/logs/system.log</p>\n<p>  The port on is 8080 , routers 8081 and Mp 8082</p>\n","urlObject":{"path":["v1","logsessions"],"host":["{{MGMTSVR}}"],"query":[{"key":"session","value":"logsession_name"}],"variable":[]}},"response":[],"_postman_id":"d49940a7-ac3f-4edb-f37d-e367233e5734"},{"name":"Classifications","id":"05347ad0-a6ce-224d-f8fa-60dbc4996a63","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{PROTO}}://{{HOST}}:8081/v1/classification/tree","description":"<p>  This is an API call to verify api deployment status</p>\n","urlObject":{"protocol":"{{PROTO}}","port":"8081","path":["v1","classification","tree"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05347ad0-a6ce-224d-f8fa-60dbc4996a63"},{"name":"Cluster Status","id":"e2d499c0-cee7-3b8e-a3f0-21821ef69aec","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{MGMTSVR}}/v1/cluster","description":"<p>  If memberCount and the reachableCount are not the same check firewall connectivity PORT:4526 between the nodes.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Add /members to see individual node information for each cluster member\n</code></pre>","urlObject":{"path":["v1","cluster"],"host":["{{MGMTSVR}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2d499c0-cee7-3b8e-a3f0-21821ef69aec"},{"name":"QPID Metrics","id":"dde38f13-e935-da22-46c4-3c3b16d24ace","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{BASICAUTH}}"}],"body":{"mode":"raw","raw":""},"url":"{{PROTO}}://{{HOST}}:8080/v1/runtime/metrics/QPID-CLIENT","urlObject":{"protocol":"{{PROTO}}","port":"8080","path":["v1","runtime","metrics","QPID-CLIENT"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dde38f13-e935-da22-46c4-3c3b16d24ace"}],"id":"79c9812e-3745-c130-31d4-963e90598593","_postman_id":"79c9812e-3745-c130-31d4-963e90598593","description":""}]}