diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-04-02 16:56:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-02 16:56:51 +0000 |
commit | fb6bde9b77223424ecd6377c83d9de2e487a55d9 (patch) | |
tree | bbb9ef99f20f80f045c5e0abd0a273fa8290b037 /docs/drools/modAAIdata.rst | |
parent | db60fd2ba97fc9c8135439b31f785a6d6c7dfcae (diff) | |
parent | 32da597e59acbc9f59941cf78cea2b85cf1e5cd2 (diff) |
Merge "Update drools tutorials documentation"
Diffstat (limited to 'docs/drools/modAAIdata.rst')
-rw-r--r-- | docs/drools/modAAIdata.rst | 5 |
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 |