Skip to content

Commit 8a7a783

Browse files
authored
Merge pull request #1775 from qahmed1998/QA-master-add-password-field-info-50312
QA Update services.md to add the password paramater
2 parents 1b5832a + 8973d61 commit 8a7a783

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

api/reference/services.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,21 @@ templates in a service catalog as follows:
140140
}
141141
```
142142

143+
**Note:** If you need to include a password in the call to the Ordering Services, you can use the `password::dialog_password` field to supply the password as a parameter. This password is passed as a `string` datatype.
144+
145+
146+
``` json
147+
{
148+
"action" : "order",
149+
"resource" : {
150+
"href" : "http://localhost:3000/api/service_templates/3",
151+
"option_0_vm_target_name" : "test-vm-0001",
152+
"option_0_vm_target_hostname" : "test-vm-0001",
153+
"password::dialog_password" : "password"
154+
}
155+
}
156+
```
157+
143158
#### Refresh Service Dialog Fields
144159

145160
Refreshing dialog fields is done via a *refresh\_dialog\_fields* action

0 commit comments

Comments
 (0)