File: status.yaml

package info (click to toggle)
python-os-api-ref 2.3.0%2Bds1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 384 kB
  • sloc: python: 886; javascript: 501; makefile: 14
file content (39 lines) | stat: -rw-r--r-- 803 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#################
# Success Codes #
#################
100:
  default: |
    An unusual code for an API
200:
  default: |
    Request was successful.
201:
  default: |
    Resource was created and is ready to use.

#################
#  Error Codes  #
#################

400:
  default: |
    Some content in the request was invalid
  zone_data_error: |
    Some of the data for the
401:
  default: |
    User must authenticate before making a request
403:
  default: |
     Policy does not allow current user to do this operation.
405:
  default: |
    Method is not valid for this endpoint.
409:
 default: |
    This operation conflicted with another operation on this resource
 duplcate_zone: |
    There is already a zone with this name.
500:
  default: |
    Something went wrong inside the service.