File tree Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,15 @@ endpoints:
171
171
value : If the Linode needs to be rebooted, please contact us first.
172
172
limit : 0-1000 characters
173
173
optional : true
174
+ credentials :
175
+ type : Array
176
+ subtype : Integer
177
+ value : [12345, 23456, 34567]
178
+ editable : true
179
+ optional : true
180
+ description : >
181
+ An array of credential IDs to associate with this service.
182
+ seeAlso : ["reference/endpoints/managed/credentials"]
174
183
examples :
175
184
curl : |
176
185
curl -H "Content-Type: application/json" \
Original file line number Diff line number Diff line change @@ -69,16 +69,14 @@ schema:
69
69
editable : true
70
70
description : >
71
71
If the address is a private IP, you must use the region (as a slug) for the service being monitored. Otherwise, do not use.
72
- # TODO - uncomment in ARB-301
73
- # credentials:
74
- # type: String
75
- # isArray: true
76
- # subtype: integer
77
- # filterable: true
78
- # value: 12345,23456,34567
79
- # optional: true
80
- # description: >
81
- # An array of credentials associated with this service.
72
+ credentials :
73
+ type : Array
74
+ subtype : Integer
75
+ value : [12345, 23456, 34567]
76
+ editable : true
77
+ optional : true
78
+ description : >
79
+ An array of credentials IDs associated with this service.
82
80
enums :
83
81
ManagedServiceStatus :
84
82
new : A newly-created Service.
You can’t perform that action at this time.
0 commit comments