-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathutilities.raml
executable file
·75 lines (74 loc) · 2.16 KB
/
utilities.raml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#%RAML 0.8
title: Utilities
version: 1
baseUri: /config-media-live/v1
mediaType: application/json
/live/utils:
/archivelocation:
displayName: archivelocation
get:
description: |
List archive locations: Returns a list of NetStorage
archive locations to be used for provisioning.
responses:
200:
body:
application/xml:
example: !include examples/list-archive-locations-200.xml
/contacts:
displayName: contacts
get:
description: |
List contacts: List an organization's contact names who are
responsible for the stream entrypoint availability.
responses:
200:
body:
application/xml:
example: !include examples/list-contacts-200.xml
/countries:
displayName: countries
get:
description: |
List countries: Returns a list of countries supported when
creating a configuration.
responses:
200:
body:
application/xml:
example: !include examples/list-countries-200.xml
/cpcode:
displayName: cp codes
get:
description: |
List CP codes: Returns a list of HD Live and NetStorage
CPCodes available to be used for provisioning.
responses:
200:
body:
application/xml:
example: !include examples/list-cp-codes-200.xml
/delivery:
/format:
displayName: delivery formats
get:
description: |
List delivery formats: Returns a list of delivery formats
available for provisioning.
responses:
200:
body:
application/xml:
example: !include examples/list-delivery-formats-200.xml
/ingest:
/format:
displayName: ingest formats
get:
description: |
List ingest formats: Returns a list of ingest formats
available for provisioning.
responses:
200:
body:
application/xml:
example: !include examples/list-ingest-formats-200.xml