We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8776f62 commit f542945Copy full SHA for f542945
1 file changed
source/includes/openstack/_instances.md
@@ -24,9 +24,8 @@ curl -H "MC-Api-Key: your_api_key" \
24
"networkName": "web",
25
"privateIpAddress": "192.168.0.11",
26
"securityGroupNames": [
27
- "secGroupA",
28
- "secGroupB",
29
- "secGroupC"
+ "webServerSecGroup",
+ "sshSecGroup"
30
]
31
}
32
],
@@ -77,9 +76,8 @@ curl -H "MC-Api-Key: your_api_key" \
77
76
78
79
80
81
82
83
84
85
0 commit comments