OBJECT
FinOpsCostAnomalyQueries
link GraphQL Schema definition
- type FinOpsCostAnomalyQueries {
- # Get the list of anomalies.
- # first : The number of items to retrieve (pagination). after : A cursor for
- # pagination. filterRules: A list of filter rules to apply for querying anomalies.
- # sortRules : A list of sort rules to apply.
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # after: [Not documented]
- # filterRules: [Not documented]
- # first: [Not documented]
- # sortRules: [Not documented]
- (
- String, :
- QueryFilter!]!, : [
- Int, :
- QuerySort!] : [
- ): FinOpsCostAnomalyConnection
- # Get cost anomaly details for given anomaly id.
- # id : The unique identifier for the anomaly.
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # id: [Not documented]
- ID!): FinOpsCostAnomaly ( :
- # Get cost anomaly summary details.
- # filterRules : A list of filter rules to apply for querying the summary.
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # filterRules: [Not documented]
- QueryFilter]!): FinOpsCostAnomalySummary ( : [
- }