---
title: "Return remote MySQL profile activation"
method: GET
path: "/remote_mysql_monitor_profile_activation"
tags: ["Databases", "Remote MySQL Databases"]
---

# Return remote MySQL profile activation

`GET /remote_mysql_monitor_profile_activation`

This function reports the current status of the remote MySQL® profile activation process. The activation process contains several steps that take some time to complete, so so you may need to call this function multiple times multiple times to monitor the progress.

## Response `200`

HTTP Request was successful.

- object
  - `data` object
    - `job_in_progress` object — An object containing the profile activation that is currently in progress.
      - `profile_name` string — The the name of the activated profile.
      - `start_time` integer — The time when the job started.
      - `status` 'DONE' | 'INPROGRESS' | 'FAILED' — The job's current status. * `DONE` — The process completed successfully. * `INPROGRESS` — The process is currently active. * `FAILED` — The process failed to complete successfully.
      - `steps` object[] — An array of objects containing the completed or active processes for the current profile activation.
        - `end_time` integer — The time when the process finished.
        - `name` string — The name of the process.
        - `start_time` integer — The time when the process began.
        - `status` 'DONE' | 'INPROGRESS' | 'FAILED' — The process's current status. * `DONE` — The process completed successfully. * `INPROGRESS` — The process is currently active. * `FAILED` — The process failed to complete successfully.
    - `last_job_details` object — An object containing the most recently completed profile activation's data.
      - `end_time` integer — The time when the job finished.
      - `profile_name` string — The the name of the activated profile.
      - `start_time` integer — The time when the job started.
      - `status` 'DONE' | 'INPROGRESS' | 'FAILED' — The job's current status. * `DONE` — The process completed successfully. * `INPROGRESS` — The process is currently active. * `FAILED` - The process failed to complete successfully.
      - `steps` object[] — An array of objects containing the completed processes for the most recent profile activation.
        - `end_time` integer — The time when the process finished.
        - `name` string — The name of the process.
        - `start_time` integer — The time when the process began.
        - `status` string — The process's current status. * `DONE` — The process completed successfully. * `INPROGRESS` - The process is currently active. * `FAILED` - The process failed to complete successfully.
  - `metadata` object
    - `command` string — The method name called.
    - `reason` string — The reason the API function failed when the `metadata.result` field is 0. This field may display a success message when a function succeeds.
    - `result` 0 | 1 — * `1` - Success * `0` - Failed: Check the reason field for more details.
    - `version` integer — The version of the API function.

---

[API](https://skmtc.net/cpanel/apis/whm-api.md) · [All operations](https://skmtc.net/cpanel/apis/whm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/whm-api/revisions/3da41671c02c/schema)
