API reference (Network)

Size: px
Start display at page:

Download "API reference (Network)"

Transcription

1 FUJITSU Cloud Service K5 IaaS API reference (Network) Version 1.5 FUJITSU LIMITED All Rights Reserved, Copyright Fujitsu Limited K5IA-DC-M E

2 Preface Structure of the manuals Manual Title IaaS API Reference Foundation Service Network (this document) Application Platform Service Management Administration Contract Management IaaS Features Handbook IaaS API User Guide IaaS Heat Template Specifications IaaS Service Portal User Guide K5 Portal User Guide Purposes and Methods of Use Detailed reference for using the REST API. Explains the features provided by this service. Explains how to use the REST API, how to build the API runtime environment, and sample scripts according to usage sequences, etc. This document explains the format of the Heat Orchestration Template (HOT) that you create in order to use the orchestration function. This document explains how to use the functions provided by this service via Service Portal (Web GUI). This document explains how to use the functions, including registration and user information management, provided by K5 Portal. Trademarks Adobe, the Adobe logo, Acrobat, and Adobe Reader are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. Apache and Tomcat are either registered trademarks or trademarks of The Apache Software Foundation in the United States and/or other countries. Microsoft, Windows, and Windows Server are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. VMware, the VMware logo and VMotion are registered trademarks or trademarks of VMware, Inc. in the United States and other countries. The OpenStack Word Mark is either a registered trademark/service mark or trademark/service mark of the OpenStack Foundation, in the United States and other countries and is used with the OpenStack Foundation's permission. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Red Hat is a registered trademark of Red Hat, Inc. in the U.S. and other countries. UNIX is a registered trademark of The Open Group. Note that trademark symbols ( or ) are not appended to system names or product names used in this document. Export restrictions Exportation/release of this document may require necessary procedures in accordance with the regulations of your resident country and/or US export control laws. - i -

3 Notice Information in this document may be subject to change without prior notice. No part of the content of this document may be reproduced without the written permission of Fujitsu Limited. Information in this document is the latest information as of the date of revision. Fujitsu assumes no responsibility for infringement of any patent rights or other rights of third parties arising from the use of information in this document. - ii -

4 Contents Part 1: Network Global IP delivery service API list General requirements Common API items Common API error codes API options API options filter Column Selection APIs that do not support these options API details List floating IPs Create floating IP Show floating IP details Update floating IP Delete floating IP List subnets Create subnet Show subnet Update subnet Delete subnet Private network service API list General requirements Common API items Common API error codes API options API options filter Column Selection APIs that do not support these options API details List networks Create network Show network Update network Delete network Show Network Connector Pool List Network Connector Pools Create Network Connector Show Network Connector List Network Connectors Update Network Connector Deletes Network Connector Create Network Connector Endpoint Show Network Connector Endpoint List Network Connector Endpoints Update Network Connector Endpoint Deletes Network Connector Endpoint Connect Network Connector Endpoint iii -

5 Disconnect Network Connector Endpoint List Connected Interfaces of Network Connector Endpoint Network adapter API list General requirements Common API items Common API error codes API options API options filter Column Selection APIs that do not support these options API details List ports Create port Show port Update port Delete port Create security group Show security group Update security group Delete security group Create security group rule Delete security group rule List security groups List security group rules Show security group rule Network connector service API list General requirements Common API items Common API error codes API options API options filter Column Selection APIs that do not support these options API details Create router Show router details Delete router Update router Add interface to router Remove interface from router List routers Update extra route List IPSec policies Show IPSec policy details Create IPSec Policy Update IPSec Policy Delete IPSec policy List IPSec site connections Show IPSec site connection details Create IPSec site connection Update IPSec site connection Delete IPSec site connection List VPN services Show VPN service details iv -

6 Create VPN service Update VPN service Delete VPN service List IKE policies Show IKE policy details Create IKE policy Update IKE policy Delete IKE policy Firewall API list General requirements Common API items Common API error codes API options API options filter Column Selection APIs that do not support these options API details List firewall rules Show firewall rule details Create firewall rule Update firewall rule Delete firewall rule List firewall policies Shows firewall policy details Create firewall policy Update firewall policy Delete firewall policy Insert firewall rule in firewall policy Remove firewall rule from firewall policy List firewalls Shows firewall details Create firewall Update firewall Update firewall(connection reset) Delete firewall Load balancer API list General requirements API common information Query Requests and Response Requests Headers Common Parameters Common Errors API data types BackendServer HealthCheck ConnectionSettings Instance Instance LBCookieStickinessPolicy Listener Listener LoadBalancerAttributes LoadBalancer Policies SorryServerRedirectionPolicy v -

7 SourceSecurityGroup API details ApplySecurityGroupsToLoadBalancer AttachLoadBalancerToSubnets ConfigureHealthCheck CreateLBCookieStickinessPolicy CreateLoadBalancer CreateLoadBalancerListeners CreateSorryServerRedirectionPolicy DeleteLoadBalancer DeleteLoadBalancerListeners DeregisterInstancesFromLoadBalancer DescribeLoadBalancerAttributes DescribeLoadBalancers DetachLoadBalancerFromSubnets ModifyLoadBalancerAttributes RegisterInstancesWithLoadBalancer SetLoadBalancerListenerSSLCertificate SetLoadBalancerPoliciesOfListener SSL-VPN connection API list General requirements Common API items Common API error codes Notes API details List SSL VPN Connections Shows details for a specified SSL VPN Connection Create SSL VPN Connection Update SSL VPN Connection Delete SSL VPN Connection DNS service API list General requirements Common API request headers Common API response headers Common API errors API details Create zone (POST /v1.0/hostedzone) Retrieve zone information (GET /v1.0/hostedzone/zoneid ) List zone information (GET /v1.0/hostedzone) Delete zone (DELETE /v1.0/hostedzone/zoneid ) Create/delete record (POST v1.0/hostedzone/zoneid/rrset) List record information (GET /v1.0/hostedzone/zoneid/rrset) Retrieve update request information (GET /v1.0/change/updaterequestid ) Network connector expansion API list General requirements Common API items Common API error codes API details Add interface to router (Create connection interface) Remove interface from router (Delete connection interface) Update router (Update routing information) vi -

8 - vii -

9 Part 1: Network Network Topics: Global IP delivery service Private network service Network adapter Network connector service Firewall Load balancer SSL-VPN connection DNS service Network connector expansion - 1 -

10 1.1 Global IP delivery service API list Layer-3 networking (floatingips) Item API 1 GET /v2.0/floatingips List floating IPs 2 POST /v2.0/floatingips Create floating IP 3 GET /v2.0/floatingips/floatingip_id Show floating IP details 4 PUT /v2.0/floatingips/floatingip_id Update floating IP 5 DELETE /v2.0/floatingips/floatingip_id Delete floating IP Lists floating IPs. Creates a floating IP. When port information is specified, associates the floating IP with the specified port. Shows details of the specified floating IP. Updates the specified floating IP and its association with an internal port. Deletes a floating IP and, if present, its associated port. subnets Item API 1 GET /v2.0/subnets List subnets 2 POST /v2.0/subnets Create subnet 3 GET /v2.0/subnets/subnet_id Show subnet 4 PUT /v2.0/subnets/subnet_id Update subnet 5 DELETE /v2.0/subnets/subnet_id Delete subnet Lists subnets to which the specified tenant has access. Creates a subnet on the specified network Shows information on the specified subnet. Updates the specified subnet. Deletes the specified subnet General requirements This section describes general requirements to use this API. Specify the name and description input parameters using up to 255 characters

11 Set the version of the IP address to be specified in the request parameter to "4" ("ip_version": 4), and specify the IP address (XXX_ip_address) in IPv4 format. When executing the API that lists the resources, only some of the availability zone information may be returned. If this happens, it is assumed that infrastructure maintenance is in progress, so wait for a few moments (at least one minute) and then execute the API again Common API items Request header Parameter Remarks Content-Type application/json - Accept application/json - X-Auth-Token authentication token Common API error codes Examples of common API error codes Response codes Status code 500,400,other codes possible computefault 501 notimplemented 503 servercapacityunavailable 503 serviceunavailable 400 badrequest 401 unauthorized 403 forbidden 403 resizenotallowed 404 itemnotfound 405 badmethod 409 backuporresizeinprogress 409 buildinprogress 409 conflictingrequest 413 overlimit 413 badmediatype - 3 -

12 If the user has insufficient privileges to issue the target API when issuing the API for Caution showing (Show), updating (Update), or deleting (Delete) resources, the status code 404 may be returned. If the user has insufficient privileges to issue the target API when issuing the API for listing (List) resources, the status code 200 will be returned and a null array will be set in the body. If there are resources with the shared attribute set to "True", information on the target resources only will be returned API options API options Two options are available for APIs that retrieve resource information (List, Show) filter Filters can be specified to retrieve only resources matching the specified attributes from the list of resource information to be retrieved. Multiple attributes can be specified using AND as a condition. This option can only be used for the List API. Execution example: Retrieve the network with the name "private" GET /v2.0/networks?name=private To filter using multiple attributes with AND. Retrieve the network with the name "private" and that belongs to the AZ1 availability zone. GET /v2.0/networks?name=private?availability_zone=az Column Selection The attributes that are retrieved from the resource information can be restricted. This option can only be used for the List and Show APIs. Execution example: List only the id attribute of networks GET /v2.0/networks?fields=id To retrieve multiple attributes (id and name) GET /v2.0/networks?fields=id&fields=name APIs that do not support these options These options are not supported by the following APIs. Show Network Connector Pool on page 31 List Network Connector Pools on page 32 Show Network Connector on page 35 List Network Connectors on page

13 Show Network Connector Endpoint on page 43 List Network Connector Endpoints on page 44 List Connected Interfaces of Network Connector Endpoint on page API details List floating IPs Lists floating IPs that are accessible to the tenant who submits the request. URI /v2.0/floatingips HTTP method GET Response codes Status code 200 Normal response codes unauthorized (401) Error response codes Response body (normal status) "floatingips": [ "router_id": "d23abc8d a55-ba98-2aaea84cc72f", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": " ", "floating_ip_address": " ", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ab", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7", "status": "ACTIVE", "availability_zone": "AZ1", "router_id": null, "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": null, "floating_ip_address": " ", "port_id": null, "id": "61cea855-49cb d-801b70c71bdd", "status": "DOWN", "availability_zone": "AZ1" ] - 5 -

14 of response body (normal status) Item floatingip tenant_id router_id status floating_network_id fixed_ip_address floating_ip_address port_id id availability_zone A floatingip object. The tenant ID. The router ID. The floatingip status. The ID of the network associated with the floating IP. The fixed IP address associated with the floating IP. The floating IP address. The port ID. The floating IP ID. The Availability Zone name Create floating IP Creates a floating IP, and, if you specify port information, associates the floating IP with an internal port. URI /v2.0/floatingips HTTP method POST Request parameter Key Type Required/ optional floatingip A floatingip object. xsd:string Required tenant_id The tenant ID. xsd:string Optional floating_network_id fixed_ip_address The ID of the network associated with the floating IP. The fixed IP address associated with the floating IP. csapi:uuid xsd:string Required Optional port_id The port ID. csapi:uuid Optional availability_zone The Availability Zone name. If you don't specify, the resource will be created in default AZ. xsd:string Optional Example request "floatingip": - 6 -

15 , "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ab", "availability_zone": "AZ1" Response codes Status code 201 Normal response codes badrequest (400) Error response codes unauthorized (401) Error response codes conflict (409) Error response codes Response body (normal status) "floatingip": "router_id": "d23abc8d a55-ba98-2aaea84cc72f", "status": "DOWN", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": " ", "floating_ip_address": " ", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ab", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7", "availability_zone": "AZ1" of response body (normal status) Item floatingip router_id status tenant_id floating_network_id fixed_ip_address floating_ip_address port_id id availability_zone A floatingip object. The router ID. The floatingip status. The tenant ID. The ID of the network associated with the floating IP. The fixed IP address associated with the floating IP. The floating IP address. The port ID. The floating IP ID. The Availability Zone name Show floating IP details Shows details for a specified floating IP

16 URI /v2.0/floatingips/floatingip_id of the URI: floatingip_id UUID The UUID of the floating IP. HTTP method GET Response codes Status code 200 Normal response codes unauthorized (401) Error response codes forbidden (403) Error response codes itemnotfound (404) Error response codes Response body (normal status) "floatingip": "fixed_ip_address": " ", "floating_ip_address": " ", "availability_zone": "AZ1" of response body (normal status) Item floatingip tenant_id router_id status floating_network_id fixed_ip_address floating_ip_address port_id id availability_zone A floatingip object. The tenant ID. The router ID. The floatingip status. The ID of the network associated with the floating IP. The fixed IP address associated with the floating IP. The floating IP address. The port ID. The floating IP ID. The Availability Zone name Update floating IP Updates a floating IP and its association with an internal port

17 URI /v2.0/floatingips/floatingip_id of the URI: floatingip_id UUID The UUID of the floating IP. HTTP method PUT Request parameter Key Type Required/optional port_id The port ID. csapi:uuid Required fixed_ip_address The fixed IP address associated with the floating IP. xsd:string Optional Example request "floatingip": "port_id": "fc e6c-4842-a0ed-e2363f9bc3a8" Response codes Status code 200 Normal response codes badrequest (400) Error response codes unauthorized (401) Error response codes itemnotfound (404) Error response codes Confirm the following two points when floating IP exists. Caution1. Subnet that the specified port belongs must be attached to router. 2. External network must be attached to same router described in 1. conflict (409) Error response codes Response body (normal status) "floatingip": "router_id": "d23abc8d a55-ba98-2aaea84cc72f", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": " ", - 9 -

18 "floating_ip_address": " ", "port_id": "fc e6c-4842-a0ed-e2363f9bc3a8", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7", "availability_zone": "AZ1" of response body (normal status) Item floatingip tenant_id router_id status floating_network_id fixed_ip_address floating_ip_address port_id id availability_zone A floatingip object. The tenant ID. The router ID. The floatingip status. The ID of the network associated with the floating IP. The fixed IP address associated with the floating IP. The floating IP address. The port ID. The floating IP ID. The Availability Zone name Delete floating IP Deletes a floating IP. URI /v2.0/floatingips/floatingip_id of the URI: floatingip_id UUID The UUID of the floating IP. HTTP method DELETE Response codes Status code 204 Normal response codes unauthorized (401) Error response codes itemnotfound (404) Error response codes List subnets Lists subnets to which the specified tenant has access

19 URI /v2.0/subnets HTTP method GET Response codes Status code 200 Normal response codes unauthorized (401) Error response codes Response body (normal status) "subnets": [ "name": "private-subnet", "enable_dhcp": true, "network_id": "db193ab3-96e3-4cb3-8fc5-05f4296d0324", "tenant_id": "26a d0414dbc1fc1f88cdb7e6e", "dns_nameservers": [], "allocation_pools": [ "start": " ", "end": " " ], "host_routes": [], "ip_version": 4, "gateway_ip": " ", "cidr": " /24", "id": "08eae a-923c-34f7cfe39c1b", "availability_zone": "AZ1", "name": "my_subnet", "enable_dhcp": true, "network_id": "d32019d3-bc6e c1d-6722fc136a22", "tenant_id": "4fd44f e481c7b8a0c ", "dns_nameservers": [], "allocation_pools": [ "start": " ", "end": " " ], "host_routes": [], "ip_version": 4, "gateway_ip": " ", "cidr": " /8", "id": "54d6f61d-db07-451c-9ab3-b9609b6b6f0b", "availability_zone": "AZ1" ]

20 of response body (normal status) Item name enable_dhcp network_id tenant_id dns_nameservers allocation_pools host_routes The subnet name. Set to true if DHCP is enabled and false if DHCP is disabled. The ID of the attached network. The ID of the tenant who owns the network. A list of DNS name servers for the subnet. For example [" ", " "]. specified IP addresses are displayed in sorted order in ascending order. lowest IP address will be primary DNS address. The start and end addresses for the allocation pools. A list of host route dictionaries for the subnet. For example: "host_routes":[ "destination":" /0", "nexthop":" ", "destination":" /24", "nexthop":" " ] ip_version The IP version, which is 4. gateway_ip cidr id availability_zone The gateway IP address. The CIDR. The ID of the subnet. The Availability Zone name Create subnet Creates a subnet on the specified network. URI /v2.0/subnets HTTP method POST Request parameter Key Type Required/ optional name The subnet name. xsd:string Optional

21 Key Type Required/ optional network_id The ID of the attached network. csapi:uuid required allocation_pools The start and end addresses for the allocation pools. xsd:dict Optional dns_nameservers A list of DNS name servers for the subnet. xsd:string Optional Specify each name server as an IP address enclosed by double quotation marks and separate multiple entries with commas. For example [" ", " "]. Specify the IP addresses in ascending order. The lowest IP address will be primary DNS address. host_routes A list of host route dictionaries for the subnet. For example: xsd:list Optional "host_routes":[ "destination":" /0", "nexthop":" ", "destination":" /24", "nexthop":" " ] gateway_ip The gateway IP address. xsd:string Optional ip_version The IP version, which can be 4 or 6. xsd:string Required cidr The CIDR. xsd:bool required enable_dhcp Set to "true" if DHCP is enabled, or "false" otherwise. xsd:boolean Optional availability_zone The Availability Zone name. xsd:string Optional If you don't specify, the resource will be created in default AZ. Do not specify an ISP shared address ( /10 or a subnet address of that Caution subnet when divided). One subnet is associated with one network. Note the following when creating a subnet that uses the Windows virtual server for SAP Cautionservice or physical server for SAP HANA service. Create a subnet with the following string assigned to the beginning of the name parameter

22 Windows virtual server for SAP service: Physical server for SAP HANA service: fcx_subnet-w: fcx_subnet-b: The mask value that you can specify using CIDR is 16 to 29. Other than the IP address specified for allocation_pools and gateway_ip, is the IP address assigned to the server (VM) that was created using the Windows virtual server for SAP service or physical server for SAP HANA service. For allocation_pools, specify an IP address outside of the IP address range used by the Windows virtual server for SAP service or physical server for SAP HANA service. For ip_version, specify 4. The information specified for host_routes, enable_dhcp, and dns_nameservers is not set for the server (VM) created using the Windows virtual server for SAP service or physical server for SAP HANA service. Example request "subnet": "network_id": "d32019d3-bc6e c1d-6722fc136a22", "ip_version": 4, "cidr": " /24", "availability_zone": "AZ1" Response codes Status code 201 Normal response codes badrequest (400) Error response codes unauthorized (401) Error response codes forbidden (403) Error response codes itemnotfound (404) Error response codes conflict (409) Error response codes Response body (normal status) "subnet": "name": "", "enable_dhcp": true, "network_id": "d32019d3-bc6e c1d-6722fc136a22", "tenant_id": "4fd44f e481c7b8a0c ", "dns_nameservers": [], "allocation_pools": [ "start": " ", "end": " " ], "host_routes": [], "ip_version": 4,

23 "gateway_ip": " ", "cidr": " /24", "id": "3b80198d-4f7b-4f77-9ef5-774d54e17126", "availability_zone": "AZ1" of response body (normal status) Item name network_id tenant_id dns_nameservers allocation_pools host_routes The subnet name. The ID of the attached network. The ID of the tenant who owns the network. A list of DNS name servers for the subnet. Specify each name server as an IP address enclosed by double quotation marks and separate multiple entries with commas. For example [" ", " "]. The start and end addresses for the allocation pools. A list of host route dictionaries for the subnet. For example: "host_routes":[ "destination":" /0", "nexthop":" ", "destination":" /24", "nexthop":" " ] gateway_ip The gateway IP address. ip_version The IP version, which is 4. cidr The CIDR. id The ID of the subnet. enable_dhcp Set to true if DHCP is enabled and false if DHCP is disabled. availability_zone The Availability Zone name Show subnet Shows information for a specified subnet. URI /v2.0/subnets/subnet_id of the URI: subnet_id UUID The UUID for the subnet of interest to you

24 HTTP method GET Response codes Status code 200 Normal response codes unauthorized (401) Error response codes itemnotfound (404) Error response codes Response body (normal status) "subnet": "name": "my_subnet", "enable_dhcp": true, "network_id": "d32019d3-bc6e c1d-6722fc136a22", "tenant_id": "4fd44f e481c7b8a0c ", "dns_nameservers": [], "allocation_pools": [ "start": " ", "end": " " ], "host_routes": [], "ip_version": 4, "gateway_ip": " ", "cidr": " /8", "id": "54d6f61d-db07-451c-9ab3-b9609b6b6f0b", "availability_zone": "AZ1" of response body (normal status) Item name network_id tenant_id dns_nameservers allocation_pools host_routes The subnet name. The ID of the attached network. The ID of the tenant who owns the network. A list of DNS name servers for the subnet. Specify each name server as an IP address enclosed by double quotation marks and separate multiple entries with commas. For example [" ", " "]. specified IP addresses are displayed in sorted order in ascending order. lowest IP address will be primary DNS address. The start and end addresses for the allocation pools. A list of host route dictionaries for the subnet. For example: "host_routes":[

25 Item "destination":" /0", "nexthop":" ", "destination":" /24", "nexthop":" " ] gateway_ip The gateway IP address. ip_version The IP version, which is 4 or 6. cidr The CIDR. id The ID of the subnet. enable_dhcp Set to true if DHCP is enabled and false if DHCP is disabled. availability_zone The Availability Zone name Update subnet Updates the specified subnet. URI /v2.0/subnets/subnet_id of the URI: subnet_id: The UUID of the subnet. HTTP method PUT Request parameter Key Type Required/ optional name The subnet name. xsd:string Optional gateway_ip The gateway IP address. xsd:string Optional enable_dhcp Set to true if DHCP is enabled and false if DHCP is disabled. xsd:boolean Optional dns_nameservers A list of DNS name servers for the subnet. xsd:string Optional Specify each name server as an IP address enclosed by double quotation marks and separate multiple entries with commas. For example [" ", " "]. host_routes A list of host route dictionaries for the subnet. For example: xsd:list Optional "host_routes":[

26 Key Type Required/ optional "destination":" /0", "nexthop":" ", "destination":" /24", "nexthop":" " ] Note the following when updating a subnet that uses the Windows virtual server for SAP Cautionservice or physical server for SAP HANA service. The "fcx_subnet-w:" or "fcx_subnet-b:" string at the beginning of the name parameter cannot be changed. gateway_ip cannot be changed. The information specified for host_routes, enable_dhcp, and dns_nameservers is not set for the server (VM) created using the Windows virtual server for SAP service or physical server for SAP HANA service. Example request "subnet": "name": "my_subnet" Response codes Status code 200 Normal response codes badrequest (400) Error response codes unauthorized (401) Error response codes forbidden (403) Error response codes itemnotfound (404) Error response codes Response body (normal status) "subnet": "name": "private-subnet", "enable_dhcp": true, "network_id": "db193ab3-96e3-4cb3-8fc5-05f4296d0324", "tenant_id": "26a d0414dbc1fc1f88cdb7e6e", "dns_nameservers": [], "allocation_pools": [ "start": " ", "end": " "

27 ], "host_routes": [], "ip_version": 4, "gateway_ip": " ", "cidr": " /24", "id": "08eae a-923c-34f7cfe39c1b", "availability_zone": "AZ1" of response body (normal status) Item name enable_dhcp network_id tenant_id dns_nameservers allocation_pools host_routes The subnet name. Set to true if DHCP is enabled and false if DHCP is disabled. The ID of the attached network. The ID of the tenant who owns the network. A list of DNS name servers for the subnet. Specify each name server as an IP address enclosed by double quotation marks and separate multiple entries with commas. For example [" ", " "]. The start and end addresses for the allocation pools. A list of host route dictionaries for the subnet. For example: "host_routes":[ "destination":" /0", "nexthop":" ", "destination":" /24", "nexthop":" " ] ip_version The IP version, which is 4 or 6. gateway_ip cidr id availability_zone The gateway IP address. The CIDR. The ID of the subnet. The Availability Zone name Delete subnet Deletes the specified subnet. URI /v2.0/subnets/subnet_id of the URI:

28 subnet_id UUID The UUID for the subnet of interest to you. HTTP method DELETE Request parameter When a subnet is deleted, DHCP can no longer be used in the network where it was it was created. If using DHCP, the subnet alone cannot be deleted- the network must be deleted Caution as well. Before deleting a subnet that uses the Windows virtual server for SAP service or physical server for SAP HANA service, it is necessary to delete the network resources using it. Caution Response codes Status code 204 Normal response codes unauthorized (401) Error response codes itemnotfound (404) Error response codes conflict (409) Error response codes

29 1.2 Private network service API list networks Item API 1 GET /v2.0/networks List networks 2 POST /v2.0/networks Create network 3 GET /v2.0/networks/network_id Show network 4 PUT /v2.0/networks/network_id Update network 5 DELETE /v2.0/networks/network_id Delete network Lists networks to which the tenant has access Creates a network Shows details of the specified network Updates the specified network Deletes the specified network and its associated resources Network Connector Item API 1 GET /v2.0/network_connector_pools/ network_connector_pool_id Show network connector pool 2 GET /v2.0/network_connector_pools List network connector pools 3 POST /v2.0/network_connectors Create Network Connector 4 GET /v2.0/network_connectors/ network_connector_id Show network connector 5 GET /v2.0/network_connectors List Network Connectors 6 PUT /v2.0/network_connectors/network connector id Update Network Connector 7 DELETE /v2.0/network_connector/network connector id Shows the specified network connector pool Lists network connector pools Creates a network connector Shows information about the specified network connector Lists network connectors Updates the specified network connector Deletes the specified network connector

30 Item API Deletes Network Connector 8 POST /v2.0/network_connector_endpoints Create Network Connector Endpoint 9 GET /v2.0/network_connector_endpoints/ network_connector_endpoint_id Show Network Connector Endpoint 10 GET /v2.0/network_connector_endpoints List Network Connector Endpoints 11 PUT /v2.0/network_connector_endpoints/ network connector endpoint id Update Network Connector Endpoint 12 DELETE /v2.0/ network_connector_endpoints/network connector endpoint id Deletes Network Connector Endpoint 13 PUT /v2.0/network_connector_endpoints/ network connector endpoint id/connect Connect Network Connector Endpoint 14 PUT /v2.0/network_connector_endpoints/ network connector endpoint id/ disconnect Disconnect Network Connector Endpoint 15 GET /v2.0/network_connector_endpoints/ network connector endpoint id/ interfaces List Connected Interfaces of Network Connector Endpoint Creates a network connector endpoint Shows information about the specified network connector endpoint Lists network connector endpoints Updates the specified network connector endpoint Deletes the specified network connector endpoint Connects interface to the specified network connector endpoint Disconnects interface from the specified network connector endpoint Lists the interfaces connected to the specified network connector endpoint General requirements This section describes general requirements to use this API. Specify the name and description input parameters using up to 255 characters. Set the version of the IP address to be specified in the request parameter to "4" ("ip_version": 4), and specify the IP address (XXX_ip_address) in IPv4 format. When executing the API that lists the resources, only some of the availability zone information may be returned. If this happens, it is assumed that infrastructure maintenance is in progress, so wait for a few moments (at least one minute) and then execute the API again

31 1.2.3 Common API items Request header Parameter Remarks Content-Type application/json - Accept application/json - X-Auth-Token authentication token Common API error codes Examples of common API error codes Response codes Status code 500,400,other codes possible computefault 501 notimplemented 503 servercapacityunavailable 503 serviceunavailable 400 badrequest 401 unauthorized 403 forbidden 403 resizenotallowed 404 itemnotfound 405 badmethod 409 backuporresizeinprogress 409 buildinprogress 409 conflictingrequest 413 overlimit 413 badmediatype Caution If the user has insufficient privileges to issue the target API when issuing the API for showing (Show), updating (Update), or deleting (Delete) resources, the status code 404 may be returned. If the user has insufficient privileges to issue the target API when issuing the retrieve resource list (List) API, the status code 200 may be returned. If this happen, a null

32 array will be returned in the body section. Also, if there are resources with the shared attribute set to "True", information on the target resources only will be returned API options API options Two options are available for APIs that retrieve resource information (List, Show) filter Filters can be specified to retrieve only resources matching the specified attributes from the list of resource information to be retrieved. Multiple attributes can be specified using AND as a condition. This option can only be used for the List API. Execution example: Retrieve the network with the name "private" GET /v2.0/networks?name=private To filter using multiple attributes with AND. Retrieve the network with the name "private" and that belongs to the AZ1 availability zone. GET /v2.0/networks?name=private?availability_zone=az Column Selection The attributes that are retrieved from the resource information can be restricted. This option can only be used for the List and Show APIs. Execution example: List only the id attribute of networks GET /v2.0/networks?fields=id To retrieve multiple attributes (id and name) GET /v2.0/networks?fields=id&fields=name APIs that do not support these options These options are not supported by the following APIs. Show Network Connector Pool on page 31 List Network Connector Pools on page 32 Show Network Connector on page 35 List Network Connectors on page 36 Show Network Connector Endpoint on page 43 List Network Connector Endpoints on page 44 List Connected Interfaces of Network Connector Endpoint on page

33 1.2.6 API details List networks Lists networks to which the specified tenant has access. URI /v2.0/networks HTTP method GET Response codes Status code 200 Normal response codes unauthorized (401) Error response codes Response body (normal status) "networks": [ "status": "ACTIVE", "subnets": [ "54d6f61d-db07-451c-9ab3-b9609b6b6f0b" ], "name": "private-network", "admin_state_up": true, "tenant_id": "4fd44f e481c7b8a0c ", "router:external": true, "shared": true, "id": "d32019d3-bc6e c1d-6722fc136a22", "availability_zone": "AZ1", "status": "ACTIVE", "subnets": [ "08eae a-923c-34f7cfe39c1b" ], "name": "private", "admin_state_up": true, "tenant_id": "26a d0414dbc1fc1f88cdb7e6e", "router:external": true, "shared": true, "id": "db193ab3-96e3-4cb3-8fc5-05f4296d0324", "availability_zone": "AZ1" ]

34 of response body (normal status) Item admin_state_up id name shared status subnets tenant_id router:external availability_zone The administrative state of the network, which is up (true) or down (false). The network ID. The network name. Indicates whether this network is shared across all tenants. The network status. The associated subnets. The tenant ID. Specifies whether the network is an external network or not. The Availability Zone name Create network Creates a network. URI /v2.0/networks HTTP method POST Request parameter Key Type Required/optional admin_state_up The administrative state of the network, which is up (true) or down (false). xsd:bool Optional name The network name. A request body is optional: If you include it, it can specify this optional attribute. xsd:string Optional shared Indicates whether this network is shared across all tenants. By default, only administrative users can change this value. xsd:bool Optional availability_zone The Availability Zone name. xsd:string Optional If you don't specify, the resource will be created in default AZ. Example request "network":

35 "name": "sample_network", "admin_state_up": true, "availability_zone": "AZ1" Response codes Status code 201 Normal response codes badrequest (400) Error response codes unauthorized (401) Error response codes Response body (normal status) "network": "status": "ACTIVE", "subnets": [], "name": "net1", "admin_state_up": true, "tenant_id": "9bacb3c5d39d41a f338cf177", "segments": [ "provider:segmentation_id": 2, "provider:physical_network": "8bab8453-1bc9-45af-8c70- f83aa9b50453", "provider:network_type": "vlan", "provider:segmentation_id": null, "provider:physical_network": "8bab8453-1bc9-45af-8c70- f83aa9b50453", "provider:network_type": "stt" ], "shared": false, "port_security_enabled": true, "id": "4e8e f-477b-9e5b-f1f75b21c03c", "availability_zone": "AZ1" of response body (normal status) Item admin_state_up id name shared status subnets The administrative state of the network, which is up (true) or down (false). The network ID. The network name. Indicates whether this network is shared across all tenants. The network status. The associated subnets

36 Item tenant_id availability_zone The tenant ID. The Availability Zone name Show network Shows information for a specified network. URI /v2.0/networks/network_id of the URI: network_id UUID The UUID for the network of interest to you. HTTP method GET Response codes Status code 200 Normal response codes unauthorized (401) Error response codes itemnotfound (404) Error response codes Response body (normal status) "network": "status": "ACTIVE", "subnets": [ "54d6f61d-db07-451c-9ab3-b9609b6b6f0b" ], "name": "private-network", "admin_state_up": true, "tenant_id": "4fd44f e481c7b8a0c ", "router:external": true, "shared": true, "id": "d32019d3-bc6e c1d-6722fc136a22", "availability_zone": "AZ1" of response body (normal status) Item admin_state_up id name The administrative state of the network, which is up (true) or down (false). The network ID. The network name

37 Item shared status subnets tenant_id availability_zone router:external Indicates whether this network is shared across all tenants. The network status. The associated subnets. The tenant ID. The Availability Zone name Specifies whether the network is an external network or not Update network Updates a specified network. URI /v2.0/networks/network_id of the URI: network_id UUID The UUID for the network of interest to you. HTTP method PUT Request parameter Key Type Required/optional admin_state_up The administrative state of the network, which is up (true) or down (false). xsd:bool Optional name The network name. xsd:string Optional Example request "network": "name": "sample_network_5_updated" Response codes Status code 200 Normal response codes badrequest (400) Error response codes unauthorized (401) Error response codes forbidden (403) Error response codes itemnotfound (404) Error response codes

38 Response body (normal status) "network": "status": "ACTIVE", "subnets": [], "name": "sample_network_5_updated", "admin_state_up": true, "tenant_id": "4fd44f e481c7b8a0c ", "router:external": false, "shared": false, "id": "1f f be64-6d3d4a6adcc6", "availability_zone": "AZ1" of response body (normal status) Item status subnets name admin_state_up tenant_id router:external shared id provider:segmentation_id availability_zone The network status. The associated subnets. The network name. The administrative state of the network, which is up (true) or down (false). The tenant ID. Specifies whether the network is an external network or not. Indicates whether this network is shared across all tenants. By default, only administrative users can change this value. The network ID. The Availability Zone name Delete network Deletes the specified network and its associated resources. URI /v2.0/networks/network_id of the URI: network_id UUID The UUID for the network of interest to you. HTTP method DELETE Request parameter

39 Before deleting a network that is specified for subnets that use the Windows virtual server for SAP service or physical server for SAP HANA service, it is necessary to delete the Caution network resources using the subnet. Response codes Status code 204 Normal response codes unauthorized (401) Error response codes itemnotfound (404) Error response codes conflict (409) Error response codes Show Network Connector Pool Shows a specified network connector pool. Request URI GET <network service endpoint>/v2.0/network_connector_pools/<network connector pool id> Example: GET Headers X-Auth-Token: token delivered by identity service Response Status Code 200 Headers Content-Type: application/json Body "network_connector_pool" : "id" : " a-4c1a-a76d-43033c7fc9bf", "name" : "mpls-vpn-pool1"

40 Body Elements id: id for this network connector pool Type: String name: name for network connector pool Type: String Errors 401: Token is not specified or not authorized. 403: Token is not permitted to operate. 404: Specified Network Connector Pool not found List Network Connector Pools Lists network connector pools. Request URI GET <network service endpoint>/v2.0/network_connector_pools Example: GET Headers X-Auth-Token: token delivered by identity service Response Status Code 200 Headers Content-Type: application/json Body "network_connector_pools" : [ "id" : " a-4c1a-a76d-43033c7fc9bf", "name" : "mpls-vpn-pool1",, "id" : "ddd a-4c1a-a76d-43033c7fc9bf", "name" : "mpls-vpn-pool2"

41 ] Elements id: id for this network connector pool Type: String name: name for network connector pool Type: String Errors 401: Token is not specified or not authorized. 403: Token is not permitted to operate Create Network Connector Creates a network connector. Request URI POST <network service endpoint>/v2.0/network_connectors Example: POST Headers X-Auth-Token: token delivered by identity service Content-Type: application/json Body syntax "network_connector" : "name" : "connector1", "network_connector_pool_id" : " a-4c1a-a76d-43033c7fc9bf", "tenant_id" : "29320d5e-dd29-425c-b386-3cbb2754ad03" Parameters name: name for network connector Type: String

42 Constraints: Up to 255 characters in length Constraints: a-z, A-Z, 0-9, and _- Required: Yes network_connector_pool_id: A network connector pool id for this network connector. When this value not specified and only one pool exists, use it. Type: String Required: No tenant_id: The tenant's ID to which this network connector belongs. This parameter is restricted for tenant in which requester joins. Type: String Required: No Response Status code 201 Headers Content-Type: application/json Body Example: "network_connector" : "id" : "07993b1c-79e1-4cf6-a663-dc42b9ce37d4", "name" : "connector1", "network_connector_pool_id" : " a-4c1a-a76d-43033c7fc9bf", "network_connector_endpoints" : [], "tenant_id" : "29320d5e-dd29-425c-b386-3cbb2754ad03" Elements id: ID for this network connector Type: String name: name for network connector Type: String network_connector_pool_id: A network connector pool id for this network connector. Type: String network_connector_endpoints:

43 ID of network connector endpoints belonging to this network connector. Immediate after creation, this value must be empty array. Type: Array of String tenant_id: tenant's ID to which this network connector belongs Type: String Errors 400: Invalid parameter in request body 401: Token is not specified or not authorized. 403: Token is not permitted to operate. 404: Network Connector Pool not found. 409: Operation conflicts with another one. 503: No resource remains in the network connector pool Show Network Connector Shows information for a specified network connector. Request URI GET <network service endpoint>/v2.0/network_connectors/<network connector id> Example: GET dc42b9ce37d4 Headers X-Auth-Token: token delivered by identity service Response Status code 200 Headers Content-Type: application/json Body "network_connector" : "id" : "07993b1c-79e1-4cf6-a663-dc42b9ce37d4", "name" : "connector1", "network_connector_pool_id" : " a-4c1a-a76d-43033c7fc9bf", "network_connector_endpoints" : [

44 "0e521ed5-62d0-44c9-9c04-2e880b5add21" ], "tenant_id" : "29320d5e-dd29-425c-b386-3cbb2754ad03" Elements id: ID for this network connector Type: String name: name for network connector Type: String network_connector_pool_id: A network connector pool id for this network connector. Type: String network_connector_endpoints: ID of network connector endpoints belonging to this network connector. Immediate after creation, this value must be empty array. Type: Array of String tenant_id: Errors tenant's ID to which this network connector belongs Type: String 401: Token is not specified or not authorized. 403: Token is not permitted to operate. 404: Specified network connector not found List Network Connectors Lists network connectors. Request URI GET <network service endpoint>/v2.0/network_connectors Example: GET Headers X-Auth-Token: token delivered by identity service

IaaS API Reference (Management Administration)

IaaS API Reference (Management Administration) FUJITSU Cloud Service K5 IaaS API Reference (Management Administration) Version 1.18 FUJITSU LIMITED All Rights Reserved, Copyright FUJITSU LIMITED 2015-2018 K5IA-DC-M-001-001E Preface Structure of the

More information

Service Portal User Guide

Service Portal User Guide FUJITSU Cloud Service K5 IaaS Service Portal User Guide Version 1.4 FUJITSU LIMITED All Rights Reserved, Copyright FUJITSU LIMITED 2015-2016 K5IA-DC-M-005-001E Preface Purpose of This Manual This manual

More information

IaaS API Reference (Foundation Service)

IaaS API Reference (Foundation Service) FUJITSU Cloud Service for OSS IaaS API Reference (Foundation Service) Version 1.28 FUJITSU LIMITED All Rights Reserved, Copyright FUJITSU LIMITED 2015-2018 K5IA-DC-M-001-001E Preface Structure of the manuals

More information

API Reference (Contract Management)

API Reference (Contract Management) FUJITSU Cloud Service K5 IaaS API Reference (Contract Management) Version 1.5 FUJITSU LIMITED All Rights Reserved, Copyright Fujitsu Limited 2016 K5IA-DC-M-001-001E Preface Structure of the manuals Manual

More information

IaaS API Reference (Foundation Service)

IaaS API Reference (Foundation Service) FUJITSU Cloud Service for OSS IaaS API Reference (Foundation Service) Version 2.15 FUJITSU LIMITED All Rights Reserved, Copyright FUJITSU LIMITED 2015-2018 K5IA-DC-M-021-200E Preface Structure of the manuals

More information

FUJITSU Cloud Service K5 IaaS Service Portal User Guide

FUJITSU Cloud Service K5 IaaS Service Portal User Guide FUJITSU Cloud Service K5 IaaS Service Portal User Guide Version 2.8 FUJITSU LIMITED Preface Purpose of This Document This guide describes the operating procedures of the IaaS Service Portal for the services

More information

Solaris 11.2 OpenStack UAR Configuration Cookbook by Tim Wort. This paper assumes the installation and system configuration are complete.

Solaris 11.2 OpenStack UAR Configuration Cookbook by Tim Wort. This paper assumes the installation and system configuration are complete. Solaris 11.2 OpenStack UAR Configuration Cookbook by Tim Wort This paper is a cookbook for configuring the Oracle Solaris 11.2 OpenStack Unified Archive. The Solaris 11.2 OpenStack Unified Archive is no

More information

Cisco Nexus 1000V for KVM OpenStack REST API Configuration Guide, Release 5.x

Cisco Nexus 1000V for KVM OpenStack REST API Configuration Guide, Release 5.x Cisco Nexus 1000V for KVM OpenStack REST API Configuration Guide, Release 5.x First Published: August 01, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA

More information

IaaS Integration Guide

IaaS Integration Guide FUJITSU Software Enterprise Service Catalog Manager V16.1.0 IaaS Integration Guide Windows(64) B1WS-1259-02ENZ0(00) September 2016 Preface Purpose of This Document This document explains the introduction

More information

CIS-331 Exam 2 Fall 2015 Total of 105 Points Version 1

CIS-331 Exam 2 Fall 2015 Total of 105 Points Version 1 Version 1 1. (20 Points) Given the class A network address 117.0.0.0 will be divided into multiple subnets. a. (5 Points) How many bits will be necessary to address 4,000 subnets? b. (5 Points) What is

More information

IaaS API Reference (Application Platform Service)

IaaS API Reference (Application Platform Service) FUJITSU Cloud Service for OSS IaaS API Reference (Application Platform Service) Version 1.27 FUJITSU LIMITED All Rights Reserved, Copyright FUJITSU LIMITED 2015-2018 K5IA-DC-M-001-001E Preface Structure

More information

IaaS API Reference (Application Platform Service)

IaaS API Reference (Application Platform Service) FUJITSU Cloud Service for OSS IaaS API Reference (Application Platform Service) Version 1.29 FUJITSU LIMITED All Rights Reserved, Copyright FUJITSU LIMITED 2015-2018 K5IA-DC-M-001-001E Preface Structure

More information

CIS-331 Fall 2013 Exam 1 Name: Total of 120 Points Version 1

CIS-331 Fall 2013 Exam 1 Name: Total of 120 Points Version 1 Version 1 1. (24 Points) Show the routing tables for routers A, B, C, and D. Make sure you account for traffic to the Internet. NOTE: Router E should only be used for Internet traffic. Router A Router

More information

MasterScope Virtual DataCenter Automation Media v3.0

MasterScope Virtual DataCenter Automation Media v3.0 MasterScope Virtual DataCenter Automation Media v3.0 Release Memo 1st Edition June, 2016 NEC Corporation Disclaimer The copyrighted information noted in this document shall belong to NEC Corporation. Copying

More information

vcloud Director User's Guide 04 OCT 2018 vcloud Director 9.5

vcloud Director User's Guide 04 OCT 2018 vcloud Director 9.5 vcloud Director User's Guide 04 OCT 2018 vcloud Director 9.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

CIS-331 Final Exam Spring 2015 Total of 115 Points. Version 1

CIS-331 Final Exam Spring 2015 Total of 115 Points. Version 1 Version 1 1. (25 Points) Given that a frame is formatted as follows: And given that a datagram is formatted as follows: And given that a TCP segment is formatted as follows: Assuming no options are present

More information

Cisco Elastic Service Controller 1.0 REST API Guide

Cisco Elastic Service Controller 1.0 REST API Guide Cisco Elastic Service Controller 1.0 REST API Guide Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website

More information

Cisco Elastic Service Controller 1.1 REST API Guide

Cisco Elastic Service Controller 1.1 REST API Guide Cisco Elastic Service Controller 1.1 REST API Guide Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website

More information

API reference (Application Platform Service)

API reference (Application Platform Service) FUJITSU Cloud Service K5 IaaS API reference (Application Platform Service) Version 1.5.1 FUJITSU LIMITED All Rights Reserved, Copyright Fujitsu Limited 2015-2016 K5IA-DC-M-001-001E Preface Structure of

More information

CIS-331 Exam 2 Fall 2014 Total of 105 Points. Version 1

CIS-331 Exam 2 Fall 2014 Total of 105 Points. Version 1 Version 1 1. (20 Points) Given the class A network address 119.0.0.0 will be divided into a maximum of 15,900 subnets. a. (5 Points) How many bits will be necessary to address the 15,900 subnets? b. (5

More information

NTT Communications. Cloudⁿ. LBA API Manual. Ver.1.0.0

NTT Communications. Cloudⁿ. LBA API Manual. Ver.1.0.0 NTT Communications Cloudⁿ LBA API Manual Ver.1.0.0 Please refrain from any secondary distribution (distributing, copying, or providing this booklet or any similar acts) of the content of the booklet. 1

More information

MasterScope Virtual DataCenter Automation Media v5.0

MasterScope Virtual DataCenter Automation Media v5.0 MasterScope Virtual DataCenter Automation Media v5.0 Release Memo 1st Edition April, 2018 NEC Corporation Disclaimer The copyrighted information noted in this document shall belong to NEC Corporation.

More information

IaaS Integration Guide

IaaS Integration Guide FUJITSU Software Enterprise Service Catalog Manager V16.0.0 IaaS Integration Guide Windows(64) B1WS-1259-01ENZ0(00) February 2016 Preface Purpose of This Document This document explains the introduction

More information

CIS-331 Fall 2014 Exam 1 Name: Total of 109 Points Version 1

CIS-331 Fall 2014 Exam 1 Name: Total of 109 Points Version 1 Version 1 1. (24 Points) Show the routing tables for routers A, B, C, and D. Make sure you account for traffic to the Internet. Router A Router B Router C Router D Network Next Hop Next Hop Next Hop Next

More information

Using the vrealize Orchestrator OpenStack Plug-In 2.0. Modified on 19 SEP 2017 vrealize Orchestrator 7.0

Using the vrealize Orchestrator OpenStack Plug-In 2.0. Modified on 19 SEP 2017 vrealize Orchestrator 7.0 Using the vrealize Orchestrator OpenStack Plug-In 2.0 Modified on 19 SEP 2017 vrealize Orchestrator 7.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

CIS-331 Exam 2 Spring 2016 Total of 110 Points Version 1

CIS-331 Exam 2 Spring 2016 Total of 110 Points Version 1 Version 1 1. (20 Points) Given the class A network address 121.0.0.0 will be divided into multiple subnets. a. (5 Points) How many bits will be necessary to address 8,100 subnets? b. (5 Points) What is

More information

4. Specifications and Additional Information

4. Specifications and Additional Information 4. Specifications and Additional Information AGX52004-1.0 8B/10B Code This section provides information about the data and control codes for Arria GX devices. Code Notation The 8B/10B data and control

More information

Virtual Route Reflector

Virtual Route Reflector Virtual Route Reflector Getting Started Guide for OpenStack Modified: 2017-12-18 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks,

More information

Oracle Cloud Infrastructure Virtual Cloud Network Overview and Deployment Guide ORACLE WHITEPAPER JANUARY 2018 VERSION 1.0

Oracle Cloud Infrastructure Virtual Cloud Network Overview and Deployment Guide ORACLE WHITEPAPER JANUARY 2018 VERSION 1.0 Oracle Cloud Infrastructure Virtual Cloud Network Overview and Deployment Guide ORACLE WHITEPAPER JANUARY 2018 VERSION 1.0 Table of Contents Purpose of this Whitepaper 1 Scope & Assumptions 1 Virtual Cloud

More information

vcloud Director User's Guide

vcloud Director User's Guide vcloud Director 8.20 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

More information

Elastic Load Balancing. API Reference API Version

Elastic Load Balancing. API Reference API Version Elastic Load Balancing API Reference Elastic Load Balancing: API Reference Copyright 2011 Amazon Web Services LLC or its affiliates. All rights reserved. Table of Welcome... 1 Actions... 2 ApplySecurityGroupsToLoadBalancer...

More information

vcloud Director User's Guide

vcloud Director User's Guide vcloud Director 5.6 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

More information

Features Handbook. FUJITSU Cloud Service K5 IaaS. Version 2.21 FUJITSU LIMITED. All Rights Reserved, Copyright FUJITSU LIMITED

Features Handbook. FUJITSU Cloud Service K5 IaaS. Version 2.21 FUJITSU LIMITED. All Rights Reserved, Copyright FUJITSU LIMITED FUJITSU Cloud Service K5 IaaS Features Handbook Version 2.21 FUJITSU LIMITED All Rights Reserved, Copyright FUJITSU LIMITED 2015-2018 K5IA-DC-M-004-016E Preface Purpose of This Manual This document explains

More information

vcloud Director User's Guide

vcloud Director User's Guide vcloud Director 8.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

More information

User's Guide - Master Schedule Management

User's Guide - Master Schedule Management FUJITSU Software Systemwalker Operation Manager User's Guide - Master Schedule Management UNIX/Windows(R) J2X1-3170-14ENZ0(00) May 2015 Preface Purpose of This Document This document describes the Master

More information

K5 Portal User Guide

K5 Portal User Guide FUJITSU Cloud Service K5 K5 Portal User Guide Version 2.6 FUJITSU LIMITED Preface Purpose of This Document This guide describes the operating procedures for the services provided by FUJITSU Cloud Service

More information

VMware Integrated OpenStack User Guide. VMware Integrated OpenStack 4.1

VMware Integrated OpenStack User Guide. VMware Integrated OpenStack 4.1 VMware Integrated OpenStack User Guide VMware Integrated OpenStack 4.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

IPv6 in Avi Vantage for OpenStack

IPv6 in Avi Vantage for OpenStack Page 1 of 11 view online Overview Starting with release 18.1.1, OpenStack integration with Avi Vantage is IPv6 capable. The integration discussed in this article has been tested for OpenStack Ocata which

More information

VMware Integrated OpenStack with Kubernetes Getting Started Guide. VMware Integrated OpenStack 4.0

VMware Integrated OpenStack with Kubernetes Getting Started Guide. VMware Integrated OpenStack 4.0 VMware Integrated OpenStack with Kubernetes Getting Started Guide VMware Integrated OpenStack 4.0 VMware Integrated OpenStack with Kubernetes Getting Started Guide You can find the most up-to-date technical

More information

Cloud Access Manager How to Deploy Cloud Access Manager in a Virtual Private Cloud

Cloud Access Manager How to Deploy Cloud Access Manager in a Virtual Private Cloud Cloud Access Manager 8.1.3 How to Deploy Cloud Access Manager in Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

VMware Integrated OpenStack User Guide

VMware Integrated OpenStack User Guide VMware Integrated OpenStack User Guide VMware Integrated OpenStack 3.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

EXPRESSCLUSTER X 3.3. HA Cluster Configuration Guide for Amazon Web Services (Windows) 10/03/2016 2nd Edition

EXPRESSCLUSTER X 3.3. HA Cluster Configuration Guide for Amazon Web Services (Windows) 10/03/2016 2nd Edition EXPRESSCLUSTER X 3.3 HA Cluster Configuration Guide for Amazon Web Services (Windows) 10/03/2016 2nd Edition Revision History Edition Revised Date Description 1 01/29/2016 New manual 2 10/03/2016 Corresponds

More information

ZN-DN312XE-M Quick User Guide

ZN-DN312XE-M Quick User Guide ZN-DN312XE-M Quick User Guide This manual provides instructions for quick installation and basic configuration of your IP device. Step1. Connect cables to IP device Connect required cables to the device

More information

OpenStack Network Configuration for Avi Controller

OpenStack Network Configuration for Avi Controller Page 1 of 5 OpenStack Network Configuration for Avi Controller Cluster view online This article explains how to configure a cluster in Avi Vantage for an OpenStack cloud. To provide Avi Controller high

More information

CIS-331 Spring 2016 Exam 1 Name: Total of 109 Points Version 1

CIS-331 Spring 2016 Exam 1 Name: Total of 109 Points Version 1 Version 1 Instructions Write your name on the exam paper. Write your name and version number on the top of the yellow paper. Answer Question 1 on the exam paper. Answer Questions 2-4 on the yellow paper.

More information

vcloud Director User's Guide

vcloud Director User's Guide vcloud Director 8.20 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

More information

FUJITSU Software ServerView Cloud Monitoring Manager V1.0. Overview

FUJITSU Software ServerView Cloud Monitoring Manager V1.0. Overview FUJITSU Software ServerView Cloud Monitoring Manager V1.0 Overview J2UL-2073-01ENZ0(00) November 2015 Trademarks Copyright FUJITSU LIMITED 2015 LINUX is a registered trademark of Linus Torvalds. The OpenStack

More information

CIS-331 Final Exam Fall 2015 Total of 120 Points. Version 1

CIS-331 Final Exam Fall 2015 Total of 120 Points. Version 1 Version 1 1. (25 Points) Given that a frame is formatted as follows: And given that a datagram is formatted as follows: And given that a TCP segment is formatted as follows: Assuming no options are present

More information

A: SETTING UP VMware Horizon

A: SETTING UP VMware Horizon GUIDE AUGUST 2018 PRINTED 11 JANUARY 2019 VMware Horizon Table of Contents A: Setting Up About Setup Exercise A1: Reviewing the Workflow Exercise A2: Creating the VNet Exercise A3: Configuring VNet Peering

More information

EXPRESSCLUSTER X 4.0. HA Cluster Configuration Guide for Amazon Web Services (Linux) April 17, st Edition

EXPRESSCLUSTER X 4.0. HA Cluster Configuration Guide for Amazon Web Services (Linux) April 17, st Edition EXPRESSCLUSTER X 4.0 HA Cluster Configuration Guide for Amazon Web Services (Linux) April 17, 2018 1st Edition Revision History Edition Revised Date 1st Apr 17, 2018 New Guide Description Copyright NEC

More information

GET operations are synchronous the request/response parameters are described with an example of a request/response

GET operations are synchronous the request/response parameters are described with an example of a request/response ESC REST API ESC REST Northbound API Documentation Table of Contents Resources managed by ESC REST Behavior of ESC REST operations ESC REST API Headers/Path/Body Callbacks Media Internal IDs Body String

More information

VMware Cloud on AWS Getting Started. 18 DEC 2017 VMware Cloud on AWS

VMware Cloud on AWS Getting Started. 18 DEC 2017 VMware Cloud on AWS VMware Cloud on AWS Getting Started 18 DEC 2017 VMware Cloud on AWS You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

FUJITSU Cloud Service S5 Modifying Virtual Resources

FUJITSU Cloud Service S5 Modifying Virtual Resources FUJITSU Cloud Service S5 Modifying Virtual Resources This guide describes the process for modifying virtual resources in the FUJITSU Cloud Service S5 Before you start 1. Select My Portal from the Start-Up

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

CIS-331 Final Exam Spring 2018 Total of 120 Points. Version 1

CIS-331 Final Exam Spring 2018 Total of 120 Points. Version 1 Version 1 Instructions 1. Write your name and version number on the top of the yellow paper and the routing tables sheet. 2. Answer Question 2 on the routing tables sheet. 3. Answer Questions 1, 3, 4,

More information

Deploy VPN IPSec Tunnels on Oracle Cloud Infrastructure. White Paper September 2017 Version 1.0

Deploy VPN IPSec Tunnels on Oracle Cloud Infrastructure. White Paper September 2017 Version 1.0 Deploy VPN IPSec Tunnels on Oracle Cloud Infrastructure White Paper September 2017 Version 1.0 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Security Gateway for OpenStack

Security Gateway for OpenStack Security Gateway for OpenStack R77.30 Administration Guide 21 May 2015 Protected 2015 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by

More information

Structure and Overview of Manuals

Structure and Overview of Manuals FUJITSU Software Systemwalker Operation Manager Structure and Overview of Manuals UNIX/Windows(R) J2X1-6900-08ENZ0(00) May 2015 Introduction Purpose of This Document Please ensure that you read this document

More information

vcloud Air - Virtual Private Cloud OnDemand Networking Guide

vcloud Air - Virtual Private Cloud OnDemand Networking Guide vcloud Air - Virtual Private Cloud OnDemand Networking Guide vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

vcloud Director API for NSX Programming Guide

vcloud Director API for NSX Programming Guide vcloud Director API for NSX Programming Guide API Version 27.0 vcloud Director 8.20 This document supports the version of each product listed and supports all subsequent versions until the document is

More information

The cache is 4-way set associative, with 4-byte blocks, and 16 total lines

The cache is 4-way set associative, with 4-byte blocks, and 16 total lines Sample Problem 1 Assume the following memory setup: Virtual addresses are 20 bits wide Physical addresses are 15 bits wide The page size if 1KB (2 10 bytes) The TLB is 2-way set associative, with 8 total

More information

FUJITSU Cloud Service K5 SF Restrictions / Advisory Notes. Version 1.5 FUJITSU LIMITED

FUJITSU Cloud Service K5 SF Restrictions / Advisory Notes. Version 1.5 FUJITSU LIMITED Version 1.5 FUJITSU LIMITED Oct 27, 2016 Contents 1 Preface 2 1.1 Purpose of This Document.................................... 2 1.2 Intended Readers......................................... 2 1.3 Structure

More information

IaaS Integration for Multi- Machine Services. vrealize Automation 6.2

IaaS Integration for Multi- Machine Services. vrealize Automation 6.2 IaaS Integration for Multi- Machine Services vrealize Automation 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

This component of K5 IaaS provides a virtual infrastructure accessible via the Internet within which physical computers are divided using virtualizati

This component of K5 IaaS provides a virtual infrastructure accessible via the Internet within which physical computers are divided using virtualizati FUJITSU Cloud Service K5 - IaaS Service Description September 28, 2017 1. General Overview The FUJITSU Cloud Service K5 is provided via a standardized platform and common architecture, which is deployed

More information

Chapter 3 LAN Configuration

Chapter 3 LAN Configuration Chapter 3 LAN Configuration This chapter describes how to configure the advanced LAN features of your ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN. This chapter contains the following sections

More information

Red Hat OpenStack Platform 9 Introduction to the OpenStack Dashboard

Red Hat OpenStack Platform 9 Introduction to the OpenStack Dashboard Red Hat OpenStack Platform 9 Introduction to the OpenStack Dashboard An overview of the OpenStack dashboard graphical user interface OpenStack Team Red Hat OpenStack Platform 9 Introduction to the OpenStack

More information

OpenStack Network Configuration for Avi Controller

OpenStack Network Configuration for Avi Controller Page 1 of 5 OpenStack Network Configuration for Avi Controller Cluster view online This article explains how to configure a cluster in Avi Vantage for an OpenStack cloud. To provide Avi Controller high

More information

SOA Software API Gateway Appliance 6.3 Administration Guide

SOA Software API Gateway Appliance 6.3 Administration Guide SOA Software API Gateway Appliance 6.3 Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names, logos,

More information

Red Hat OpenStack Platform 13

Red Hat OpenStack Platform 13 Red Hat OpenStack Platform 13 CephFS via NFS Back End Guide for the Shared File System Service Understanding, using, and managing the Shared File System Service with CephFS via NFS in OpenStack Last Updated:

More information

Red Hat OpenStack Platform 10 Product Guide

Red Hat OpenStack Platform 10 Product Guide Red Hat OpenStack Platform 10 Product Guide Overview of Red Hat OpenStack Platform OpenStack Team Red Hat OpenStack Platform 10 Product Guide Overview of Red Hat OpenStack Platform OpenStack Team rhos-docs@redhat.com

More information

What s New with VMware vcloud Director 8.0

What s New with VMware vcloud Director 8.0 Feature Overview TECHNICAL WHITE PAPER Table of Contents What s New with VMware....3 Support for vsphere 6.0 and NSX 6.1.4....4 VMware vsphere 6.0 Support...4 VMware NSX 6.1.4 Support....4 Organization

More information

Infoblox Installation Guide. vnios for Amazon Web Services

Infoblox Installation Guide. vnios for Amazon Web Services Infoblox Installation Guide vnios for Amazon Web Services Copyright Statements 2015, Infoblox Inc. All rights reserved. The contents of this document may not be copied or duplicated in any form, in whole

More information

Application Note. Providing Secure Remote Access to Industrial Control Systems Using McAfee Firewall Enterprise (Sidewinder )

Application Note. Providing Secure Remote Access to Industrial Control Systems Using McAfee Firewall Enterprise (Sidewinder ) Application Note Providing Secure Remote Access to Industrial Control Systems Using McAfee Firewall Enterprise (Sidewinder ) This document describes how to configure McAfee Firewall Enterprise to provide

More information

Kubernetes on Openstack

Kubernetes on Openstack Kubernetes on Openstack Saverio Proto saverio.proto@switch.ch Lugano 2018 SWITCH 1 Infrastructure & Data Services Your added value Our customers Our offer 2018 SWITCH 2 Your added value SWITCH made Swiss

More information

IaaS Heat Template Specifications

IaaS Heat Template Specifications FUJITSU Cloud Service for OSS IaaS Heat Template Specifications Version 2.7 FUJITSU LIMITED All Rights Reserved, Copyright FUJITSU LIMITED 2015-2018 K5IA-DC-M-003-001E Preface Purpose of This Document

More information

VSEC FOR OPENSTACK R80.10

VSEC FOR OPENSTACK R80.10 16 October 2017 VSEC FOR OPENSTACK R80.10 Administration Guide Protected 2017 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by copyright

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA f Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows AirWatch v9.1 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

Cisco TEO Adapter Guide for Microsoft Windows

Cisco TEO Adapter Guide for Microsoft Windows Cisco TEO Adapter Guide for Microsoft Windows Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

vcloud Director API for NSX Programming Guide API Version 30.0 vcloud Director 9.1

vcloud Director API for NSX Programming Guide API Version 30.0 vcloud Director 9.1 vcloud Director API for NSX Programming Guide API Version 30.0 vcloud Director 9.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Dell One Identity Manager Administration Guide for Connecting to SharePoint

Dell One Identity Manager Administration Guide for Connecting to SharePoint Dell One Identity Manager 7.1.3 Administration Guide for Connecting to SharePoint 2016 Dell Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property

More information

FUJITSU Cloud IaaS Trusted Public S5 Set & Delete Private IP Address Spaces

FUJITSU Cloud IaaS Trusted Public S5 Set & Delete Private IP Address Spaces FUJITSU Cloud IaaS Trusted Public S5 Set & Delete Private IP Address Spaces This guide describes the process for setting and deleting IaaS Trusted Public S5 Private IP Address Ranges How to Set Up a Private

More information

Cisco TEO Adapter Guide for SAP Java

Cisco TEO Adapter Guide for SAP Java Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

VXLAN VTEP Gateway with Pica8 and VMware NSX

VXLAN VTEP Gateway with Pica8 and VMware NSX with Pica8 This paper outlines how Pica8 s OS (PicOS) running on a White Box SDN switch is used as a VXLAN Layer 2 Tunnel End Point (VTEP) to interconnect physical and virtual networks by leveraging VMware

More information

Red Hat Ceph Storage 2 Using Keystone to Authenticate Ceph Object Gateway Users

Red Hat Ceph Storage 2 Using Keystone to Authenticate Ceph Object Gateway Users Red Hat Ceph Storage 2 Using Keystone to Authenticate Ceph Object Gateway Users Configuring OpenStack and Ceph Object Gateway to use Keystone for user authentication. Red Hat Ceph Storage Documentation

More information

CIS-331 Final Exam Spring 2016 Total of 120 Points. Version 1

CIS-331 Final Exam Spring 2016 Total of 120 Points. Version 1 Version 1 1. (25 Points) Given that a frame is formatted as follows: And given that a datagram is formatted as follows: And given that a TCP segment is formatted as follows: Assuming no options are present

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

Red Hat Ceph Storage 3

Red Hat Ceph Storage 3 Red Hat Ceph Storage 3 Using Keystone to Authenticate Ceph Object Gateway Users Configuring OpenStack and the Ceph Object Gateway to use Keystone for user authentication. Last Updated: 2018-12-20 Red

More information

Horizon DaaS Platform 6.1 Service Provider Installation - vcloud

Horizon DaaS Platform 6.1 Service Provider Installation - vcloud Horizon DaaS Platform 6.1 Service Provider Installation - vcloud This guide provides information on how to install and configure the DaaS platform Service Provider appliances using vcloud discovery of

More information

Creating Application Containers

Creating Application Containers This chapter contains the following sections: General Application Container Creation Process, page 1 Creating Application Container Policies, page 2 About Application Container Templates, page 5 Creating

More information

API Reference Manual

API Reference Manual FUJITSU Cloud Service K5 API Reference Manual Version.5 FUJITSU LIMITED Preface Purpose of This Document This guide describes the specification of the API (Application Programming Interface) provided by

More information

OpenStack Tutorial. Shihabur R. Chowdhury CS Winter 2017 University of Waterloo

OpenStack Tutorial. Shihabur R. Chowdhury CS Winter 2017 University of Waterloo OpenStack Tutorial Shihabur R. Chowdhury CS 856 - Winter 2017 University of Waterloo Environment Setup Download the VirtualBox image from here Open VirtualBox and go to File > Import Appliance Choose the

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows AirWatch v9.3 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

IaaS Integration for Multi-Machine Services

IaaS Integration for Multi-Machine Services IaaS Integration for Multi-Machine Services vcloud Automation Center 6.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Libelium Cloud Hive. Technical Guide

Libelium Cloud Hive. Technical Guide Libelium Cloud Hive Technical Guide Index Document version: v7.0-12/2018 Libelium Comunicaciones Distribuidas S.L. INDEX 1. General and information... 4 1.1. Introduction...4 1.1.1. Overview...4 1.2. Data

More information

Installing and Configuring vcenter Support Assistant

Installing and Configuring vcenter Support Assistant Installing and Configuring vcenter Support Assistant vcenter Support Assistant 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware Cloud on AWS Operations Guide. 18 July 2018 VMware Cloud on AWS

VMware Cloud on AWS Operations Guide. 18 July 2018 VMware Cloud on AWS VMware Cloud on AWS Operations Guide 18 July 2018 VMware Cloud on AWS You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Getting Started Guide

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Getting Started Guide Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Getting Started Guide Revised January 30, 2015 06:00 pm IST Citrix CloudPlatform Citrix CloudPlatform (powered by Apache CloudStack) Version

More information

Service Graph Design with Cisco Application Centric Infrastructure

Service Graph Design with Cisco Application Centric Infrastructure White Paper Service Graph Design with Cisco Application Centric Infrastructure 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 101 Contents Introduction...

More information