Commit 14887ca1 authored by Brian Long's avatar Brian Long
Browse files

renamed path variables from shardSet to shardCore

parent 632900ec
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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>The following path parameters are expected:</p>
		<dl>
			<dt>shardSet</dt>
			<dd>A shard method combined with its distinguishing properties;
				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>shardCore</dt>
			<dd>A core name (prefix) for the ASIE shard (e.g. alfresco)</dd>
			<dt>shardId</dt>
			<dd>A number starting at 1</dd>
		</dl>
@@ -34,7 +32,7 @@
	]]></description>
	
	<!-- Endpoint Configuration -->
	<url>/inteligr8/asie/shard/{shardSet}/{shardId}/backup</url>
	<url>/inteligr8/asie/shard/{shardCore}/{shardId}/backup</url>
	<format default="json">any</format>
	
	<!-- Security -->
+3 −5
Original line number Diff line number Diff line
@@ -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>The following path parameters are expected:</p>
		<dl>
			<dt>shardSet</dt>
			<dd>A shard method combined with its distinguishing properties;
				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>shardCore</dt>
			<dd>A core name (prefix) for the ASIE shard (e.g. alfresco)</dd>
			<dt>shardId</dt>
			<dd>A number starting at 1</dd>
		</dl>
@@ -30,7 +28,7 @@
	]]></description>
	
	<!-- Endpoint Configuration -->
	<url>/inteligr8/asie/shard/{shardSet}/{shardId}/lead</url>
	<url>/inteligr8/asie/shard/{shardCore}/{shardId}/lead</url>
	<format default="json">any</format>
	
	<!-- Security -->