{"swagger":"2.0","info":{"description":"<p>The Asset Environment service provides operations for managing the promotion of assets to different environments.</p>","version":"8.4.0","title":"Asset Environment API"},"host":"0.0.0.0","basePath":"/api","schemes":["https","http"],"paths":{"/assetenvironments/{AssetID}":{"get":{"description":"<p>Returns the asset environments for the given asset FDN</p>\n<h4>Request:</h4>\n<pre><code>GET /assetenvironments/8ec423b6-9b1f-4491-aef3-e787f85fce3e.atmosphere?AssetType=API HTTP/1.1\nAccept: application/json\n</code></pre>\n<h4>Response:</h4>\n<pre><code>HTTP/1.1 200 OK\n\n\n{\n  \"AssetEnvironment\" : [ {\n    \"AssetType\" : \"API\",\n    \"EnvironmentName\" : \"Development\",\n    \"Url\" : \"http://abc.com/d\",\n    \"Status\" : \"Promoted\"\n  }, {\n    \"AssetType\" : \"API\",\n    \"EnvironmentName\" : \"QA\",\n    \"Url\" : \"http://abc.com/q\",\n    \"Status\" : \"Promoted\"\n  }, {\n    \"AssetType\" : \"API\",\n    \"EnvironmentName\" : \"Staging\",\n    \"Url\" : \"http://abc.com/s\",\n    \"Status\" : \"Not Promoted\"\n  } ]\n}\n</code></pre>","operationId":"GET /assetenvironments/{AssetID}","produces":["application/json","application/xml","application/vnd.soa.v84+json","application/vnd.soa.v84+xml"],"parameters":[{"name":"AssetID","in":"path","description":"The asset's Id.","required":true},{"name":"AssetType","in":"query","description":"The asset type","required":true}],"responses":{"default":{"description":" "}}},"post":{"description":"<p>Promotes the given asset to the next environment.</p>\n<h4>Request:</h4>\n<pre><code>POST /assetenvironments/2211616d-6252-4c82-8563-b668b21b70b2.atmosphere HTTP/1.1\nContent-Type: application/json\n{\n    \"AssetType\" : \"API\",\n    \"EnvironmentName\" : \"QA\"\n}\n</code></pre>\n<h4>Response:</h4>\n<pre><code>HTTP/1.1 200 OK\n\n{\n  \"AssetType\" : \"API\",\n  \"EnvironmentName\" : \"Staging\",\n  \"Url\" : \"http://abc.com/s\",\n  \"Status\" : \"Promoted\"\n}\n</code></pre>","operationId":"POST /assetenvironments/{AssetID}","consumes":["application/json","application/xml","application/vnd.soa.v84+json","application/vnd.soa.v84+xml"],"produces":["application/json","application/xml","application/vnd.soa.v84+json","application/vnd.soa.v84+xml"],"parameters":[{"name":"AssetID","in":"path","description":"The asset Id.","required":true},{"in":"body","name":"body","required":false}],"responses":{"default":{"description":" "}}}}}}