All Products
Search
Document Center

Simple Log Service:get_project

Last Updated:Oct 26, 2023

Queries a specified project.

Request syntax

aliyunlog log get_project --project_name=<value> [--access-id=<value>] [--access-key=<value>] [--sts-token=<value>] [--region-endpoint=<value>] [--client-name=<value>] [--jmes-filter=<value>] [--format-output=<value>] [--decode-output=<value>]

Request parameters

The following table describes the required and specific parameter of the get_project command.
ParameterTypeRequiredExampleDescription
--project_nameStringYesproject-aThe name of the project.
For information about the global parameters of the Log Service command-line interface (CLI), see Global parameters.

Examples

  • Sample requests
    Use the default account to query a project named project-a.
    aliyunlog log get_project --project_name="project-a"
  • Sample responses
    {
      "createTime": "2022-11-01 16:26:52",
      "description": "This is the new project description",
      "lastModifyTime": "2022-11-07 15:12:46",
      "owner": "******",
      "projectName": "ali-test-project",
      "quota": {
        "ETL": 100,
        "alert": 100,
        "chart": 200,
        "config": 200,
        "dashboard": 100,
        "export": 100,
        "ingestion": 100,
        "logstore": 200,
        "machineGroup": 200,
        "readQpsPerMin": 600000,
        "report": 100,
        "savedsearch": 100,
        "scheduledSQL": 100,
        "shard": 400,
        "writeQpsPerMin": 600000,
        "writeSizePerMin": 30000000000
      },
      "region": "cn-hangzhou",
      "status": "Normal"
    }

Error codes

If an error message is returned, fix the error based on the error codes of the related API operation. For more information, see Error codes of GetProject.

API reference

GetProject