All Products
Search
Document Center

DataWorks:MoveFunction

Last Updated:Dec 05, 2024

Moves a user-defined function (UDF) to a path in DataStudio.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ProjectIdstringYes

The DataWorks workspace ID. You can log on to the DataWorks console and go to the Workspace page to query the ID.

You must configure this parameter to specify the DataWorks workspace to which the API operation is applied.

12345
IdstringYes

The ID of the UDF.

543217824470354XXXX
PathstringYes

The path to which you want to move the UDF. You do not need to specify a UDF name in the path.

For example, if you want to move the test UDF to root/demo/test, you must set this parameter to root/demo.

root/demo

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

48C0E2F0-52BA-5888-BDFA-28F1B9AFXXXX
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "48C0E2F0-52BA-5888-BDFA-28F1B9AFXXXX",
  "Success": true
}

Error codes

For a list of error codes, visit the Service error codes.