You can call this operation to query details about an API group, including the automatically assigned second-level domain name, custom domain name, and SSL certificate.
Operation description
- This operation is intended for API providers.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
GroupId | string | Yes | The ID of the API group. This ID is generated by the system and globally unique. | 523e8dc7bbe04613b5b1d726c2a7889d |
Tag | array<object> | No | The object tags that match the lifecycle rule. You can specify multiple tags. | Key, Value |
object | No | The tag. | ||
Key | string | No | The key of the tag. | appname |
Value | string | No | The value of the tag. | test_app |
Response parameters
Examples
Sample success responses
JSON
format
{
"Status": "NORMAL",
"CompatibleFlags": "depart:dep1",
"BasePath": "/qqq",
"Ipv6Status": "UNBIND",
"UserLogConfig": "{\\\"requestBody\\\":true,\\\"responseBody\\\":true,\\\"queryString\\\":\\\"test\\\",\\\"requestHeaders\\\":\\\"test\\\",\\\"responseHeaders\\\":\\\"test\\\",\\\"jwtClaims\\\":\\\"test\\\"}",
"CustomerConfigs": "removeResponseServerHeader",
"RequestId": "03442A3D-3B7D-434C-8A95-A5FEB989B519",
"Description": "New weather informations.",
"HttpsPolicy": "HTTPS2_TLS1_0",
"SubDomain": "27d50c0f2e54b359919923d908bb015-cn-hangzhou.alicloudapi.com",
"CreatedTime": "2016-08-01T06:53:02Z",
"DefaultDomain": "mkt.api.gaore.com",
"CmsMonitorGroup": "217008423",
"BillingStatus": "NORMAL",
"TrafficLimit": 500,
"PassthroughHeaders": "eagleeye-rpcid,x-b3-traceid",
"InstanceId": "apigateway-cn-v6419k43xxxxx",
"VpcDomain": "e4****7151954***acbd9f7****1058a-ap-southeast-1-vpc.alicloudapi.com",
"InstanceType": "VPC_SHARED",
"CustomTraceConfig": "{\\\"parameterLocation\\\":\\\"HEADER\\\",\\\"parameterName\\\":\\\"traceId\\\"}",
"RegionId": "cn-hangzhou",
"ModifiedTime": "2016-08-01T06:54:32Z",
"GroupId": "523e8dc7bbe04613b5b1d726c2a7889d",
"GroupName": "NewWeather",
"IllegalStatus": "NORMAL",
"VpcSlbIntranetDomain": "257e9d450e924d00b976b0ecfb7184c2-cn-beijing-intranet.alicloudapi.com",
"CustomDomains": {
"DomainItem": [
{
"BindStageName": "TEST",
"DomainLegalStatus": "ABNORMAL",
"CertificateName": "myCertificate",
"CustomDomainType": "intranet",
"DomainCNAMEStatus": "RESOLVED",
"WildcardDomainPatterns": "[\\\"{test}.test.com\\\"]",
"DomainBindingStatus": "BINDING",
"DomainName": "api.demo.com",
"DomainRemark": "Indicates that the domain name does not have an ICP filing.\n",
"DomainWebSocketStatus": "CLOSE",
"CertificateId": "6EF60BEC-0242-43AF-BB20-270359FB54A7",
"IsHttpRedirectToHttps": false,
"CertificateValidStart": 1689043476000,
"CertificateValidEnd": 2635123476000,
"BindStageAlias": "TEST1"
}
]
},
"StageItems": {
"StageInfo": [
{
"StageId": "123e8dc7bbe01613b5b1d726c2a7888e",
"StageName": "TEST",
"Description": "MYTEST"
}
]
},
"CloudMarketCommodity": false,
"DedicatedInstanceType": "normal",
"MigrationStatus": "Fail",
"MigrationError": "The current instance conflicts with the target instance.",
"DisableInnerDomain": false
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-03-21 | The response structure of the API has changed | View Change Details |
2023-08-10 | The response structure of the API has changed | View Change Details |
2023-07-11 | The response structure of the API has changed | View Change Details |
2023-07-11 | The response structure of the API has changed | View Change Details |
2023-07-11 | The response structure of the API has changed | View Change Details |
2023-06-19 | The response structure of the API has changed | View Change Details |
2023-04-13 | API Description Update. The response structure of the API has changed | View Change Details |
2023-03-07 | The response structure of the API has changed | View Change Details |
2022-09-22 | The response structure of the API has changed | View Change Details |