Clone

From AMTech WikiDocs
Revision as of 16:27, 11 April 2016 by Lianet (Talk | contribs)

Jump to: navigation, search

Endpoint for cloning resources :

  • /amtech/clone/resourceandlinks<resourceToCloneUri>?newname=<nameForClone>

GET on this endpoint to clone the specified resource, generating clones for all the links referenced in the resource. Ex. If called with a resource LLRPReader1, that has 2 anntenas, it will generate a clone for the each of the antennas and the LLRPReader. The are entities' properties such as the "proximity area" and the "activity for observation production" that are handled as links that are not to be cloned. Their reference is copied to the new resource, instead of cloning them

  • /amtech/clone/resourceflat<resourceToCloneUri>?newname=<nameForClone>

GET on this endpoint to clone the specified resource, without cloning the links referenced in the resource.