@itentialopensource/adapter-godaddy 0.2.0
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.
- package/.eslintignore +5 -0
- package/.eslintrc.js +18 -0
- package/.gitlab/.gitkeep +0 -0
- package/.gitlab/issue_templates/.gitkeep +0 -0
- package/.gitlab/issue_templates/Default.md +17 -0
- package/.gitlab/issue_templates/bugReportTemplate.md +76 -0
- package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
- package/.jshintrc +3 -0
- package/AUTH.md +34 -0
- package/BROKER.md +199 -0
- package/CALLS.md +748 -0
- package/CHANGELOG.md +9 -0
- package/CODE_OF_CONDUCT.md +43 -0
- package/CONTRIBUTING.md +13 -0
- package/ENHANCE.md +69 -0
- package/LICENSE +201 -0
- package/PROPERTIES.md +641 -0
- package/README.md +346 -0
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +13 -0
- package/TROUBLESHOOT.md +47 -0
- package/adapter.js +9144 -0
- package/adapterBase.js +1452 -0
- package/changelogs/CHANGELOG.md +0 -0
- package/entities/.generic/action.json +214 -0
- package/entities/.generic/schema.json +28 -0
- package/entities/.system/action.json +50 -0
- package/entities/.system/mockdatafiles/getToken-default.json +3 -0
- package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
- package/entities/.system/schema.json +19 -0
- package/entities/.system/schemaTokenReq.json +53 -0
- package/entities/.system/schemaTokenResp.json +53 -0
- package/entities/Abuse/action.json +66 -0
- package/entities/Abuse/schema.json +21 -0
- package/entities/Actions/action.json +66 -0
- package/entities/Actions/mockdatafiles/getV2CustomersCustomerIdDomainsDomainActions-default.json +126 -0
- package/entities/Actions/schema.json +21 -0
- package/entities/Aftermarket/action.json +44 -0
- package/entities/Aftermarket/schema.json +20 -0
- package/entities/Agreements/action.json +25 -0
- package/entities/Agreements/mockdatafiles/getAgreements-default.json +8 -0
- package/entities/Agreements/schema.json +19 -0
- package/entities/Certificate/action.json +517 -0
- package/entities/Certificate/mockdatafiles/certificateGetEntitlement-default.json +205 -0
- package/entities/Certificate/mockdatafiles/getDomainInformationByCertificateId-default.json +32 -0
- package/entities/Certificate/schema.json +43 -0
- package/entities/Countries/action.json +46 -0
- package/entities/Countries/schema.json +20 -0
- package/entities/Domains/action.json +696 -0
- package/entities/Domains/mockdatafiles/domainsForwardsGet-default.json +12 -0
- package/entities/Domains/mockdatafiles/getAgreement-default.json +8 -0
- package/entities/Domains/mockdatafiles/listDomains-default.json +198 -0
- package/entities/Domains/mockdatafiles/recordGet-default.json +24 -0
- package/entities/Domains/mockdatafiles/suggest-default.json +11 -0
- package/entities/Domains/mockdatafiles/tlds-default.json +14 -0
- package/entities/Domains/schema.json +52 -0
- package/entities/Notifications/action.json +107 -0
- package/entities/Notifications/mockdatafiles/getV2CustomersCustomerIdDomainsNotificationsOptIn-default.json +32 -0
- package/entities/Notifications/schema.json +23 -0
- package/entities/Orders/action.json +46 -0
- package/entities/Orders/schema.json +20 -0
- package/entities/Parking/action.json +46 -0
- package/entities/Parking/schema.json +20 -0
- package/entities/Shoppers/action.json +126 -0
- package/entities/Shoppers/schema.json +24 -0
- package/entities/Subscriptions/action.json +107 -0
- package/entities/Subscriptions/mockdatafiles/productGroups-default.json +10 -0
- package/entities/Subscriptions/schema.json +23 -0
- package/error.json +190 -0
- package/metadata.json +54 -0
- package/package.json +82 -0
- package/pronghorn.json +15805 -0
- package/propertiesDecorators.json +14 -0
- package/propertiesSchema.json +1661 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/adapter-openapi.json +13714 -0
- package/report/adapter-openapi.yaml +20419 -0
- package/report/adapterInfo.json +10 -0
- package/report/creationReport.json +765 -0
- package/report/godaddy.json +13714 -0
- package/report/updateReport1706477552013.json +120 -0
- package/sampleProperties.json +254 -0
- package/test/integration/adapterTestBasicGet.js +83 -0
- package/test/integration/adapterTestConnectivity.js +142 -0
- package/test/integration/adapterTestIntegration.js +2925 -0
- package/test/unit/adapterBaseTestUnit.js +1024 -0
- package/test/unit/adapterTestUnit.js +4900 -0
- package/utils/adapterInfo.js +206 -0
- package/utils/addAuth.js +94 -0
- package/utils/artifactize.js +146 -0
- package/utils/basicGet.js +50 -0
- package/utils/checkMigrate.js +63 -0
- package/utils/entitiesToDB.js +179 -0
- package/utils/findPath.js +74 -0
- package/utils/methodDocumentor.js +273 -0
- package/utils/modify.js +152 -0
- package/utils/packModificationScript.js +35 -0
- package/utils/patches2bundledDeps.js +90 -0
- package/utils/pre-commit.sh +32 -0
- package/utils/removeHooks.js +20 -0
- package/utils/setup.js +33 -0
- package/utils/taskMover.js +309 -0
- package/utils/tbScript.js +239 -0
- package/utils/tbUtils.js +489 -0
- package/utils/testRunner.js +298 -0
- package/utils/troubleshootingAdapter.js +193 -0
package/CALLS.md
ADDED
|
@@ -0,0 +1,748 @@
|
|
|
1
|
+
## Using this Adapter
|
|
2
|
+
|
|
3
|
+
The `adapter.js` file contains the calls the adapter makes available to the rest of the Itential Platform. The API detailed for these calls should be available through JSDOC. The following is a brief summary of the calls.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Generic Adapter Calls
|
|
7
|
+
|
|
8
|
+
These are adapter methods that IAP or you might use. There are some other methods not shown here that might be used for internal adapter functionality.
|
|
9
|
+
|
|
10
|
+
<table border="1" class="bordered-table">
|
|
11
|
+
<tr>
|
|
12
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
|
|
13
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
|
|
14
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
15
|
+
</tr>
|
|
16
|
+
<tr>
|
|
17
|
+
<td style="padding:15px">connect()</td>
|
|
18
|
+
<td style="padding:15px">This call is run when the Adapter is first loaded by he Itential Platform. It validates the properties have been provided correctly.</td>
|
|
19
|
+
<td style="padding:15px">No</td>
|
|
20
|
+
</tr>
|
|
21
|
+
<tr>
|
|
22
|
+
<td style="padding:15px">healthCheck(callback)</td>
|
|
23
|
+
<td style="padding:15px">This call ensures that the adapter can communicate with Adapter for GoDaddy. The actual call that is used is defined in the adapter properties and .system entities action.json file.</td>
|
|
24
|
+
<td style="padding:15px">No</td>
|
|
25
|
+
</tr>
|
|
26
|
+
<tr>
|
|
27
|
+
<td style="padding:15px">refreshProperties(properties)</td>
|
|
28
|
+
<td style="padding:15px">This call provides the adapter the ability to accept property changes without having to restart the adapter.</td>
|
|
29
|
+
<td style="padding:15px">No</td>
|
|
30
|
+
</tr>
|
|
31
|
+
<tr>
|
|
32
|
+
<td style="padding:15px">encryptProperty(property, technique, callback)</td>
|
|
33
|
+
<td style="padding:15px">This call will take the provided property and technique, and return the property encrypted with the technique. This allows the property to be used in the adapterProps section for the credential password so that the password does not have to be in clear text. The adapter will decrypt the property as needed for communications with Adapter for GoDaddy.</td>
|
|
34
|
+
<td style="padding:15px">No</td>
|
|
35
|
+
</tr>
|
|
36
|
+
<tr>
|
|
37
|
+
<td style="padding:15px">iapUpdateAdapterConfiguration(configFile, changes, entity, type, action, callback)</td>
|
|
38
|
+
<td style="padding:15px">This call provides the ability to update the adapter configuration from IAP - includes actions, schema, mockdata and other configurations.</td>
|
|
39
|
+
<td style="padding:15px">Yes</td>
|
|
40
|
+
</tr>
|
|
41
|
+
<tr>
|
|
42
|
+
<td style="padding:15px">iapSuspendAdapter(mode, callback)</td>
|
|
43
|
+
<td style="padding:15px">This call provides the ability to suspend the adapter and either have requests rejected or put into a queue to be processed after the adapter is resumed.</td>
|
|
44
|
+
<td style="padding:15px">Yes</td>
|
|
45
|
+
</tr>
|
|
46
|
+
<tr>
|
|
47
|
+
<td style="padding:15px">iapUnsuspendAdapter(callback)</td>
|
|
48
|
+
<td style="padding:15px">This call provides the ability to resume a suspended adapter. Any requests in queue will be processed before new requests.</td>
|
|
49
|
+
<td style="padding:15px">Yes</td>
|
|
50
|
+
</tr>
|
|
51
|
+
<tr>
|
|
52
|
+
<td style="padding:15px">iapGetAdapterQueue(callback)</td>
|
|
53
|
+
<td style="padding:15px">This call will return the requests that are waiting in the queue if throttling is enabled.</td>
|
|
54
|
+
<td style="padding:15px">Yes</td>
|
|
55
|
+
</tr>
|
|
56
|
+
<tr>
|
|
57
|
+
<td style="padding:15px">iapFindAdapterPath(apiPath, callback)</td>
|
|
58
|
+
<td style="padding:15px">This call provides the ability to see if a particular API path is supported by the adapter.</td>
|
|
59
|
+
<td style="padding:15px">Yes</td>
|
|
60
|
+
</tr>
|
|
61
|
+
<tr>
|
|
62
|
+
<td style="padding:15px">iapTroubleshootAdapter(props, persistFlag, adapter, callback)</td>
|
|
63
|
+
<td style="padding:15px">This call can be used to check on the performance of the adapter - it checks connectivity, healthcheck and basic get calls.</td>
|
|
64
|
+
<td style="padding:15px">Yes</td>
|
|
65
|
+
</tr>
|
|
66
|
+
<tr>
|
|
67
|
+
<td style="padding:15px">iapRunAdapterHealthcheck(adapter, callback)</td>
|
|
68
|
+
<td style="padding:15px">This call will return the results of a healthcheck.</td>
|
|
69
|
+
<td style="padding:15px">Yes</td>
|
|
70
|
+
</tr>
|
|
71
|
+
<tr>
|
|
72
|
+
<td style="padding:15px">iapRunAdapterConnectivity(callback)</td>
|
|
73
|
+
<td style="padding:15px">This call will return the results of a connectivity check.</td>
|
|
74
|
+
<td style="padding:15px">Yes</td>
|
|
75
|
+
</tr>
|
|
76
|
+
<tr>
|
|
77
|
+
<td style="padding:15px">iapRunAdapterBasicGet(callback)</td>
|
|
78
|
+
<td style="padding:15px">This call will return the results of running basic get API calls.</td>
|
|
79
|
+
<td style="padding:15px">Yes</td>
|
|
80
|
+
</tr>
|
|
81
|
+
<tr>
|
|
82
|
+
<td style="padding:15px">iapMoveAdapterEntitiesToDB(callback)</td>
|
|
83
|
+
<td style="padding:15px">This call will push the adapter configuration from the entities directory into the Adapter or IAP Database.</td>
|
|
84
|
+
<td style="padding:15px">Yes</td>
|
|
85
|
+
</tr>
|
|
86
|
+
<tr>
|
|
87
|
+
<td style="padding:15px">iapDeactivateTasks(tasks, callback)</td>
|
|
88
|
+
<td style="padding:15px">This call provides the ability to remove tasks from the adapter.</td>
|
|
89
|
+
<td style="padding:15px">Yes</td>
|
|
90
|
+
</tr>
|
|
91
|
+
<tr>
|
|
92
|
+
<td style="padding:15px">iapActivateTasks(tasks, callback)</td>
|
|
93
|
+
<td style="padding:15px">This call provides the ability to add deactivated tasks back into the adapter.</td>
|
|
94
|
+
<td style="padding:15px">Yes</td>
|
|
95
|
+
</tr>
|
|
96
|
+
<tr>
|
|
97
|
+
<td style="padding:15px">iapExpandedGenericAdapterRequest(metadata, uriPath, restMethod, pathVars, queryData, requestBody, addlHeaders, callback)</td>
|
|
98
|
+
<td style="padding:15px">This is an expanded Generic Call. The metadata object allows us to provide many new capabilities within the generic request.</td>
|
|
99
|
+
<td style="padding:15px">Yes</td>
|
|
100
|
+
</tr>
|
|
101
|
+
<tr>
|
|
102
|
+
<td style="padding:15px">genericAdapterRequest(uriPath, restMethod, queryData, requestBody, addlHeaders, callback)</td>
|
|
103
|
+
<td style="padding:15px">This call allows you to provide the path to have the adapter call. It is an easy way to incorporate paths that have not been built into the adapter yet.</td>
|
|
104
|
+
<td style="padding:15px">Yes</td>
|
|
105
|
+
</tr>
|
|
106
|
+
<tr>
|
|
107
|
+
<td style="padding:15px">genericAdapterRequestNoBasePath(uriPath, restMethod, queryData, requestBody, addlHeaders, callback)</td>
|
|
108
|
+
<td style="padding:15px">This call is the same as the genericAdapterRequest only it does not add a base_path or version to the call.</td>
|
|
109
|
+
<td style="padding:15px">Yes</td>
|
|
110
|
+
</tr>
|
|
111
|
+
<tr>
|
|
112
|
+
<td style="padding:15px">iapRunAdapterLint(callback)</td>
|
|
113
|
+
<td style="padding:15px">Runs lint on the addapter and provides the information back.</td>
|
|
114
|
+
<td style="padding:15px">Yes</td>
|
|
115
|
+
</tr>
|
|
116
|
+
<tr>
|
|
117
|
+
<td style="padding:15px">iapRunAdapterTests(callback)</td>
|
|
118
|
+
<td style="padding:15px">Runs baseunit and unit tests on the adapter and provides the information back.</td>
|
|
119
|
+
<td style="padding:15px">Yes</td>
|
|
120
|
+
</tr>
|
|
121
|
+
<tr>
|
|
122
|
+
<td style="padding:15px">iapGetAdapterInventory(callback)</td>
|
|
123
|
+
<td style="padding:15px">This call provides some inventory related information about the adapter.</td>
|
|
124
|
+
<td style="padding:15px">Yes</td>
|
|
125
|
+
</tr>
|
|
126
|
+
</table>
|
|
127
|
+
<br>
|
|
128
|
+
|
|
129
|
+
### Adapter Cache Calls
|
|
130
|
+
|
|
131
|
+
These are adapter methods that are used for adapter caching. If configured, the adapter will cache based on the interval provided. However, you can force a population of the cache manually as well.
|
|
132
|
+
|
|
133
|
+
<table border="1" class="bordered-table">
|
|
134
|
+
<tr>
|
|
135
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
|
|
136
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
|
|
137
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
138
|
+
</tr>
|
|
139
|
+
<tr>
|
|
140
|
+
<td style="padding:15px">iapPopulateEntityCache(entityTypes, callback)</td>
|
|
141
|
+
<td style="padding:15px">This call populates the adapter cache.</td>
|
|
142
|
+
<td style="padding:15px">Yes</td>
|
|
143
|
+
</tr>
|
|
144
|
+
<tr>
|
|
145
|
+
<td style="padding:15px">iapRetrieveEntitiesCache(entityType, options, callback)</td>
|
|
146
|
+
<td style="padding:15px">This call retrieves the specific items from the adapter cache.</td>
|
|
147
|
+
<td style="padding:15px">Yes</td>
|
|
148
|
+
</tr>
|
|
149
|
+
</table>
|
|
150
|
+
<br>
|
|
151
|
+
|
|
152
|
+
### Adapter Broker Calls
|
|
153
|
+
|
|
154
|
+
These are adapter methods that are used to integrate to IAP Brokers. This adapter currently supports the following broker calls.
|
|
155
|
+
|
|
156
|
+
<table border="1" class="bordered-table">
|
|
157
|
+
<tr>
|
|
158
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
|
|
159
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
|
|
160
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
161
|
+
</tr>
|
|
162
|
+
<tr>
|
|
163
|
+
<td style="padding:15px">hasEntities(entityType, entityList, callback)</td>
|
|
164
|
+
<td style="padding:15px">This call is utilized by the IAP Device Broker to determine if the adapter has a specific entity and item of the entity.</td>
|
|
165
|
+
<td style="padding:15px">No</td>
|
|
166
|
+
</tr>
|
|
167
|
+
<tr>
|
|
168
|
+
<td style="padding:15px">getDevice(deviceName, callback)</td>
|
|
169
|
+
<td style="padding:15px">This call returns the details of the requested device.</td>
|
|
170
|
+
<td style="padding:15px">No</td>
|
|
171
|
+
</tr>
|
|
172
|
+
<tr>
|
|
173
|
+
<td style="padding:15px">getDevicesFiltered(options, callback)</td>
|
|
174
|
+
<td style="padding:15px">This call returns the list of devices that match the criteria provided in the options filter.</td>
|
|
175
|
+
<td style="padding:15px">No</td>
|
|
176
|
+
</tr>
|
|
177
|
+
<tr>
|
|
178
|
+
<td style="padding:15px">isAlive(deviceName, callback)</td>
|
|
179
|
+
<td style="padding:15px">This call returns whether the device status is active</td>
|
|
180
|
+
<td style="padding:15px">No</td>
|
|
181
|
+
</tr>
|
|
182
|
+
<tr>
|
|
183
|
+
<td style="padding:15px">getConfig(deviceName, format, callback)</td>
|
|
184
|
+
<td style="padding:15px">This call returns the configuration for the selected device.</td>
|
|
185
|
+
<td style="padding:15px">No</td>
|
|
186
|
+
</tr>
|
|
187
|
+
<tr>
|
|
188
|
+
<td style="padding:15px">iapGetDeviceCount(callback)</td>
|
|
189
|
+
<td style="padding:15px">This call returns the count of devices.</td>
|
|
190
|
+
<td style="padding:15px">No</td>
|
|
191
|
+
</tr>
|
|
192
|
+
</table>
|
|
193
|
+
<br>
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### Specific Adapter Calls
|
|
197
|
+
|
|
198
|
+
Specific adapter calls are built based on the API of the Godaddy. The Adapter Builder creates the proper method comments for generating JS-DOC for the adapter. This is the best way to get information on the calls.
|
|
199
|
+
|
|
200
|
+
<table border="1" class="bordered-table">
|
|
201
|
+
<tr>
|
|
202
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Method Signature</span></th>
|
|
203
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Description</span></th>
|
|
204
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Path</span></th>
|
|
205
|
+
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
206
|
+
</tr>
|
|
207
|
+
<tr>
|
|
208
|
+
<td style="padding:15px">deleteListings(domains, callback)</td>
|
|
209
|
+
<td style="padding:15px">Remove listings from GoDaddy Auction</td>
|
|
210
|
+
<td style="padding:15px">{base_path}/{version}/v1/aftermarket/listings?{query}</td>
|
|
211
|
+
<td style="padding:15px">Yes</td>
|
|
212
|
+
</tr>
|
|
213
|
+
<tr>
|
|
214
|
+
<td style="padding:15px">addExpiryListings(expiryListings, callback)</td>
|
|
215
|
+
<td style="padding:15px">Add expiry listings into GoDaddy Auction</td>
|
|
216
|
+
<td style="padding:15px">{base_path}/{version}/v1/aftermarket/listings/expiry?{query}</td>
|
|
217
|
+
<td style="padding:15px">Yes</td>
|
|
218
|
+
</tr>
|
|
219
|
+
<tr>
|
|
220
|
+
<td style="padding:15px">getTickets(type = 'A_RECORD', closed, sourceDomainOrIp, target, createdStart, createdEnd, limit, offset, callback)</td>
|
|
221
|
+
<td style="padding:15px">List all abuse tickets ids that match user provided filters</td>
|
|
222
|
+
<td style="padding:15px">{base_path}/{version}/v1/abuse/tickets?{query}</td>
|
|
223
|
+
<td style="padding:15px">Yes</td>
|
|
224
|
+
</tr>
|
|
225
|
+
<tr>
|
|
226
|
+
<td style="padding:15px">createTicket(body, callback)</td>
|
|
227
|
+
<td style="padding:15px">Create a new abuse ticket</td>
|
|
228
|
+
<td style="padding:15px">{base_path}/{version}/v1/abuse/tickets?{query}</td>
|
|
229
|
+
<td style="padding:15px">Yes</td>
|
|
230
|
+
</tr>
|
|
231
|
+
<tr>
|
|
232
|
+
<td style="padding:15px">getTicketInfo(ticketId, callback)</td>
|
|
233
|
+
<td style="padding:15px">Return the abuse ticket data for a given ticket id</td>
|
|
234
|
+
<td style="padding:15px">{base_path}/{version}/v1/abuse/tickets/{pathv1}?{query}</td>
|
|
235
|
+
<td style="padding:15px">Yes</td>
|
|
236
|
+
</tr>
|
|
237
|
+
<tr>
|
|
238
|
+
<td style="padding:15px">getAgreements(keys, callback)</td>
|
|
239
|
+
<td style="padding:15px">Retrieve Legal Agreements for provided agreements keys</td>
|
|
240
|
+
<td style="padding:15px">{base_path}/{version}/v1/agreements?{query}</td>
|
|
241
|
+
<td style="padding:15px">Yes</td>
|
|
242
|
+
</tr>
|
|
243
|
+
<tr>
|
|
244
|
+
<td style="padding:15px">certificateCreate(certificateCreate, callback)</td>
|
|
245
|
+
<td style="padding:15px">Create a pending order for certificate</td>
|
|
246
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates?{query}</td>
|
|
247
|
+
<td style="padding:15px">Yes</td>
|
|
248
|
+
</tr>
|
|
249
|
+
<tr>
|
|
250
|
+
<td style="padding:15px">certificateValidate(certificateCreate, callback)</td>
|
|
251
|
+
<td style="padding:15px">Validate a pending order for certificate</td>
|
|
252
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates/validate?{query}</td>
|
|
253
|
+
<td style="padding:15px">Yes</td>
|
|
254
|
+
</tr>
|
|
255
|
+
<tr>
|
|
256
|
+
<td style="padding:15px">certificateGet(certificateId, callback)</td>
|
|
257
|
+
<td style="padding:15px">Retrieve certificate details</td>
|
|
258
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates/{pathv1}?{query}</td>
|
|
259
|
+
<td style="padding:15px">Yes</td>
|
|
260
|
+
</tr>
|
|
261
|
+
<tr>
|
|
262
|
+
<td style="padding:15px">certificateActionRetrieve(certificateId, callback)</td>
|
|
263
|
+
<td style="padding:15px">Retrieve all certificate actions</td>
|
|
264
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates/{pathv1}/actions?{query}</td>
|
|
265
|
+
<td style="padding:15px">Yes</td>
|
|
266
|
+
</tr>
|
|
267
|
+
<tr>
|
|
268
|
+
<td style="padding:15px">certificateResendEmail(certificateId, emailId, callback)</td>
|
|
269
|
+
<td style="padding:15px">Resend an email</td>
|
|
270
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates/{pathv1}/email/{pathv2}/resend?{query}</td>
|
|
271
|
+
<td style="padding:15px">Yes</td>
|
|
272
|
+
</tr>
|
|
273
|
+
<tr>
|
|
274
|
+
<td style="padding:15px">certificateAlternateEmailAddress(certificateId, emailAddress, callback)</td>
|
|
275
|
+
<td style="padding:15px">Add alternate email address</td>
|
|
276
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates/{pathv1}/email/resend/{pathv2}?{query}</td>
|
|
277
|
+
<td style="padding:15px">Yes</td>
|
|
278
|
+
</tr>
|
|
279
|
+
<tr>
|
|
280
|
+
<td style="padding:15px">certificateResendEmailAddress(certificateId, emailId, emailAddress, callback)</td>
|
|
281
|
+
<td style="padding:15px">Resend email to email address</td>
|
|
282
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates/{pathv1}/email/{pathv2}/resend/{pathv3}?{query}</td>
|
|
283
|
+
<td style="padding:15px">Yes</td>
|
|
284
|
+
</tr>
|
|
285
|
+
<tr>
|
|
286
|
+
<td style="padding:15px">certificateEmailHistory(certificateId, callback)</td>
|
|
287
|
+
<td style="padding:15px">Retrieve email history</td>
|
|
288
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates/{pathv1}/email/history?{query}</td>
|
|
289
|
+
<td style="padding:15px">Yes</td>
|
|
290
|
+
</tr>
|
|
291
|
+
<tr>
|
|
292
|
+
<td style="padding:15px">certificateCallbackDelete(certificateId, callback)</td>
|
|
293
|
+
<td style="padding:15px">Unregister system callback</td>
|
|
294
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates/{pathv1}/callback?{query}</td>
|
|
295
|
+
<td style="padding:15px">Yes</td>
|
|
296
|
+
</tr>
|
|
297
|
+
<tr>
|
|
298
|
+
<td style="padding:15px">certificateCallbackGet(certificateId, callback)</td>
|
|
299
|
+
<td style="padding:15px">Retrieve system stateful action callback url</td>
|
|
300
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates/{pathv1}/callback?{query}</td>
|
|
301
|
+
<td style="padding:15px">Yes</td>
|
|
302
|
+
</tr>
|
|
303
|
+
<tr>
|
|
304
|
+
<td style="padding:15px">certificateCallbackReplace(certificateId, callbackUrl, callback)</td>
|
|
305
|
+
<td style="padding:15px">Register of certificate action callback</td>
|
|
306
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates/{pathv1}/callback?{query}</td>
|
|
307
|
+
<td style="padding:15px">Yes</td>
|
|
308
|
+
</tr>
|
|
309
|
+
<tr>
|
|
310
|
+
<td style="padding:15px">certificateCancel(certificateId, callback)</td>
|
|
311
|
+
<td style="padding:15px">Cancel a pending certificate</td>
|
|
312
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates/{pathv1}/cancel?{query}</td>
|
|
313
|
+
<td style="padding:15px">Yes</td>
|
|
314
|
+
</tr>
|
|
315
|
+
<tr>
|
|
316
|
+
<td style="padding:15px">certificateDownload(certificateId, callback)</td>
|
|
317
|
+
<td style="padding:15px">Download certificate</td>
|
|
318
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates/{pathv1}/download?{query}</td>
|
|
319
|
+
<td style="padding:15px">Yes</td>
|
|
320
|
+
</tr>
|
|
321
|
+
<tr>
|
|
322
|
+
<td style="padding:15px">certificateReissue(certificateId, reissueCreate, callback)</td>
|
|
323
|
+
<td style="padding:15px">Reissue active certificate</td>
|
|
324
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates/{pathv1}/reissue?{query}</td>
|
|
325
|
+
<td style="padding:15px">Yes</td>
|
|
326
|
+
</tr>
|
|
327
|
+
<tr>
|
|
328
|
+
<td style="padding:15px">certificateRenew(certificateId, renewCreate, callback)</td>
|
|
329
|
+
<td style="padding:15px">Renew active certificate</td>
|
|
330
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates/{pathv1}/renew?{query}</td>
|
|
331
|
+
<td style="padding:15px">Yes</td>
|
|
332
|
+
</tr>
|
|
333
|
+
<tr>
|
|
334
|
+
<td style="padding:15px">certificateRevoke(certificateId, certificateRevoke, callback)</td>
|
|
335
|
+
<td style="padding:15px">Revoke active certificate</td>
|
|
336
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates/{pathv1}/revoke?{query}</td>
|
|
337
|
+
<td style="padding:15px">Yes</td>
|
|
338
|
+
</tr>
|
|
339
|
+
<tr>
|
|
340
|
+
<td style="padding:15px">certificateSitesealGet(certificateId, theme = 'DARK', locale, callback)</td>
|
|
341
|
+
<td style="padding:15px">Get Site seal</td>
|
|
342
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates/{pathv1}/siteSeal?{query}</td>
|
|
343
|
+
<td style="padding:15px">Yes</td>
|
|
344
|
+
</tr>
|
|
345
|
+
<tr>
|
|
346
|
+
<td style="padding:15px">certificateVerifydomaincontrol(certificateId, callback)</td>
|
|
347
|
+
<td style="padding:15px">Check Domain Control</td>
|
|
348
|
+
<td style="padding:15px">{base_path}/{version}/v1/certificates/{pathv1}/verifyDomainControl?{query}</td>
|
|
349
|
+
<td style="padding:15px">Yes</td>
|
|
350
|
+
</tr>
|
|
351
|
+
<tr>
|
|
352
|
+
<td style="padding:15px">certificateGetEntitlement(entitlementId, latest, callback)</td>
|
|
353
|
+
<td style="padding:15px">Search for certificate details by entitlement</td>
|
|
354
|
+
<td style="padding:15px">{base_path}/{version}/v2/certificates?{query}</td>
|
|
355
|
+
<td style="padding:15px">Yes</td>
|
|
356
|
+
</tr>
|
|
357
|
+
<tr>
|
|
358
|
+
<td style="padding:15px">certificateDownloadEntitlement(entitlementId, callback)</td>
|
|
359
|
+
<td style="padding:15px">Download certificate by entitlement</td>
|
|
360
|
+
<td style="padding:15px">{base_path}/{version}/v2/certificates/download?{query}</td>
|
|
361
|
+
<td style="padding:15px">Yes</td>
|
|
362
|
+
</tr>
|
|
363
|
+
<tr>
|
|
364
|
+
<td style="padding:15px">getCustomerCertificatesByCustomerId(customerId, offset, limit, callback)</td>
|
|
365
|
+
<td style="padding:15px">Retrieve customer's certificates</td>
|
|
366
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/certificates?{query}</td>
|
|
367
|
+
<td style="padding:15px">Yes</td>
|
|
368
|
+
</tr>
|
|
369
|
+
<tr>
|
|
370
|
+
<td style="padding:15px">getCertificateDetailByCertIdentifier(customerId, certificateId, callback)</td>
|
|
371
|
+
<td style="padding:15px">Retrieve individual certificate details</td>
|
|
372
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/certificates/{pathv2}?{query}</td>
|
|
373
|
+
<td style="padding:15px">Yes</td>
|
|
374
|
+
</tr>
|
|
375
|
+
<tr>
|
|
376
|
+
<td style="padding:15px">getDomainInformationByCertificateId(customerId, certificateId, callback)</td>
|
|
377
|
+
<td style="padding:15px">Retrieve domain verification status</td>
|
|
378
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/certificates/{pathv2}/domainVerifications?{query}</td>
|
|
379
|
+
<td style="padding:15px">Yes</td>
|
|
380
|
+
</tr>
|
|
381
|
+
<tr>
|
|
382
|
+
<td style="padding:15px">getDomainDetailsByDomain(customerId, certificateId, domain, callback)</td>
|
|
383
|
+
<td style="padding:15px">Retrieve detailed information for supplied domain</td>
|
|
384
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/certificates/{pathv2}/domainVerifications/{pathv3}?{query}</td>
|
|
385
|
+
<td style="padding:15px">Yes</td>
|
|
386
|
+
</tr>
|
|
387
|
+
<tr>
|
|
388
|
+
<td style="padding:15px">getAcmeExternalAccountBinding(customerId, callback)</td>
|
|
389
|
+
<td style="padding:15px">Retrieves the external account binding for the specified customer</td>
|
|
390
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/certificates/acme/externalAccountBinding?{query}</td>
|
|
391
|
+
<td style="padding:15px">Yes</td>
|
|
392
|
+
</tr>
|
|
393
|
+
<tr>
|
|
394
|
+
<td style="padding:15px">getCountries(marketId, regionTypeId, regionName, sort = 'key', order = 'ascending', callback)</td>
|
|
395
|
+
<td style="padding:15px">Retrieves summary country information for the provided marketId and filters</td>
|
|
396
|
+
<td style="padding:15px">{base_path}/{version}/v1/countries?{query}</td>
|
|
397
|
+
<td style="padding:15px">Yes</td>
|
|
398
|
+
</tr>
|
|
399
|
+
<tr>
|
|
400
|
+
<td style="padding:15px">getCountry(countryKey, marketId, sort = 'key', order = 'ascending', callback)</td>
|
|
401
|
+
<td style="padding:15px">Retrieves country and summary state information for provided countryKey</td>
|
|
402
|
+
<td style="padding:15px">{base_path}/{version}/v1/countries/{pathv1}?{query}</td>
|
|
403
|
+
<td style="padding:15px">Yes</td>
|
|
404
|
+
</tr>
|
|
405
|
+
<tr>
|
|
406
|
+
<td style="padding:15px">listDomains(statuses, statusGroups, limit, marker, includes, modifiedDate, callback)</td>
|
|
407
|
+
<td style="padding:15px">Retrieve a list of Domains for the specified Shopper</td>
|
|
408
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains?{query}</td>
|
|
409
|
+
<td style="padding:15px">Yes</td>
|
|
410
|
+
</tr>
|
|
411
|
+
<tr>
|
|
412
|
+
<td style="padding:15px">getAgreement(tlds, privacy, forTransfer, callback)</td>
|
|
413
|
+
<td style="padding:15px">Retrieve the legal agreement(s) required to purchase the specified TLD and add-ons</td>
|
|
414
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/agreements?{query}</td>
|
|
415
|
+
<td style="padding:15px">Yes</td>
|
|
416
|
+
</tr>
|
|
417
|
+
<tr>
|
|
418
|
+
<td style="padding:15px">available(domain, checkType = 'FAST', forTransfer, callback)</td>
|
|
419
|
+
<td style="padding:15px">Determine whether or not the specified domain is available for purchase</td>
|
|
420
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/available?{query}</td>
|
|
421
|
+
<td style="padding:15px">Yes</td>
|
|
422
|
+
</tr>
|
|
423
|
+
<tr>
|
|
424
|
+
<td style="padding:15px">availableBulk(domains, checkType = 'FAST', callback)</td>
|
|
425
|
+
<td style="padding:15px">Determine whether or not the specified domains are available for purchase</td>
|
|
426
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/available?{query}</td>
|
|
427
|
+
<td style="padding:15px">Yes</td>
|
|
428
|
+
</tr>
|
|
429
|
+
<tr>
|
|
430
|
+
<td style="padding:15px">contactsValidate(marketId, body, callback)</td>
|
|
431
|
+
<td style="padding:15px">Validate the request body using the Domain Contact Validation Schema for specified domains.</td>
|
|
432
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/contacts/validate?{query}</td>
|
|
433
|
+
<td style="padding:15px">Yes</td>
|
|
434
|
+
</tr>
|
|
435
|
+
<tr>
|
|
436
|
+
<td style="padding:15px">purchase(body, callback)</td>
|
|
437
|
+
<td style="padding:15px">Purchase and register the specified Domain</td>
|
|
438
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/purchase?{query}</td>
|
|
439
|
+
<td style="padding:15px">Yes</td>
|
|
440
|
+
</tr>
|
|
441
|
+
<tr>
|
|
442
|
+
<td style="padding:15px">schema(tld, callback)</td>
|
|
443
|
+
<td style="padding:15px">Retrieve the schema to be submitted when registering a Domain for the specified TLD</td>
|
|
444
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/purchase/schema/{pathv1}?{query}</td>
|
|
445
|
+
<td style="padding:15px">Yes</td>
|
|
446
|
+
</tr>
|
|
447
|
+
<tr>
|
|
448
|
+
<td style="padding:15px">validate(body, callback)</td>
|
|
449
|
+
<td style="padding:15px">Validate the request body using the Domain Purchase Schema for the specified TLD</td>
|
|
450
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/purchase/validate?{query}</td>
|
|
451
|
+
<td style="padding:15px">Yes</td>
|
|
452
|
+
</tr>
|
|
453
|
+
<tr>
|
|
454
|
+
<td style="padding:15px">suggest(query, country = 'AC', city, sources, tlds, lengthMax, lengthMin, limit, waitMs, callback)</td>
|
|
455
|
+
<td style="padding:15px">Suggest alternate Domain names based on a seed Domain, a set of keywords, or the shopper's purchase</td>
|
|
456
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/suggest?{query}</td>
|
|
457
|
+
<td style="padding:15px">Yes</td>
|
|
458
|
+
</tr>
|
|
459
|
+
<tr>
|
|
460
|
+
<td style="padding:15px">tlds(callback)</td>
|
|
461
|
+
<td style="padding:15px">Retrieves a list of TLDs supported and enabled for sale</td>
|
|
462
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/tlds?{query}</td>
|
|
463
|
+
<td style="padding:15px">Yes</td>
|
|
464
|
+
</tr>
|
|
465
|
+
<tr>
|
|
466
|
+
<td style="padding:15px">cancel(domain, callback)</td>
|
|
467
|
+
<td style="padding:15px">Cancel a purchased domain</td>
|
|
468
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/{pathv1}?{query}</td>
|
|
469
|
+
<td style="padding:15px">Yes</td>
|
|
470
|
+
</tr>
|
|
471
|
+
<tr>
|
|
472
|
+
<td style="padding:15px">getDomain(domain, callback)</td>
|
|
473
|
+
<td style="padding:15px">Retrieve details for the specified Domain</td>
|
|
474
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/{pathv1}?{query}</td>
|
|
475
|
+
<td style="padding:15px">Yes</td>
|
|
476
|
+
</tr>
|
|
477
|
+
<tr>
|
|
478
|
+
<td style="padding:15px">update(domain, body, callback)</td>
|
|
479
|
+
<td style="padding:15px">Update details for the specified Domain</td>
|
|
480
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/{pathv1}?{query}</td>
|
|
481
|
+
<td style="padding:15px">Yes</td>
|
|
482
|
+
</tr>
|
|
483
|
+
<tr>
|
|
484
|
+
<td style="padding:15px">updateContacts(domain, contacts, callback)</td>
|
|
485
|
+
<td style="padding:15px">Update domain</td>
|
|
486
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/{pathv1}/contacts?{query}</td>
|
|
487
|
+
<td style="padding:15px">Yes</td>
|
|
488
|
+
</tr>
|
|
489
|
+
<tr>
|
|
490
|
+
<td style="padding:15px">cancelPrivacy(domain, callback)</td>
|
|
491
|
+
<td style="padding:15px">Submit a privacy cancellation request for the given domain</td>
|
|
492
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/{pathv1}/privacy?{query}</td>
|
|
493
|
+
<td style="padding:15px">Yes</td>
|
|
494
|
+
</tr>
|
|
495
|
+
<tr>
|
|
496
|
+
<td style="padding:15px">purchasePrivacy(domain, body, callback)</td>
|
|
497
|
+
<td style="padding:15px">Purchase privacy for a specified domain</td>
|
|
498
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/{pathv1}/privacy/purchase?{query}</td>
|
|
499
|
+
<td style="padding:15px">Yes</td>
|
|
500
|
+
</tr>
|
|
501
|
+
<tr>
|
|
502
|
+
<td style="padding:15px">recordAdd(domain, records, callback)</td>
|
|
503
|
+
<td style="padding:15px">Add the specified DNS Records to the specified Domain</td>
|
|
504
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/{pathv1}/records?{query}</td>
|
|
505
|
+
<td style="padding:15px">Yes</td>
|
|
506
|
+
</tr>
|
|
507
|
+
<tr>
|
|
508
|
+
<td style="padding:15px">recordReplace(domain, records, callback)</td>
|
|
509
|
+
<td style="padding:15px">Replace all DNS Records for the specified Domain</td>
|
|
510
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/{pathv1}/records?{query}</td>
|
|
511
|
+
<td style="padding:15px">Yes</td>
|
|
512
|
+
</tr>
|
|
513
|
+
<tr>
|
|
514
|
+
<td style="padding:15px">recordGet(domain, type = 'A', name, offset, limit, callback)</td>
|
|
515
|
+
<td style="padding:15px">Retrieve DNS Records for the specified Domain, optionally with the specified Type and/or Name</td>
|
|
516
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/{pathv1}/records/{pathv2}/{pathv3}?{query}</td>
|
|
517
|
+
<td style="padding:15px">Yes</td>
|
|
518
|
+
</tr>
|
|
519
|
+
<tr>
|
|
520
|
+
<td style="padding:15px">recordReplaceTypeName(domain, type = 'A', name, records, callback)</td>
|
|
521
|
+
<td style="padding:15px">Replace all DNS Records for the specified Domain with the specified Type and Name</td>
|
|
522
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/{pathv1}/records/{pathv2}/{pathv3}?{query}</td>
|
|
523
|
+
<td style="padding:15px">Yes</td>
|
|
524
|
+
</tr>
|
|
525
|
+
<tr>
|
|
526
|
+
<td style="padding:15px">recordDeleteTypeName(domain, type = 'A', name, callback)</td>
|
|
527
|
+
<td style="padding:15px">Delete all DNS Records for the specified Domain with the specified Type and Name</td>
|
|
528
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/{pathv1}/records/{pathv2}/{pathv3}?{query}</td>
|
|
529
|
+
<td style="padding:15px">Yes</td>
|
|
530
|
+
</tr>
|
|
531
|
+
<tr>
|
|
532
|
+
<td style="padding:15px">recordReplaceType(domain, type = 'A', records, callback)</td>
|
|
533
|
+
<td style="padding:15px">Replace all DNS Records for the specified Domain with the specified Type</td>
|
|
534
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/{pathv1}/records/{pathv2}?{query}</td>
|
|
535
|
+
<td style="padding:15px">Yes</td>
|
|
536
|
+
</tr>
|
|
537
|
+
<tr>
|
|
538
|
+
<td style="padding:15px">renew(domain, body, callback)</td>
|
|
539
|
+
<td style="padding:15px">Renew the specified Domain</td>
|
|
540
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/{pathv1}/renew?{query}</td>
|
|
541
|
+
<td style="padding:15px">Yes</td>
|
|
542
|
+
</tr>
|
|
543
|
+
<tr>
|
|
544
|
+
<td style="padding:15px">transferIn(domain, body, callback)</td>
|
|
545
|
+
<td style="padding:15px">Purchase and start or restart transfer process</td>
|
|
546
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/{pathv1}/transfer?{query}</td>
|
|
547
|
+
<td style="padding:15px">Yes</td>
|
|
548
|
+
</tr>
|
|
549
|
+
<tr>
|
|
550
|
+
<td style="padding:15px">verifyEmail(domain, callback)</td>
|
|
551
|
+
<td style="padding:15px">Re-send Contact E-mail Verification for specified Domain</td>
|
|
552
|
+
<td style="padding:15px">{base_path}/{version}/v1/domains/{pathv1}/verifyRegistrantEmail?{query}</td>
|
|
553
|
+
<td style="padding:15px">Yes</td>
|
|
554
|
+
</tr>
|
|
555
|
+
<tr>
|
|
556
|
+
<td style="padding:15px">getV2CustomersCustomerIdDomainsDomain(customerId, domain, includes, callback)</td>
|
|
557
|
+
<td style="padding:15px">Retrieve details for the specified Domain</td>
|
|
558
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/domains/{pathv2}?{query}</td>
|
|
559
|
+
<td style="padding:15px">Yes</td>
|
|
560
|
+
</tr>
|
|
561
|
+
<tr>
|
|
562
|
+
<td style="padding:15px">postV2CustomersCustomerIdDomainsDomainRedeem(customerId, domain, body, callback)</td>
|
|
563
|
+
<td style="padding:15px">Purchase a restore for the given domain to bring it out of redemption</td>
|
|
564
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/domains/{pathv2}/redeem?{query}</td>
|
|
565
|
+
<td style="padding:15px">Yes</td>
|
|
566
|
+
</tr>
|
|
567
|
+
<tr>
|
|
568
|
+
<td style="padding:15px">postV2CustomersCustomerIdDomainsDomainTransferOut(customerId, domain, registrar, callback)</td>
|
|
569
|
+
<td style="padding:15px">Initiate transfer out to another registrar for a .uk domain.</td>
|
|
570
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/domains/{pathv2}/transferOut?{query}</td>
|
|
571
|
+
<td style="padding:15px">Yes</td>
|
|
572
|
+
</tr>
|
|
573
|
+
<tr>
|
|
574
|
+
<td style="padding:15px">domainsForwardsDelete(customerId, fqdn, callback)</td>
|
|
575
|
+
<td style="padding:15px">Submit a forwarding cancellation request for the given fqdn</td>
|
|
576
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/domains/forwards/{pathv2}?{query}</td>
|
|
577
|
+
<td style="padding:15px">Yes</td>
|
|
578
|
+
</tr>
|
|
579
|
+
<tr>
|
|
580
|
+
<td style="padding:15px">domainsForwardsGet(customerId, fqdn, includeSubs, callback)</td>
|
|
581
|
+
<td style="padding:15px">Retrieve the forwarding information for the given fqdn</td>
|
|
582
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/domains/forwards/{pathv2}?{query}</td>
|
|
583
|
+
<td style="padding:15px">Yes</td>
|
|
584
|
+
</tr>
|
|
585
|
+
<tr>
|
|
586
|
+
<td style="padding:15px">domainsForwardsPut(customerId, fqdn, body, callback)</td>
|
|
587
|
+
<td style="padding:15px">Modify the forwarding information for the given fqdn</td>
|
|
588
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/domains/forwards/{pathv2}?{query}</td>
|
|
589
|
+
<td style="padding:15px">Yes</td>
|
|
590
|
+
</tr>
|
|
591
|
+
<tr>
|
|
592
|
+
<td style="padding:15px">domainsForwardsPost(customerId, fqdn, body, callback)</td>
|
|
593
|
+
<td style="padding:15px">Create a new forwarding configuration for the given FQDN</td>
|
|
594
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/domains/forwards/{pathv2}?{query}</td>
|
|
595
|
+
<td style="padding:15px">Yes</td>
|
|
596
|
+
</tr>
|
|
597
|
+
<tr>
|
|
598
|
+
<td style="padding:15px">getV2DomainsMaintenances(status = 'ACTIVE', modifiedAtAfter, startsAtAfter, limit, callback)</td>
|
|
599
|
+
<td style="padding:15px">Retrieve a list of upcoming system Maintenances</td>
|
|
600
|
+
<td style="padding:15px">{base_path}/{version}/v2/domains/maintenances?{query}</td>
|
|
601
|
+
<td style="padding:15px">Yes</td>
|
|
602
|
+
</tr>
|
|
603
|
+
<tr>
|
|
604
|
+
<td style="padding:15px">getV2DomainsMaintenancesMaintenanceId(maintenanceId, callback)</td>
|
|
605
|
+
<td style="padding:15px">Retrieve the details for an upcoming system Maintenances</td>
|
|
606
|
+
<td style="padding:15px">{base_path}/{version}/v2/domains/maintenances/{pathv1}?{query}</td>
|
|
607
|
+
<td style="padding:15px">Yes</td>
|
|
608
|
+
</tr>
|
|
609
|
+
<tr>
|
|
610
|
+
<td style="padding:15px">getV2CustomersCustomerIdDomainsDomainActions(customerId, domain, callback)</td>
|
|
611
|
+
<td style="padding:15px">Retrieves a list of the most recent actions for the specified domain</td>
|
|
612
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/domains/{pathv2}/actions?{query}</td>
|
|
613
|
+
<td style="padding:15px">Yes</td>
|
|
614
|
+
</tr>
|
|
615
|
+
<tr>
|
|
616
|
+
<td style="padding:15px">deleteV2CustomersCustomerIdDomainsDomainActionsType(customerId, domain, type = 'AUTH_CODE_PURCHASE', callback)</td>
|
|
617
|
+
<td style="padding:15px">Cancel the most recent user action for the specified domain</td>
|
|
618
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/domains/{pathv2}/actions/{pathv3}?{query}</td>
|
|
619
|
+
<td style="padding:15px">Yes</td>
|
|
620
|
+
</tr>
|
|
621
|
+
<tr>
|
|
622
|
+
<td style="padding:15px">getV2CustomersCustomerIdDomainsDomainActionsType(customerId, domain, type = 'AUTH_CODE_PURCHASE', callback)</td>
|
|
623
|
+
<td style="padding:15px">Retrieves the most recent action for the specified domain</td>
|
|
624
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/domains/{pathv2}/actions/{pathv3}?{query}</td>
|
|
625
|
+
<td style="padding:15px">Yes</td>
|
|
626
|
+
</tr>
|
|
627
|
+
<tr>
|
|
628
|
+
<td style="padding:15px">getV2CustomersCustomerIdDomainsNotifications(customerId, callback)</td>
|
|
629
|
+
<td style="padding:15px">Retrieve the next domain notification</td>
|
|
630
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/domains/notifications?{query}</td>
|
|
631
|
+
<td style="padding:15px">Yes</td>
|
|
632
|
+
</tr>
|
|
633
|
+
<tr>
|
|
634
|
+
<td style="padding:15px">getV2CustomersCustomerIdDomainsNotificationsOptIn(customerId, callback)</td>
|
|
635
|
+
<td style="padding:15px">Retrieve a list of notification types that are opted in</td>
|
|
636
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/domains/notifications/optIn?{query}</td>
|
|
637
|
+
<td style="padding:15px">Yes</td>
|
|
638
|
+
</tr>
|
|
639
|
+
<tr>
|
|
640
|
+
<td style="padding:15px">putV2CustomersCustomerIdDomainsNotificationsOptIn(customerId, types, callback)</td>
|
|
641
|
+
<td style="padding:15px">Opt in to recieve notifications for the submitted notification types</td>
|
|
642
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/domains/notifications/optIn?{query}</td>
|
|
643
|
+
<td style="padding:15px">Yes</td>
|
|
644
|
+
</tr>
|
|
645
|
+
<tr>
|
|
646
|
+
<td style="padding:15px">getV2CustomersCustomerIdDomainsNotificationsSchemasType(customerId, type = 'AUTO_RENEWAL', callback)</td>
|
|
647
|
+
<td style="padding:15px">Retrieve the schema for the notification data for the specified notification type</td>
|
|
648
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/domains/notifications/schemas/{pathv2}?{query}</td>
|
|
649
|
+
<td style="padding:15px">Yes</td>
|
|
650
|
+
</tr>
|
|
651
|
+
<tr>
|
|
652
|
+
<td style="padding:15px">postV2CustomersCustomerIdDomainsNotificationsNotificationIdAcknowledge(customerId, notificationId, callback)</td>
|
|
653
|
+
<td style="padding:15px">Acknowledge a domain notification</td>
|
|
654
|
+
<td style="padding:15px">{base_path}/{version}/v2/customers/{pathv1}/domains/notifications/{pathv2}/acknowledge?{query}</td>
|
|
655
|
+
<td style="padding:15px">Yes</td>
|
|
656
|
+
</tr>
|
|
657
|
+
<tr>
|
|
658
|
+
<td style="padding:15px">listOrders(periodStart, periodEnd, domain, productGroupId, paymentProfileId, parentOrderId, offset, limit, sort = 'createdAt', callback)</td>
|
|
659
|
+
<td style="padding:15px">Retrieve a list of orders for the authenticated shopper. Only one filter may be used at a time</td>
|
|
660
|
+
<td style="padding:15px">{base_path}/{version}/v1/orders?{query}</td>
|
|
661
|
+
<td style="padding:15px">Yes</td>
|
|
662
|
+
</tr>
|
|
663
|
+
<tr>
|
|
664
|
+
<td style="padding:15px">get(orderId, callback)</td>
|
|
665
|
+
<td style="padding:15px">Retrieve details for specified order</td>
|
|
666
|
+
<td style="padding:15px">{base_path}/{version}/v1/orders/{pathv1}?{query}</td>
|
|
667
|
+
<td style="padding:15px">Yes</td>
|
|
668
|
+
</tr>
|
|
669
|
+
<tr>
|
|
670
|
+
<td style="padding:15px">getMetrics(customerId, periodStartPtz, periodEndPtz, limit, offset, callback)</td>
|
|
671
|
+
<td style="padding:15px">Returns a list of parking metrics for the specified customer, using specified filters</td>
|
|
672
|
+
<td style="padding:15px">{base_path}/{version}/v1/customers/{pathv1}/parking/metrics?{query}</td>
|
|
673
|
+
<td style="padding:15px">Yes</td>
|
|
674
|
+
</tr>
|
|
675
|
+
<tr>
|
|
676
|
+
<td style="padding:15px">getMetricsByDomain(customerId, startDate, endDate, domains, domainLike, portfolioId, limit, offset, callback)</td>
|
|
677
|
+
<td style="padding:15px">Returns a list of domain metrics for the specified customer and portfolio, using specified filters</td>
|
|
678
|
+
<td style="padding:15px">{base_path}/{version}/v1/customers/{pathv1}/parking/metricsByDomain?{query}</td>
|
|
679
|
+
<td style="padding:15px">Yes</td>
|
|
680
|
+
</tr>
|
|
681
|
+
<tr>
|
|
682
|
+
<td style="padding:15px">createSubaccount(subaccount, callback)</td>
|
|
683
|
+
<td style="padding:15px">Create a Subaccount owned by the authenticated Reseller</td>
|
|
684
|
+
<td style="padding:15px">{base_path}/{version}/v1/shoppers/subaccount?{query}</td>
|
|
685
|
+
<td style="padding:15px">Yes</td>
|
|
686
|
+
</tr>
|
|
687
|
+
<tr>
|
|
688
|
+
<td style="padding:15px">getShopper(shopperId, includes, callback)</td>
|
|
689
|
+
<td style="padding:15px">Get details for the specified Shopper</td>
|
|
690
|
+
<td style="padding:15px">{base_path}/{version}/v1/shoppers/{pathv1}?{query}</td>
|
|
691
|
+
<td style="padding:15px">Yes</td>
|
|
692
|
+
</tr>
|
|
693
|
+
<tr>
|
|
694
|
+
<td style="padding:15px">updateShopper(shopperId, shopper, callback)</td>
|
|
695
|
+
<td style="padding:15px">Update details for the specified Shopper</td>
|
|
696
|
+
<td style="padding:15px">{base_path}/{version}/v1/shoppers/{pathv1}?{query}</td>
|
|
697
|
+
<td style="padding:15px">Yes</td>
|
|
698
|
+
</tr>
|
|
699
|
+
<tr>
|
|
700
|
+
<td style="padding:15px">delete(shopperId, auditClientIp, callback)</td>
|
|
701
|
+
<td style="padding:15px">Request the deletion of a shopper profile</td>
|
|
702
|
+
<td style="padding:15px">{base_path}/{version}/v1/shoppers/{pathv1}?{query}</td>
|
|
703
|
+
<td style="padding:15px">Yes</td>
|
|
704
|
+
</tr>
|
|
705
|
+
<tr>
|
|
706
|
+
<td style="padding:15px">getStatus(shopperId, auditClientIp, callback)</td>
|
|
707
|
+
<td style="padding:15px">Get details for the specified Shopper</td>
|
|
708
|
+
<td style="padding:15px">{base_path}/{version}/v1/shoppers/{pathv1}/status?{query}</td>
|
|
709
|
+
<td style="padding:15px">Yes</td>
|
|
710
|
+
</tr>
|
|
711
|
+
<tr>
|
|
712
|
+
<td style="padding:15px">changePassword(shopperId, secret, callback)</td>
|
|
713
|
+
<td style="padding:15px">Set subaccount's password</td>
|
|
714
|
+
<td style="padding:15px">{base_path}/{version}/v1/shoppers/{pathv1}/factors/password?{query}</td>
|
|
715
|
+
<td style="padding:15px">Yes</td>
|
|
716
|
+
</tr>
|
|
717
|
+
<tr>
|
|
718
|
+
<td style="padding:15px">list(productGroupKeys, includes = 'addons', offset, limit, sort = 'expiresAt', callback)</td>
|
|
719
|
+
<td style="padding:15px">Retrieve a list of Subscriptions for the specified Shopper</td>
|
|
720
|
+
<td style="padding:15px">{base_path}/{version}/v1/subscriptions?{query}</td>
|
|
721
|
+
<td style="padding:15px">Yes</td>
|
|
722
|
+
</tr>
|
|
723
|
+
<tr>
|
|
724
|
+
<td style="padding:15px">productGroups(callback)</td>
|
|
725
|
+
<td style="padding:15px">Retrieve a list of ProductGroups for the specified Shopper</td>
|
|
726
|
+
<td style="padding:15px">{base_path}/{version}/v1/subscriptions/productGroups?{query}</td>
|
|
727
|
+
<td style="padding:15px">Yes</td>
|
|
728
|
+
</tr>
|
|
729
|
+
<tr>
|
|
730
|
+
<td style="padding:15px">cancelSubscription(subscriptionId, callback)</td>
|
|
731
|
+
<td style="padding:15px">Cancel the specified Subscription</td>
|
|
732
|
+
<td style="padding:15px">{base_path}/{version}/v1/subscriptions/{pathv1}?{query}</td>
|
|
733
|
+
<td style="padding:15px">Yes</td>
|
|
734
|
+
</tr>
|
|
735
|
+
<tr>
|
|
736
|
+
<td style="padding:15px">getSubscription(subscriptionId, callback)</td>
|
|
737
|
+
<td style="padding:15px">Retrieve details for the specified Subscription</td>
|
|
738
|
+
<td style="padding:15px">{base_path}/{version}/v1/subscriptions/{pathv1}?{query}</td>
|
|
739
|
+
<td style="padding:15px">Yes</td>
|
|
740
|
+
</tr>
|
|
741
|
+
<tr>
|
|
742
|
+
<td style="padding:15px">updateSubscription(subscriptionId, subscription, callback)</td>
|
|
743
|
+
<td style="padding:15px">Update details for the specified Subscription</td>
|
|
744
|
+
<td style="padding:15px">{base_path}/{version}/v1/subscriptions/{pathv1}?{query}</td>
|
|
745
|
+
<td style="padding:15px">Yes</td>
|
|
746
|
+
</tr>
|
|
747
|
+
</table>
|
|
748
|
+
<br>
|