Viewing Application Details
Initialize a DIS SDK client instance as instructed in Initializing a DIS SDK Client Instance.
The describeApp_sample.py file provides a code sample. Configure the following parameter in this file:
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}
|
Last Article: Deleting an Application
Next Article: Querying an Application List
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.