Create network resource
Description
Creates a network resource.
A job LAN network is created for the virtual server for SAP, based on the network already created using OpenStack.
The network resource name is generated automatically, and the following prefix is assigned:
-VAServiceLAN_****: Job LAN resources of the virtual server for SAP
Request
Header
Content-Type: application/xml
Accept: application/xml
X-Auth-Token: Keystone token (*1)
X-VA-Project-Id: Project ID of resource creation destination (*2)
X-VA-Domain-Id: Domain ID of resource creation destination (*2)
*1: The scope specified for the token is ignored when this API is executed by the system administrator.
*2: Mandatory when this API is executed by the system administrator. ignored when executed by other users.
Method
POST
Path
/networks
Query
n/a
Body
<Network>
<Subnet id="subnetIdCreatedUsingOpenstack" />
<AvailabilityZone>availZone</AvailabilityZone>
</Network>
Item | Description | Details |
---|---|---|
subnetIdCreated UsingOpenstack | Subnet ID created using Openstack (required) | UUID |
Availability zone | Availability zone of the creation destination (optional) | Availability zone name |
Response
Status code
202 Accepted
Body
Task information