HEX
Server: Apache
System: Linux srv1.prosuiteplus.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: prosuiteplus (1001)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/awscli/examples/devicefarm/list-projects.rst
**To list projects**

The following retrieves a list of projects::

  aws devicefarm list-projects

Output::

  {
      "projects": [
          {
              "name": "myproject",
              "arn": "arn:aws:devicefarm:us-west-2:123456789012:project:070fc3ca-7ec1-4741-9c1f-d3e044efc506",
              "created": 1503612890.057
          },
          {
              "name": "otherproject",
              "arn": "arn:aws:devicefarm:us-west-2:123456789012:project:a5f5b752-8098-49d1-86bf-5f7682c1c77e",
              "created": 1505257519.337
          }
      ]
  }