Akamai v10.0.0 published on Tuesday, Oct 7, 2025 by Pulumi
akamai.getBotmanBotEndpointCoverageReport
Using getBotmanBotEndpointCoverageReport
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 getBotmanBotEndpointCoverageReport(args: GetBotmanBotEndpointCoverageReportArgs, opts?: InvokeOptions): Promise<GetBotmanBotEndpointCoverageReportResult>
function getBotmanBotEndpointCoverageReportOutput(args: GetBotmanBotEndpointCoverageReportOutputArgs, opts?: InvokeOptions): Output<GetBotmanBotEndpointCoverageReportResult>def get_botman_bot_endpoint_coverage_report(config_id: Optional[int] = None,
                                            operation_id: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetBotmanBotEndpointCoverageReportResult
def get_botman_bot_endpoint_coverage_report_output(config_id: Optional[pulumi.Input[int]] = None,
                                            operation_id: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetBotmanBotEndpointCoverageReportResult]func GetBotmanBotEndpointCoverageReport(ctx *Context, args *GetBotmanBotEndpointCoverageReportArgs, opts ...InvokeOption) (*GetBotmanBotEndpointCoverageReportResult, error)
func GetBotmanBotEndpointCoverageReportOutput(ctx *Context, args *GetBotmanBotEndpointCoverageReportOutputArgs, opts ...InvokeOption) GetBotmanBotEndpointCoverageReportResultOutput> Note: This function is named GetBotmanBotEndpointCoverageReport in the Go SDK.
public static class GetBotmanBotEndpointCoverageReport 
{
    public static Task<GetBotmanBotEndpointCoverageReportResult> InvokeAsync(GetBotmanBotEndpointCoverageReportArgs args, InvokeOptions? opts = null)
    public static Output<GetBotmanBotEndpointCoverageReportResult> Invoke(GetBotmanBotEndpointCoverageReportInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBotmanBotEndpointCoverageReportResult> getBotmanBotEndpointCoverageReport(GetBotmanBotEndpointCoverageReportArgs args, InvokeOptions options)
public static Output<GetBotmanBotEndpointCoverageReportResult> getBotmanBotEndpointCoverageReport(GetBotmanBotEndpointCoverageReportArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getBotmanBotEndpointCoverageReport:getBotmanBotEndpointCoverageReport
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ConfigId int
- OperationId string
- ConfigId int
- OperationId string
- configId Integer
- operationId String
- configId number
- operationId string
- config_id int
- operation_id str
- configId Number
- operationId String
getBotmanBotEndpointCoverageReport Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- ConfigId int
- OperationId string
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- ConfigId int
- OperationId string
- id String
- The provider-assigned unique ID for this managed resource.
- json String
- configId Integer
- operationId String
- id string
- The provider-assigned unique ID for this managed resource.
- json string
- configId number
- operationId string
- id str
- The provider-assigned unique ID for this managed resource.
- json str
- config_id int
- operation_id str
- id String
- The provider-assigned unique ID for this managed resource.
- json String
- configId Number
- operationId String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.
