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

Viewing Application Details

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

Configure the following parameter:

1
appname= "app1"  #Name of the application to be queried.

After configuring the parameter, run the describeApp_sample.py file to call describeApp_test.

The following is an example response:

1
2
200
{'app_name': 'app1', 'app_id': 'OPKQuggQVtfqhyvK0cs', 'create_time': 1532425956631}