Querying the Status of a User's Monthly Operations Dialog Box
Function
This API is used to query the status of a user's monthly operations dialog box.
Authorization Information
Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.
- If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
- If you are using identity policy-based authorization, no identity policy-based permission required for calling this API.
URI
GET /v5/{project_id}/operational-report/notification
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| project_id | Yes | String | Definition Project ID, which is used to specify the project that an asset belongs to. After the project ID is configured, you can query assets in the project using the project ID. For details about how to obtain it, see Obtaining a Project ID. Constraints N/A Range The value can contain 1 to 256 characters. Default Value N/A |
Request Parameters
None
Response Parameters
Status code: 200
| Parameter | Type | Description |
|---|---|---|
| status | String | close: The dialog box is not displayed. open: Display a dialog box. |
| title | String | Title -vul-fix-master: vulnerability fixing master -vul-fix-expert: vulnerability fixing expert -baseline-fix: risky configuration repair expert -malware-file: antivirus expert -ransomware-event: ransomware protection expert -web-tamper-event: website guard |
| report_id | String | Unique ID of the current user, which is the report time. The returned string is 2024-04. |
| current_month | Integer | Current month: 6 |
Example Requests
Query the status of a user's monthly operations dialog box.
GET https://{endpoint}/v5/{project_id}/operational-report/notification Example Responses
Status code: 200
Monthly operations dialog box status.
{
"status" : "close",
"title" : "malware-file",
"report_id" : "2025-08",
"current_month" : 8
} Status Codes
| Status Code | Description |
|---|---|
| 200 | Monthly operations dialog box status. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot