aboutsummaryrefslogtreecommitdiffstats
path: root/docs/drools/modAAIdata.rst
diff options
context:
space:
mode:
authorPeyton Puckett <peyton.puckett@att.com>2020-03-26 18:13:29 -0500
committerPeyton Puckett <peyton.puckett@att.com>2020-04-02 08:12:02 -0500
commit32da597e59acbc9f59941cf78cea2b85cf1e5cd2 (patch)
tree369ba8e4f728251bcea1256179ac68096aca0c4f /docs/drools/modAAIdata.rst
parent332b03d0f42734fcc1acfb3e79d86a64eb018732 (diff)
Update drools tutorials documentation
Issue-ID: POLICY-2399 Change-Id: I9756a660f80348eb69b217e6f1de6bad7a7b6f00 Signed-off-by: Peyton Puckett <peyton.puckett@att.com>
Diffstat (limited to 'docs/drools/modAAIdata.rst')
-rw-r--r--docs/drools/modAAIdata.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/drools/modAAIdata.rst b/docs/drools/modAAIdata.rst
index 220d38f4..eef0d0c4 100644
--- a/docs/drools/modAAIdata.rst
+++ b/docs/drools/modAAIdata.rst
@@ -49,7 +49,10 @@ Follow these steps to get all of the vservers. This is useful to get a couple o
curl --silent -k -u "<userName>:<password>" --header "X-FromAppId: <fromApp>" --header "Content-Type: application/json" --header "Accept: application/json" --header "X-TransactionId: <requestID>" -X GET https://aai.api.simpledemo.openecomp.org:8443/aai/v11/cloud-infrastructure/cloud-regions | python -m json.tool
- Take note of all the cloud-owner/cloud-region combinations. In this example, there are 3 combinations: Skynet/CL-MR1, AMIST/AMCR1, and Rackspace/DFW.
+ Take note of all the cloud-owner/cloud-region combinations. In this example, there are 3 combinations:
+ 1. Skynet/CL-MR1
+ 2. AMIST/AMCR1
+ 3. Rackspace/DFW.
.. image:: modAAI_getCloudRegions.png