Vorheriges Thema: Delete a Service

Nächstes Thema: Show All Services that need Approval

Move Raw Data

This web service allows the administrator to move all raw metric data and indicator data from one service to another. The service you are moving the data to should already exist.

HTTP Type

PUT

Restriction

Administrator Only.

URI

{type}/SMI/{version}/move_rawdata

Parameter

Description

&key

The API Key that is provided when your application has been registered.

&secret

The Shared Secret that is provided when your application has been registered.

&fromname

The name of the service from which you are moving all the raw data.

&toname

The name of the service to which you are moving the raw data.

Example:

In this example, all raw data is moved from service1 to service2.

https://smi.cloudcommons.com:8443/Insight_API/json/SMI/0.5/move_rawdata?key=98ce4910fc7f6fdb7af270ea9b3162b6&secret=eafe362499ecead24b3092ec12853590&fromname=service1&toname=service2

Sample output of successful execution:

{
"result":
	{
	"returnCode": "0",
	"errorMessage": "Operation Successful.",
	"resultCount": 0,
	}
}