Updated on 2023-06-21 GMT+08:00

Creating an Application

Initialize a DIS SDK client instance as instructed in Initializing a DIS SDK Client Instance.

Configure the following parameter:

1
appName = ""  #Application name.

After configuring the parameter, run the createApp_sample.py file to call createApp_test. If response code 201 is returned, the application is successfully created.