CreateEnvPodMonitor
Creates a PodMonitor for an environment.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
arms:CreateEnvPodMonitor |
create |
*Environment
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
| AliyunLang |
string |
No |
The language. Valid values: zh and en. Default value: zh. Valid values:
|
zh |
| EnvironmentId |
string |
Yes |
The ID of the environment instance. |
env-xxxxxx |
| DryRun |
boolean |
No |
Specifies whether to perform only a dry run, without performing the actual request. |
true |
| ConfigYaml |
string |
Yes |
The YAML configuration snippet for PodMonitor. |
参见补充说明。 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
78901766-3806-4E96-8E47-CFEF59E4**** |
| Code |
integer |
The HTTP status code. The status code 200 indicates that the request was successful. |
200 |
| Data |
object |
The returned result, which indicates whether the operation was successful. |
|
| MatchedMsg |
string |
Indicates whether targets are matched. |
匹配成功。 |
| Namespace |
string |
The namespace. |
arms-prom |
| PodMonitorName |
string |
The name of the created PodMonitor. |
arms-admin-pm1 |
| MatchedTargetCount |
string |
The number of matched targets. |
1 |
| Message |
string |
The returned message. |
message |
Examples
Success response
JSON format
{
"RequestId": "78901766-3806-4E96-8E47-CFEF59E4****",
"Code": 200,
"Data": {
"MatchedMsg": "匹配成功。",
"Namespace": "arms-prom",
"PodMonitorName": "arms-admin-pm1",
"MatchedTargetCount": "1"
},
"Message": "message"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.