Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Create Cloud Region

PUT https://aai-ip:8443/aai/v13/cloud-infrastructure/cloud-regions/cloud-region/pod25/RegionOne

...

    "sriov-automation": true

}

 


Create Tenant

PUT https://aai-ip:8443/aai/v13/cloud-infrastructure/cloud-regions/cloud-region/pod25/RegionOne/tenants/tenant/ cf142fb96ce24770946c0f7117c0aeb3

...

    "tenant-name": "APPC"

} 


Create vServer

PUT https://aai-ip:8443/ /aai/v13/cloud-infrastructure/cloud-regions/cloud-region/pod25/RegionOne/tenants/tenant/cf142fb96ce24770946c0f7117c0aeb3/vservers/vserver/06e8ea84-60b1-4e93-99da-73e589da9b69

...

    "is-closed-loop-disabled": false

  } 


Create Base Model

PUT https://aai-ip:8443/aai/v13/service-design-and-creation/models/model/APPC-vLB

...

  "model-type": "resource"

} 


Create Model Version

PUT https://aai-ip:8443/aai/v13/service-design-and-creation/models/model/APPC-vLB/model-vers/model-ver/APPC-vLB-1

...

    "model-description": ""

} 


PUT https://10.12.5.114:8443/aai/v13/network/generic-vnfs/generic-vnf/APPC-test-vLB

...

        "property-value": "zdfw1lb01lb01"

      }]

    }]

  }

}