cloudstack/plugins/api
Prasanna Santhanam 42c30f59a7 marvin_refactor: Exposing the entity that an API acts upon from API discovery
eg: dedicatePublicIpRange acts on VlanIpRange entities. So does listVlanIpRanges,

listapisresponse: {
    count: 1,
    api: [
    {
        name: "dedicatePublicIpRange",
        description: "Dedicates a Public IP range to an account",
        isasync: false,
        related: "listVlanIpRanges",
        params: [],
        response: [],
        entity: "VlanIpRange"
     }
    ]
  }
}

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-10-31 13:54:18 +05:30
..
discovery marvin_refactor: Exposing the entity that an API acts upon from API discovery 2013-10-31 13:54:18 +05:30
rate-limit Add missing licenses 2013-10-23 15:20:08 -07:00