InstanceAlarmsFilter
Narrows the instance alarms list to only matching records.
All filters are combined with AND logic. Omit a filter to skip that criterion.
input InstanceAlarmsFilter {
projectId: IdFilter
environmentId: IdFilter
componentId: IdFilter
instanceId: IdFilter
ociRepoName: OciRepoNameFilter
bundleId: BundleIdFilter
}
Fields
InstanceAlarmsFilter.projectId ● IdFilter input {#project-id}
Return only alarms in the specified project(s).
InstanceAlarmsFilter.environmentId ● IdFilter input {#environment-id}
Return only alarms in the specified environment(s).
InstanceAlarmsFilter.componentId ● IdFilter input {#component-id}
Return only alarms attached to the specified component(s).
InstanceAlarmsFilter.instanceId ● IdFilter input {#instance-id}
Return only alarms for the specified instance(s).
InstanceAlarmsFilter.ociRepoName ● OciRepoNameFilter input {#oci-repo-name}
Return only alarms on instances of the given bundle (e.g., aws-rds). Matches every version published to the repo.
InstanceAlarmsFilter.bundleId ● BundleIdFilter input {#bundle-id}
Return only alarms on instances pinned to a specific bundle version (name@version) or release channel (name@~1, name@latest). Use ociRepoName instead to match every version of a bundle.
Member Of
instanceAlarms query