OBJECT

Query

link GraphQL Schema definition

  • type Query {
  • # Query the inventory and CMDB subsystem
  • entityQuery: EntityQuery!
  • # Query the auth subsystem
  • authQuery: AuthQuery
  • # Query the catalog subsystem
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • catalogQuery: CatalogQuery!
  • # Query the documents subsystem
  • documentQuery: DocumentQuery
  • # Query available hyperlinks
  • hyperlinkQuery: HyperlinkQuery
  • # Query pixie deployments in kubernetes clusters
  • pixieProxyQuery: PixieProxyQuery
  • # Query time-series stats and forecasts
  • statsQuery: StatsQuery!
  • # Query Dashboard subsystem
  • #
  • # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
  • # for a stable API but we reserve the right to fix issues including modifying the
  • # schema if required.
  • dashboardQuery: DashboardQuery!
  • # Query User subsystem
  • userQuery: UserQuery!
  • # Action queries
  • actionQuery: ActionQueries!
  • # Admin queries
  • adminQuery: AdminQueries!
  • # Query list for financial operations, powered by Tanzu CloudHealth
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • finOpsQuery: FinOpsQueries!
  • # Query derived-data subsystem
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • derivedDataQuery: DerivedDataQuery!
  • # Query insights
  • insightQuery: InsightQuery!
  • # Management Endpoint Query
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • managementEndpointQuery: ManagementEndpointQuery!
  • # Query security subsystem
  • #
  • # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
  • # for a stable API but we reserve the right to fix issues including modifying the
  • # schema if required.
  • securityQuery: SecurityQuery!
  • # Query on guardrails.
  • guardrailsQueries: GuardrailsQueries!
  • # Query the networking subsystem
  • networkQuery: NetworkQuery!
  • # Query findings subsystem
  • #
  • # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
  • # for a stable API but we reserve the right to fix issues including modifying the
  • # schema if required.
  • findingQuery: FindingQuery!
  • # Query notification subsystem
  • #
  • # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
  • # for a stable API but we reserve the right to fix issues including modifying the
  • # schema if required.
  • notificationQuery: NotificationQuery!
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • #
  • # Arguments
  • # context: KRM context
  • applicationEngineQuery(
  • context: KubernetesResourceContextInput
  • ): ApplicationEngineQuery
  • # Query artifact metadata
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • artifactMetadataQuery: ArtifactMetadataQuery!
  • # Query repository
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • repositoryQuery: RepositoryQuery!
  • sdl: String!
  • }

link Require by

This element is not required by anyone