renamed path variables from shardSet to shardCore
This commit is contained in:
+3
-5
@@ -8,10 +8,8 @@
|
|||||||
<p>Retrieve a reference to the ASIE node that should be used for the backup of the specified ASIE shard registered with ACS.</p>
|
<p>Retrieve a reference to the ASIE node that should be used for the backup of the specified ASIE shard registered with ACS.</p>
|
||||||
<p>The following path parameters are expected:</p>
|
<p>The following path parameters are expected:</p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>shardSet</dt>
|
<dt>shardCore</dt>
|
||||||
<dd>A shard method combined with its distinguishing properties;
|
<dd>A core name (prefix) for the ASIE shard (e.g. alfresco)</dd>
|
||||||
methods: MOD_ACL_ID, ACL_ID, DB_ID, DB_ID_RANGE, DATE, PROPERTY, EXPLICIT_ID;
|
|
||||||
e.g. PROPERTY;key:cm:created;regex:^d{4} or DB_ID</dd>
|
|
||||||
<dt>shardId</dt>
|
<dt>shardId</dt>
|
||||||
<dd>A number starting at 1</dd>
|
<dd>A number starting at 1</dd>
|
||||||
</dl>
|
</dl>
|
||||||
@@ -34,7 +32,7 @@
|
|||||||
]]></description>
|
]]></description>
|
||||||
|
|
||||||
<!-- Endpoint Configuration -->
|
<!-- Endpoint Configuration -->
|
||||||
<url>/inteligr8/asie/shard/{shardSet}/{shardId}/backup</url>
|
<url>/inteligr8/asie/shard/{shardCore}/{shardId}/backup</url>
|
||||||
<format default="json">any</format>
|
<format default="json">any</format>
|
||||||
|
|
||||||
<!-- Security -->
|
<!-- Security -->
|
||||||
|
|||||||
+3
-5
@@ -8,10 +8,8 @@
|
|||||||
<p>Retrieve a reference to the most current/up-to-date ASIE node for the specified ASIE shard registered with ACS.</p>
|
<p>Retrieve a reference to the most current/up-to-date ASIE node for the specified ASIE shard registered with ACS.</p>
|
||||||
<p>The following path parameters are expected:</p>
|
<p>The following path parameters are expected:</p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>shardSet</dt>
|
<dt>shardCore</dt>
|
||||||
<dd>A shard method combined with its distinguishing properties;
|
<dd>A core name (prefix) for the ASIE shard (e.g. alfresco)</dd>
|
||||||
methods: MOD_ACL_ID, ACL_ID, DB_ID, DB_ID_RANGE, DATE, PROPERTY, EXPLICIT_ID;
|
|
||||||
e.g. PROPERTY;key:cm:created;regex:^d{4} or DB_ID</dd>
|
|
||||||
<dt>shardId</dt>
|
<dt>shardId</dt>
|
||||||
<dd>A number starting at 1</dd>
|
<dd>A number starting at 1</dd>
|
||||||
</dl>
|
</dl>
|
||||||
@@ -30,7 +28,7 @@
|
|||||||
]]></description>
|
]]></description>
|
||||||
|
|
||||||
<!-- Endpoint Configuration -->
|
<!-- Endpoint Configuration -->
|
||||||
<url>/inteligr8/asie/shard/{shardSet}/{shardId}/lead</url>
|
<url>/inteligr8/asie/shard/{shardCore}/{shardId}/lead</url>
|
||||||
<format default="json">any</format>
|
<format default="json">any</format>
|
||||||
|
|
||||||
<!-- Security -->
|
<!-- Security -->
|
||||||
|
|||||||
Reference in New Issue
Block a user