aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/aai/add_tenant_body.template
blob: a3cea10a0b57554d627c7fc86836b245cb1a3396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
        "cloud-owner": "${cloud_owner}",
        "cloud-region-id": "${cloud_region_id}",
        "cloud-type": "${cloud_type}",
        "owner-defined-type": "${owner_defined_type}",
        "cloud-region-version": "${cloud_region_version}",
        "cloud-zone": "${cloud_zone}",
        "tenants": {
                "tenant": [{
                        "tenant-id": "${tenant_id}",
                        "tenant-name": "${tenant_name}"

                }]
        }
}