softlayer 0.0.14 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -141,7 +141,7 @@
141
141
  <part name="templateObject" type="tns:SoftLayer_Network_Bandwidth_Version1_Allotment"/>
142
142
  </message>
143
143
  <message name="createObjectResponse">
144
- <part name="createObjectReturn" type="xsd:boolean"/>
144
+ <part name="createObjectReturn" type="tns:SoftLayer_Network_Bandwidth_Version1_Allotment"/>
145
145
  </message>
146
146
  <message name="editObject">
147
147
  <part name="templateObject" type="tns:SoftLayer_Network_Bandwidth_Version1_Allotment"/>
@@ -635,6 +635,8 @@ For example, if you had 5 servers, each with 2000 GB of bandwidth, and one serve
635
635
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Network_Bandwidth_Version1_AllotmentAction"/>
636
636
  <input>
637
637
  <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
638
+ <soap:header message="tns:SoftLayer_Network_Bandwidth_Version1_AllotmentObjectMaskHeader" part="SoftLayer_Network_Bandwidth_Version1_AllotmentObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
639
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
638
640
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
639
641
  </input>
640
642
  <output>
@@ -73,6 +73,10 @@
73
73
  <message name="getPropertiesResponse">
74
74
  <part name="getPropertiesReturn" type="tns:SoftLayer_Network_Storage_Schedule_PropertyArray"/>
75
75
  </message>
76
+ <message name="getReplicaSnapshots"/>
77
+ <message name="getReplicaSnapshotsResponse">
78
+ <part name="getReplicaSnapshotsReturn" type="tns:SoftLayer_Network_StorageArray"/>
79
+ </message>
76
80
  <message name="getRetentionCount"/>
77
81
  <message name="getRetentionCountResponse">
78
82
  <part name="getRetentionCountReturn" type="xsd:string"/>
@@ -171,6 +175,11 @@ The schedule service can be used to create, edit, or delete a schedule. Schedule
171
175
  <input message="tns:getProperties"/>
172
176
  <output message="tns:getPropertiesResponse"/>
173
177
  </operation>
178
+ <operation name="getReplicaSnapshots">
179
+ <documentation>Retrieve replica snapshots which have been created as the result of this schedule's execution.</documentation>
180
+ <input message="tns:getReplicaSnapshots"/>
181
+ <output message="tns:getReplicaSnapshotsResponse"/>
182
+ </operation>
174
183
  <operation name="getRetentionCount">
175
184
  <documentation>Retrieve the number of snapshots this schedule is configured to retain.</documentation>
176
185
  <input message="tns:getRetentionCount"/>
@@ -358,6 +367,22 @@ The schedule service can be used to create, edit, or delete a schedule. Schedule
358
367
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
359
368
  </output>
360
369
  </operation>
370
+ <operation name="getReplicaSnapshots">
371
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Network_Storage_ScheduleAction"/>
372
+ <input>
373
+ <soap:header message="tns:SoftLayer_Network_Storage_ScheduleObjectMaskHeader" part="SoftLayer_Network_Storage_ScheduleObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
374
+ <soap:header message="tns:SoftLayer_Network_Storage_ScheduleObjectFilterHeader" part="SoftLayer_Network_Storage_ScheduleObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
375
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
376
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
377
+ <soap:header message="tns:SoftLayer_Network_Storage_ScheduleInitParametersHeader" part="SoftLayer_Network_Storage_ScheduleInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
378
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
379
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
380
+ </input>
381
+ <output>
382
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
383
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
384
+ </output>
385
+ </operation>
361
386
  <operation name="getRetentionCount">
362
387
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Network_Storage_ScheduleAction"/>
363
388
  <input>
@@ -0,0 +1,99 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://api.service.softlayer.com/soap/v3.1/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="slApi" targetNamespace="http://api.service.softlayer.com/soap/v3.1/">
3
+ <types>
4
+ <xsd:schema targetNamespace="http://api.service.softlayer.com/soap/v3.1/">
5
+ <xsd:include namespace="http://api.service.softlayer.com/soap/v3.1/" schemaLocation="https://api.softlayer.com/soap/v3.1/SoftLayer_User_Customer_Invitation?xsd"/>
6
+ </xsd:schema>
7
+ <xsd:schema targetNamespace="http://api.service.softlayer.com/soap/v3.1/">
8
+ <xsd:complexType name="SoftLayer_User_Customer_InvitationInitParameters">
9
+ <xsd:sequence>
10
+ <xsd:element minOccurs="1" maxOccurs="1" name="id" type="xsd:int"/>
11
+ <xsd:element minOccurs="0" maxOccurs="1" name="globalIdentifier" type="xsd:string"/>
12
+ </xsd:sequence>
13
+ </xsd:complexType>
14
+ <xsd:complexType name="SoftLayer_User_Customer_InvitationObjectMask">
15
+ <xsd:sequence>
16
+ <xsd:element minOccurs="1" maxOccurs="1" name="mask" type="tns:SoftLayer_User_Customer_Invitation"/>
17
+ </xsd:sequence>
18
+ </xsd:complexType>
19
+ </xsd:schema>
20
+ </types>
21
+ <message name="SoftLayer_User_Customer_InvitationInitParametersHeader">
22
+ <part name="SoftLayer_User_Customer_InvitationInitParameters" type="tns:SoftLayer_User_Customer_InvitationInitParameters"/>
23
+ </message>
24
+ <message name="getObject"/>
25
+ <message name="getObjectResponse">
26
+ <part name="getObjectReturn" type="tns:SoftLayer_User_Customer_Invitation"/>
27
+ </message>
28
+ <message name="getUser"/>
29
+ <message name="getUserResponse">
30
+ <part name="getUserReturn" type="tns:SoftLayer_User_Customer"/>
31
+ </message>
32
+ <message name="authenticateHeader">
33
+ <part name="authenticate" type="tns:authenticate"/>
34
+ </message>
35
+ <message name="resultLimitHeader">
36
+ <part name="resultLimit" type="tns:resultLimit"/>
37
+ </message>
38
+ <message name="totalItemsHeader">
39
+ <part name="totalItems" type="tns:totalItems"/>
40
+ </message>
41
+ <message name="SoftLayer_User_Customer_InvitationObjectMaskHeader">
42
+ <part name="SoftLayer_User_Customer_InvitationObjectMask" type="tns:SoftLayer_User_Customer_InvitationObjectMask"/>
43
+ </message>
44
+ <message name="SoftLayer_User_Customer_InvitationObjectFilterHeader">
45
+ <part name="SoftLayer_User_Customer_InvitationObjectFilter" type="tns:SoftLayer_User_Customer_InvitationObjectFilter"/>
46
+ </message>
47
+ <message name="SoftLayer_ObjectMaskHeader">
48
+ <part name="SoftLayer_ObjectMask" type="tns:SoftLayer_ObjectMask"/>
49
+ </message>
50
+ <portType name="SoftLayer_User_Customer_InvitationPortType">
51
+ <documentation></documentation>
52
+ <operation name="getObject">
53
+ <documentation></documentation>
54
+ <input message="tns:getObject"/>
55
+ <output message="tns:getObjectResponse"/>
56
+ </operation>
57
+ <operation name="getUser">
58
+ <documentation></documentation>
59
+ <input message="tns:getUser"/>
60
+ <output message="tns:getUserResponse"/>
61
+ </operation>
62
+ </portType>
63
+ <binding name="SoftLayer_User_Customer_InvitationBinding" type="tns:SoftLayer_User_Customer_InvitationPortType">
64
+ <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
65
+ <operation name="getObject">
66
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_InvitationAction"/>
67
+ <input>
68
+ <soap:header message="tns:SoftLayer_User_Customer_InvitationObjectMaskHeader" part="SoftLayer_User_Customer_InvitationObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
69
+ <soap:header message="tns:SoftLayer_User_Customer_InvitationObjectFilterHeader" part="SoftLayer_User_Customer_InvitationObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
70
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
71
+ <soap:header message="tns:SoftLayer_User_Customer_InvitationInitParametersHeader" part="SoftLayer_User_Customer_InvitationInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
72
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
73
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
74
+ </input>
75
+ <output>
76
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
77
+ </output>
78
+ </operation>
79
+ <operation name="getUser">
80
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_InvitationAction"/>
81
+ <input>
82
+ <soap:header message="tns:SoftLayer_User_Customer_InvitationObjectMaskHeader" part="SoftLayer_User_Customer_InvitationObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
83
+ <soap:header message="tns:SoftLayer_User_Customer_InvitationObjectFilterHeader" part="SoftLayer_User_Customer_InvitationObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
84
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
85
+ <soap:header message="tns:SoftLayer_User_Customer_InvitationInitParametersHeader" part="SoftLayer_User_Customer_InvitationInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
86
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
87
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
88
+ </input>
89
+ <output>
90
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
91
+ </output>
92
+ </operation>
93
+ </binding>
94
+ <service name="SoftLayer_User_Customer_InvitationService">
95
+ <port name="SoftLayer_User_Customer_InvitationPort" binding="tns:SoftLayer_User_Customer_InvitationBinding">
96
+ <soap:address location="https://api.softlayer.com/soap/v3.1/SoftLayer_User_Customer_Invitation"/>
97
+ </port>
98
+ </service>
99
+ </definitions>