Created
March 6, 2015 18:20
-
-
Save meker12/7b94d3d59d45a3f4028c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<response status="400" xmlns="http://wadl.dev.java.net/2009/02"> | |
<doc title="Bad Request" xml:lang="EN">Invalid input JSON or service not deployed.</doc> | |
</response> | |
<response status="404" xmlns="http://wadl.dev.java.net/2009/02"> | |
<doc title="Not Found" xml:lang="EN">Service not found.</doc> | |
</response> | |
<!-- <response status="400" xmlns="http://wadl.dev.java.net/2009/02"> | |
<doc title="Bad Request" xml:lang="EN">Missing or empty domains list.</doc> | |
</response> | |
<response status="400" xmlns="http://wadl.dev.java.net/2009/02"> | |
<doc title="Bad Request" xml:lang="EN">Maximum length of domains list reached.</doc> | |
</response> | |
<response status="400" xmlns="http://wadl.dev.java.net/2009/02"> | |
<doc title="Bad Request" xml:lang="EN">Invalid entry for domain value (such as [{"domain": "invalid"}]. </doc> | |
</response> | |
<response status="400" xmlns="http://wadl.dev.java.net/2009/02"> | |
<doc title="Bad Request" xml:lang="EN">Missing or empty origins list. </doc> | |
</response> | |
<response status="400" xmlns="http://wadl.dev.java.net/2009/02"> | |
<doc title="Bad Request" xml:lang="EN">Maximum length of origins list reached.</doc> | |
</response> | |
<response status="400" xmlns="http://wadl.dev.java.net/2009/02"> | |
<doc title="Bad Request" xml:lang="EN">Invalid entry for origin value (such as [{"origin": "invalid"}]. </doc> | |
</response> | |
<response status="400" xmlns="http://wadl.dev.java.net/2009/02"> | |
<doc title="Bad Request" xml:lang="EN">Non-Boolean value for origins:origin:ssl. </doc> | |
</response> | |
<response status="400" xmlns="http://wadl.dev.java.net/2009/02"> | |
<doc title="Bad Request" xml:lang="EN">Value for origins:origin:port is something other than 80 or 443. </doc> | |
</response> | |
<response status="400" xmlns="http://wadl.dev.java.net/2009/02"> | |
<doc title="Bad Request" xml:lang="EN">Restrictions list present with no name.</doc> | |
</response> | |
<response status="400" xmlns="http://wadl.dev.java.net/2009/02"> | |
<doc title="Bad Request" xml:lang="EN">Attempt to update a service with a flavor_id that is not 'cdn'.</doc> | |
</response> | |
--> | |
</method> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment