1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. governance
  6. getReportData
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
thoth logo
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security

    Using getReportData

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getReportData(args: GetReportDataArgs, opts?: InvokeOptions): Promise<GetReportDataResult>
    function getReportDataOutput(args: GetReportDataOutputArgs, opts?: InvokeOptions): Output<GetReportDataResult>
    def get_report_data(agent_id: Optional[str] = None,
                        cadence: Optional[str] = None,
                        report_id: Optional[str] = None,
                        report_type: Optional[str] = None,
                        status: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetReportDataResult
    def get_report_data_output(agent_id: pulumi.Input[Optional[str]] = None,
                        cadence: pulumi.Input[Optional[str]] = None,
                        report_id: pulumi.Input[Optional[str]] = None,
                        report_type: pulumi.Input[Optional[str]] = None,
                        status: pulumi.Input[Optional[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetReportDataResult]
    func GetReportData(ctx *Context, args *GetReportDataArgs, opts ...InvokeOption) (*GetReportDataResult, error)
    func GetReportDataOutput(ctx *Context, args *GetReportDataOutputArgs, opts ...InvokeOption) GetReportDataResultOutput

    > Note: This function is named GetReportData in the Go SDK.

    public static class GetReportData 
    {
        public static Task<GetReportDataResult> InvokeAsync(GetReportDataArgs args, InvokeOptions? opts = null)
        public static Output<GetReportDataResult> Invoke(GetReportDataInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetReportDataResult> getReportData(GetReportDataArgs args, InvokeOptions options)
    public static Output<GetReportDataResult> getReportData(GetReportDataArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:governance/getReportData:getReportData
      arguments:
        # arguments dictionary
    data "thoth_governance_get_report_data" "name" {
        # arguments
    }

    The following arguments are supported:

    AgentId string
    Cadence string
    ReportId string
    ReportType string
    Status string
    AgentId string
    Cadence string
    ReportId string
    ReportType string
    Status string
    agent_id string
    cadence string
    report_id string
    report_type string
    status string
    agentId String
    cadence String
    reportId String
    reportType String
    status String
    agentId string
    cadence string
    reportId string
    reportType string
    status string
    agentId String
    cadence String
    reportId String
    reportType String
    status String

    getReportData Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    MetadataJson string
    ReportId string
    ResponseJson string
    AgentId string
    Cadence string
    ReportType string
    Status string
    Id string
    The provider-assigned unique ID for this managed resource.
    MetadataJson string
    ReportId string
    ResponseJson string
    AgentId string
    Cadence string
    ReportType string
    Status string
    id string
    The provider-assigned unique ID for this managed resource.
    metadata_json string
    report_id string
    response_json string
    agent_id string
    cadence string
    report_type string
    status string
    id String
    The provider-assigned unique ID for this managed resource.
    metadataJson String
    reportId String
    responseJson String
    agentId String
    cadence String
    reportType String
    status String
    id string
    The provider-assigned unique ID for this managed resource.
    metadataJson string
    reportId string
    responseJson string
    agentId string
    cadence string
    reportType string
    status string
    id str
    The provider-assigned unique ID for this managed resource.
    metadata_json str
    report_id str
    response_json str
    agent_id str
    cadence str
    report_type str
    status str
    id String
    The provider-assigned unique ID for this managed resource.
    metadataJson String
    reportId String
    responseJson String
    agentId String
    cadence String
    reportType String
    status String

    Package Details

    Repository
    thoth atensecurity/pulumi-thoth
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the thoth Terraform Provider.
    thoth logo
    Viewing docs for Thoth v0.1.15
    published on Thursday, Jul 23, 2026 by Aten Security

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial