Queries a real-time log delivery project.
Operation description
Note
You can call this operation up to 100 times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProjectName | string | Yes | The name of a real-time log delivery project. | example |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "F32C57AA-7BF8-49AE-A2CC-9F42390F5A19",
"Content": {
"Status": "success",
"Type": "SLS_POST",
"SLSLogStore": "example-cn",
"DataCenter": "cn",
"FieldName": "field1,field2",
"ProjectName": "example",
"SamplingRate": "1.0",
"SLSProject": "example-cn",
"DomainName": "example.com,example.org",
"BusinessType": "cdn_log_access_l1",
"SLSRegion": "cn-hangzhou"
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | ProjectNotFound | The project provided does not belong to you. | The project does not exist or does not belong to the current user. |
For a list of error codes, visit the Service error codes.