Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 88CE6105DD for ; Mon, 21 Dec 2015 10:51:04 +0000 (UTC) Received: (qmail 93163 invoked by uid 500); 21 Dec 2015 10:50:53 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 93069 invoked by uid 500); 21 Dec 2015 10:50:53 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 91829 invoked by uid 99); 21 Dec 2015 10:50:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Dec 2015 10:50:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CEB24E04C2; Mon, 21 Dec 2015 10:50:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sebgoa@apache.org To: commits@cloudstack.apache.org Date: Mon, 21 Dec 2015 10:51:25 -0000 Message-Id: <511427cac72442d299fc1a40c63ef2ec@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [35/51] [partial] cloudstack-www git commit: 4.7.0 api http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/domain_admin/listNetworkOfferings.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.7/domain_admin/listNetworkOfferings.html b/content/api/apidocs-4.7/domain_admin/listNetworkOfferings.html new file mode 100644 index 0000000..1dbc38d --- /dev/null +++ b/content/api/apidocs-4.7/domain_admin/listNetworkOfferings.html @@ -0,0 +1,235 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.7.0 Domain Admin API Reference + +

+

listNetworkOfferings

+

Lists all available network offerings.

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
availabilitythe availability of network offering. Default value is requiredfalse
displaytextlist network offerings by display textfalse
forvpcthe network offering can be used only for network creation inside the VPCfalse
guestiptypelist network offerings by guest type: shared or isolatedfalse
idlist network offerings by IDfalse
isdefaulttrue if need to list only default network offerings. Default value is falsefalse
istaggedtrue if offering has tags specifiedfalse
keywordList by keywordfalse
namelist network offerings by namefalse
networkidthe ID of the network. Pass this in if you want to see the available network offering that a network can be changed to.false
pagefalse
pagesizefalse
sourcenatsupportedtrue if need to list only netwok offerings where source NAT is supported, false otherwisefalse
specifyiprangestrue if need to list only network offerings which support specifying ip rangesfalse
specifyvlanthe tags for the network offering.false
statelist network offerings by statefalse
supportedserviceslist network offerings supporting certain servicesfalse
tagslist network offerings by tagsfalse
traffictypelist by traffic typefalse
zoneidlist network offerings available for network creation in specific zonefalse
+
+
+

Response Tags

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Response NameDescription
idthe id of the network offering
availabilityavailability of the network offering
conservemodetrue if network offering is ip conserve mode enabled
createdthe date this network offering was created
detailsadditional key/value details tied with network offering
displaytextan alternate display text of the network offering.
egressdefaultpolicytrue if guest network default egress policy is allow; false if default egress policy is deny
forvpctrue if network offering can be used by VPC networks only
guestiptypeguest type of the network offering, can be Shared or Isolated
isdefaulttrue if network offering is default, false otherwise
ispersistenttrue if network offering supports persistent networks, false otherwise
maxconnectionsmaximum number of concurrents connections to be handled by lb
namethe name of the network offering
networkratedata transfer rate in megabits per second allowed.
serviceofferingidthe ID of the service offering used by virtual router provider
specifyiprangestrue if network offering supports specifying ip ranges, false otherwise
specifyvlantrue if network offering supports vlans, false otherwise
statestate of the network offering. Can be Disabled/Enabled/Inactive
supportsstrechedl2subnettrue if network offering supports network that span multiple zones
tagsthe tags for the network offering
traffictypethe traffic type for the network offering, supported types are Public, Management, Control, Guest, Vlan or Storage.
service(*)the list of supported services
namethe service name
capability(*)the list of capabilities
canchooseservicecapabilitycan this service capability value can be choosable while creatine network offerings
namethe capability name
valuethe capability value
provider(*)the service provider name
iduuid of the network provider
canenableindividualservicetrue if individual services can be enabled/disabled
destinationphysicalnetworkidthe destination physical network
namethe provider name
physicalnetworkidthe physical network this belongs to
servicelistservices for this provider
statestate of the network provider
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/domain_admin/listNetworks.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.7/domain_admin/listNetworks.html b/content/api/apidocs-4.7/domain_admin/listNetworks.html new file mode 100644 index 0000000..8761c60 --- /dev/null +++ b/content/api/apidocs-4.7/domain_admin/listNetworks.html @@ -0,0 +1,352 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.7.0 Domain Admin API Reference + +

+

listNetworks

+

Lists all available networks.

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
accountlist resources by account. Must be used with the domainId parameter.false
acltypelist networks by ACL (access control list) type. Supported values are account and domainfalse
canusefordeploylist networks available for VM deploymentfalse
displaynetworklist resources by display flag; only ROOT admin is eligible to pass this parameterfalse
domainidlist only resources belonging to the domain specifiedfalse
forvpcthe network belongs to VPCfalse
idlist networks by IDfalse
isrecursivedefaults to false, but if true, lists all resources from the parent specified by the domainId till leaves.false
issystemtrue if network is system, false otherwisefalse
keywordList by keywordfalse
listallIf set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is falsefalse
pagefalse
pagesizefalse
physicalnetworkidlist networks by physical network idfalse
projectidlist objects by projectfalse
restartrequiredlist networks by restartRequiredfalse
specifyiprangestrue if need to list only networks which support specifying IP rangesfalse
supportedserviceslist networks supporting certain servicesfalse
tagsList resources by tags (key/value pairs)false
traffictypetype of the trafficfalse
typethe type of the network. Supported values are: isolated and sharedfalse
vpcidList networks by VPCfalse
zoneidthe zone ID of the networkfalse
+
+
+

Response Tags

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Response NameDescription
idthe id of the network
accountthe owner of the network
aclidACL Id associated with the VPC network
acltypeacl type - access type to the network
broadcastdomaintypeBroadcast domain type of the network
broadcasturibroadcast uri of the network. This parameter is visible to ROOT admins only
canusefordeploylist networks available for vm deployment
cidrCloudstack managed address space, all CloudStack managed VMs get IP address from CIDR
displaynetworkan optional field, whether to the display the network to the end user or not.
displaytextthe displaytext of the network
dns1the first DNS for the network
dns2the second DNS for the network
domainthe domain name of the network owner
domainidthe domain id of the network owner
gatewaythe network's gateway
ip6cidrthe cidr of IPv6 network
ip6gatewaythe gateway of IPv6 network
isdefaulttrue if network is default, false otherwise
ispersistentlist networks that are persistent
issystemtrue if network is system, false otherwise
namethe name of the network
netmaskthe network's netmask
networkcidrthe network CIDR of the guest network configured with IP reservation. It is the summation of CIDR and RESERVED_IP_RANGE
networkdomainthe network domain
networkofferingavailabilityavailability of the network offering the network is created from
networkofferingconservemodetrue if network offering is ip conserve mode enabled
networkofferingdisplaytextdisplay text of the network offering the network is created from
networkofferingidnetwork offering id the network is created from
networkofferingnamename of the network offering the network is created from
physicalnetworkidthe physical network id
projectthe project name of the address
projectidthe project id of the ipaddress
relatedrelated to what other network configuration
reservediprangethe network's IP range not to be used by CloudStack guest VMs and can be used for non CloudStack purposes
restartrequiredtrue network requires restart
specifyiprangestrue if network supports specifying ip ranges, false otherwise
statestate of the network
strechedl2subnettrue if network can span multiple zones
subdomainaccesstrue if users from subdomains can access the domain level network
traffictypethe traffic type of the network
typethe type of the network
vlanThe vlan of the network. This parameter is visible to ROOT admins only
vpcidVPC the network belongs to
zoneidzone id of the network
zonenamethe name of the zone the network belongs to
zonesnetworkspansIf a network is enabled for 'streched l2 subnet' then represents zones on which network currently spans
service(*)the list of services
namethe service name
capability(*)the list of capabilities
canchooseservicecapabilitycan this service capability value can be choosable while creatine network offerings
namethe capability name
valuethe capability value
provider(*)the service provider name
iduuid of the network provider
canenableindividualservicetrue if individual services can be enabled/disabled
destinationphysicalnetworkidthe destination physical network
namethe provider name
physicalnetworkidthe physical network this belongs to
servicelistservices for this provider
statestate of the network provider
tags(*)the list of resource tags associated with network
accountthe account associated with the tag
customercustomer associated with the tag
domainthe domain associated with the tag
domainidthe ID of the domain associated with the tag
keytag key name
projectthe project name where tag belongs to
projectidthe project id the tag belongs to
resourceidid of the resource
resourcetyperesource type
valuetag value
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/domain_admin/listNics.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.7/domain_admin/listNics.html b/content/api/apidocs-4.7/domain_admin/listNics.html new file mode 100644 index 0000000..3f1b2b0 --- /dev/null +++ b/content/api/apidocs-4.7/domain_admin/listNics.html @@ -0,0 +1,145 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.7.0 Domain Admin API Reference + +

+

listNics

+

list the vm nics IP to NIC

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
virtualmachineidthe ID of the vmtrue
fordisplaylist resources by display flag; only ROOT admin is eligible to pass this parameterfalse
keywordList by keywordfalse
networkidlist nic of the specific vm's networkfalse
nicidthe ID of the nic to to list IPsfalse
pagefalse
pagesizefalse
+
+
+

Response Tags

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Response NameDescription
idthe ID of the nic
broadcasturithe broadcast uri of the nic
deviceiddevice id for the network when plugged into the virtual machine
gatewaythe gateway of the nic
ip6addressthe IPv6 address of network
ip6cidrthe cidr of IPv6 network
ip6gatewaythe gateway of IPv6 network
ipaddressthe ip address of the nic
isdefaulttrue if nic is default, false otherwise
isolationurithe isolation uri of the nic
macaddresstrue if nic is default, false otherwise
netmaskthe netmask of the nic
networkidthe ID of the corresponding network
networknamethe name of the corresponding network
secondaryipthe Secondary ipv4 addr of nic
traffictypethe traffic type of the nic
typethe type of the nic
virtualmachineidId of the vm to which the nic belongs
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/domain_admin/listOsCategories.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.7/domain_admin/listOsCategories.html b/content/api/apidocs-4.7/domain_admin/listOsCategories.html new file mode 100644 index 0000000..932a05c --- /dev/null +++ b/content/api/apidocs-4.7/domain_admin/listOsCategories.html @@ -0,0 +1,91 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.7.0 Domain Admin API Reference + +

+

listOsCategories

+

Lists all supported OS categories for this cloud.

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
idlist Os category by idfalse
keywordList by keywordfalse
namelist os category by namefalse
pagefalse
pagesizefalse
+
+
+

Response Tags

+ + + + + + + + + + +
Response NameDescription
idthe ID of the OS category
namethe name of the OS category
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/domain_admin/listOsTypes.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.7/domain_admin/listOsTypes.html b/content/api/apidocs-4.7/domain_admin/listOsTypes.html new file mode 100644 index 0000000..b251390 --- /dev/null +++ b/content/api/apidocs-4.7/domain_admin/listOsTypes.html @@ -0,0 +1,100 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.7.0 Domain Admin API Reference + +

+

listOsTypes

+

Lists all supported OS types for this cloud.

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
descriptionlist os by descriptionfalse
idlist by Os type Idfalse
keywordList by keywordfalse
oscategoryidlist by Os Category idfalse
pagefalse
pagesizefalse
+
+
+

Response Tags

+ + + + + + + + + + + + + + + + +
Response NameDescription
idthe ID of the OS type
descriptionthe name/description of the OS type
isuserdefinedis the guest OS user defined
oscategoryidthe ID of the OS category
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/domain_admin/listOvsElements.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.7/domain_admin/listOvsElements.html b/content/api/apidocs-4.7/domain_admin/listOvsElements.html new file mode 100644 index 0000000..c88156b --- /dev/null +++ b/content/api/apidocs-4.7/domain_admin/listOvsElements.html @@ -0,0 +1,112 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.7.0 Domain Admin API Reference + +

+

listOvsElements

+

Lists all available ovs elements.

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
enabledlist network offerings by enabled statefalse
idlist ovs elements by idfalse
keywordList by keywordfalse
nspidlist ovs elements by network service provider idfalse
pagefalse
pagesizefalse
+
+
+

Response Tags

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Response NameDescription
idthe id of the ovs
accountthe account associated with the provider
domainthe domain associated with the provider
domainidthe domain ID associated with the provider
enabledEnabled/Disabled the service provider
nspidthe physical network service provider id of the provider
projectthe project name of the address
projectidthe project id of the ipaddress
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/domain_admin/listPools.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.7/domain_admin/listPools.html b/content/api/apidocs-4.7/domain_admin/listPools.html new file mode 100644 index 0000000..beec561 --- /dev/null +++ b/content/api/apidocs-4.7/domain_admin/listPools.html @@ -0,0 +1,79 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.7.0 Domain Admin API Reference + +

+

listPools

+

List Pool

+
+
+ +
+
+
+

Request parameters

+ + + + +
Parameter NameDescriptionRequired
+
+
+

Response Tags

+ + + + + + + + + + + + + +
Response NameDescription
idpool id
algorithmpool algorithm
namepool name
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/domain_admin/listPortForwardingRules.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.7/domain_admin/listPortForwardingRules.html b/content/api/apidocs-4.7/domain_admin/listPortForwardingRules.html new file mode 100644 index 0000000..e3d90b4 --- /dev/null +++ b/content/api/apidocs-4.7/domain_admin/listPortForwardingRules.html @@ -0,0 +1,190 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.7.0 Domain Admin API Reference + +

+

listPortForwardingRules

+

Lists all port forwarding rules for an IP address.

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
accountlist resources by account. Must be used with the domainId parameter.false
domainidlist only resources belonging to the domain specifiedfalse
fordisplaylist resources by display flag; only ROOT admin is eligible to pass this parameterfalse
idLists rule with the specified ID.false
ipaddressidthe ID of IP address of the port forwarding servicesfalse
isrecursivedefaults to false, but if true, lists all resources from the parent specified by the domainId till leaves.false
keywordList by keywordfalse
listallIf set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is falsefalse
networkidlist port forwarding rules for certain networkfalse
pagefalse
pagesizefalse
projectidlist objects by projectfalse
tagsList resources by tags (key/value pairs)false
+
+
+

Response Tags

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Response NameDescription
idthe ID of the port forwarding rule
cidrlistthe cidr list to forward traffic from
fordisplayis firewall for display to the regular user
ipaddressthe public ip address for the port forwarding rule
ipaddressidthe public ip address id for the port forwarding rule
networkidthe id of the guest network the port forwarding rule belongs to
privateendportthe ending port of port forwarding rule's private port range
privateportthe starting port of port forwarding rule's private port range
protocolthe protocol of the port forwarding rule
publicendportthe ending port of port forwarding rule's private port range
publicportthe starting port of port forwarding rule's public port range
statethe state of the rule
virtualmachinedisplaynamethe VM display name for the port forwarding rule
virtualmachineidthe VM ID for the port forwarding rule
virtualmachinenamethe VM name for the port forwarding rule
vmguestipthe vm ip address for the port forwarding rule
tags(*)the list of resource tags associated with the rule
accountthe account associated with the tag
customercustomer associated with the tag
domainthe domain associated with the tag
domainidthe ID of the domain associated with the tag
keytag key name
projectthe project name where tag belongs to
projectidthe project id the tag belongs to
resourceidid of the resource
resourcetyperesource type
valuetag value
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/domain_admin/listPrivateGateways.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.7/domain_admin/listPrivateGateways.html b/content/api/apidocs-4.7/domain_admin/listPrivateGateways.html new file mode 100644 index 0000000..21d7b45 --- /dev/null +++ b/content/api/apidocs-4.7/domain_admin/listPrivateGateways.html @@ -0,0 +1,160 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.7.0 Domain Admin API Reference + +

+

listPrivateGateways

+

List private gateways

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
accountlist resources by account. Must be used with the domainId parameter.false
domainidlist only resources belonging to the domain specifiedfalse
idlist private gateway by idfalse
ipaddresslist gateways by ip addressfalse
isrecursivedefaults to false, but if true, lists all resources from the parent specified by the domainId till leaves.false
keywordList by keywordfalse
listallIf set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is falsefalse
pagefalse
pagesizefalse
projectidlist objects by projectfalse
statelist gateways by statefalse
vlanlist gateways by vlanfalse
vpcidlist gateways by vpcfalse
+
+
+

Response Tags

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Response NameDescription
idthe id of the private gateway
accountthe account associated with the private gateway
aclidACL Id set for private gateway
domainthe domain associated with the private gateway
domainidthe ID of the domain associated with the private gateway
gatewaythe gateway
ipaddressthe private gateway's ip address
netmaskthe private gateway's netmask
physicalnetworkidthe physical network id
projectthe project name of the private gateway
projectidthe project id of the private gateway
sourcenatsupportedSouce Nat enable status
stateState of the gateway, can be Creating, Ready, Deleting
vlanthe network implementation uri for the private gateway
vpcidVPC the private gateaway belongs to
zoneidzone id of the private gateway
zonenamethe name of the zone the private gateway belongs to
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/domain_admin/listProjectAccounts.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.7/domain_admin/listProjectAccounts.html b/content/api/apidocs-4.7/domain_admin/listProjectAccounts.html new file mode 100644 index 0000000..8ce8c70 --- /dev/null +++ b/content/api/apidocs-4.7/domain_admin/listProjectAccounts.html @@ -0,0 +1,247 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.7.0 Domain Admin API Reference + +

+

listProjectAccounts

+

Lists project's accounts

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
projectidID of the projecttrue
accountlist accounts of the project by account namefalse
keywordList by keywordfalse
pagefalse
pagesizefalse
rolelist accounts of the project by rolefalse
+
+
+

Response Tags

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Response NameDescription
idthe id of the project
accountthe account name of the project's owner
cpuavailablethe total number of cpu cores available to be created for this project
cpulimitthe total number of cpu cores the project can own
cputotalthe total number of cpu cores owned by project
displaytextthe displaytext of the project
domainthe domain name where the project belongs to
domainidthe domain id the project belongs to
ipavailablethe total number of public ip addresses available for this project to acquire
iplimitthe total number of public ip addresses this project can acquire
iptotalthe total number of public ip addresses allocated for this project
memoryavailablethe total memory (in MB) available to be created for this project
memorylimitthe total memory (in MB) the project can own
memorytotalthe total memory (in MB) owned by project
namethe name of the project
networkavailablethe total number of networks available to be created for this project
networklimitthe total number of networks the project can own
networktotalthe total number of networks owned by project
primarystorageavailablethe total primary storage space (in GiB) available to be used for this project
primarystoragelimitthe total primary storage space (in GiB) the project can own
primarystoragetotalthe total primary storage space (in GiB) owned by project
secondarystorageavailablethe total secondary storage space (in GiB) available to be used for this project
secondarystoragelimitthe total secondary storage space (in GiB) the project can own
secondarystoragetotalthe total secondary storage space (in GiB) owned by project
snapshotavailablethe total number of snapshots available for this project
snapshotlimitthe total number of snapshots which can be stored by this project
snapshottotalthe total number of snapshots stored by this project
statethe state of the project
templateavailablethe total number of templates available to be created by this project
templatelimitthe total number of templates which can be created by this project
templatetotalthe total number of templates which have been created by this project
vmavailablethe total number of virtual machines available for this project to acquire
vmlimitthe total number of virtual machines that can be deployed by this project
vmrunningthe total number of virtual machines running for this project
vmstoppedthe total number of virtual machines stopped for this project
vmtotalthe total number of virtual machines deployed by this project
volumeavailablethe total volume available for this project
volumelimitthe total volume which can be used by this project
volumetotalthe total volume being used by this project
vpcavailablethe total number of vpcs available to be created for this project
vpclimitthe total number of vpcs the project can own
vpctotalthe total number of vpcs owned by project
tags(*)the list of resource tags associated with vm
accountthe account associated with the tag
customercustomer associated with the tag
domainthe domain associated with the tag
domainidthe ID of the domain associated with the tag
keytag key name
projectthe project name where tag belongs to
projectidthe project id the tag belongs to
resourceidid of the resource
resourcetyperesource type
valuetag value
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/3ebf9423/content/api/apidocs-4.7/domain_admin/listProjectInvitations.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.7/domain_admin/listProjectInvitations.html b/content/api/apidocs-4.7/domain_admin/listProjectInvitations.html new file mode 100644 index 0000000..f6e2816 --- /dev/null +++ b/content/api/apidocs-4.7/domain_admin/listProjectInvitations.html @@ -0,0 +1,127 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.7.0 Domain Admin API Reference + +

+

listProjectInvitations

+

Lists project invitations and provides detailed information for listed invitations

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
accountlist resources by account. Must be used with the domainId parameter.false
activeonlyif true, list only active invitations - having Pending state and ones that are not timed out yetfalse
domainidlist only resources belonging to the domain specifiedfalse
idlist invitations by idfalse
isrecursivedefaults to false, but if true, lists all resources from the parent specified by the domainId till leaves.false
keywordList by keywordfalse
listallIf set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is falsefalse
pagefalse
pagesizefalse
projectidlist by project idfalse
statelist invitations by statefalse
+
+
+

Response Tags

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Response NameDescription
idthe id of the invitation
accountthe account name of the project's owner
domainthe domain name where the project belongs to
domainidthe domain id the project belongs to
emailthe email the invitation was sent to
projectthe name of the project
projectidthe id of the project
statethe invitation state
+
+
+
+
+
+ +
+
+ +