---
title: "List Operation Posture Details For Mobile Site"
method: POST
path: "/operation/posture/dashboard_summary"
tags: ["Operations"]
---

# List Operation Posture Details For Mobile Site

`POST /operation/posture/dashboard_summary`

Operation posture dashboard

## Request body

- OperationPostureRequest
  - `filter_by` 'cloud_account' | 'cloud_provider' | 'tenant' — to filter data by cloud provider or cloud account wise or tenant.By default tenant wise data displayed
  - `tenant_ids` string — Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
  - `service_name` 'AWS' | 'Azure' | 'AzureStack' | 'Azure_CSP' | 'Azure_CSP-Direct' | 'Azure_EA' | 'Azure_MCA' | 'Cloudstack' | 'GCP' | 'MS_VMM' | 'OCI' | 'Openstack' | 'PrivateCloud' | 'Rackspace' | 'VMware' | 'VMware_VCD' | 'vCenter' — select the cloud account type
  - `limit` integer — Limit
  - `page` integer — Page
  - `search` string — Search by account_name wise

## Response `200`

Success

- OperationPostureResponse
  - `total_count` integer, required — count details
  - `tenants` OperationPostureTenant[], required — List of tenant data
    - `tenant_name` string, required — Name of the tenant
    - `tenant_id` string, required — Id of the tenant
    - `alerts` integer — alerts count
    - `activities` integer — activities cost
    - `automation_failures` integer — automation count
  - `cloud_account_data` OperationPostureCloudData[], required — List of cloud account data
    - `cloud_account_name` string, required — cloud account name
    - `cloud_account_id` string, required — cloud account id
    - `alerts` integer — alerts count
    - `activities` integer — activities cost
    - `automation_failures` integer — automation count
    - `tenant_name` string — Name of the tenant
    - `cloud` string — cloud name
  - `clouds` OperationPostureCloudProvider[], required — List of tenant data
    - `alerts` OperationPostureCloudCounts
      - `GCP` number — GCP count
      - `AWS` number — AWS count
      - `Azure` number — Azure count
      - `OCI` number — OCI count
    - `activities` OperationPostureCloudCounts
      - `GCP` number — GCP count
      - `AWS` number — AWS count
      - `Azure` number — Azure count
      - `OCI` number — OCI count
    - `automation_failures` OperationPostureCloudCounts
      - `GCP` number — GCP count
      - `AWS` number — AWS count
      - `Azure` number — Azure count
      - `OCI` number — OCI count

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
