1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. UpsertInsightsResourcesRequest

UpsertInsightsResourcesRequest

    Request to upsert one or more resources into Pulumi Insights.

    Properties

    • resources array[UpsertInsightsResource] required
      The list of resources to upsert.
    • type string required
      The resource type.
    • id string required
      The unique identifier of the resource.
    • inputs object required
      The resource inputs as raw JSON.
    • state object required
      The resource state as raw JSON.
    • dependencies array[ResourceDependency] optional
      The chain of dependencies used to list this resource.