1. Packages
  2. Azure Native
  3. API Docs
  4. devcenter
  5. getCatalogSyncErrorDetails
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.40.0 published on Monday, May 6, 2024 by Pulumi

azure-native.devcenter.getCatalogSyncErrorDetails

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.40.0 published on Monday, May 6, 2024 by Pulumi

    Gets catalog synchronization error details Azure REST API version: 2023-08-01-preview.

    Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview.

    Using getCatalogSyncErrorDetails

    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 getCatalogSyncErrorDetails(args: GetCatalogSyncErrorDetailsArgs, opts?: InvokeOptions): Promise<GetCatalogSyncErrorDetailsResult>
    function getCatalogSyncErrorDetailsOutput(args: GetCatalogSyncErrorDetailsOutputArgs, opts?: InvokeOptions): Output<GetCatalogSyncErrorDetailsResult>
    def get_catalog_sync_error_details(catalog_name: Optional[str] = None,
                                       dev_center_name: Optional[str] = None,
                                       resource_group_name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetCatalogSyncErrorDetailsResult
    def get_catalog_sync_error_details_output(catalog_name: Optional[pulumi.Input[str]] = None,
                                       dev_center_name: Optional[pulumi.Input[str]] = None,
                                       resource_group_name: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetCatalogSyncErrorDetailsResult]
    func GetCatalogSyncErrorDetails(ctx *Context, args *GetCatalogSyncErrorDetailsArgs, opts ...InvokeOption) (*GetCatalogSyncErrorDetailsResult, error)
    func GetCatalogSyncErrorDetailsOutput(ctx *Context, args *GetCatalogSyncErrorDetailsOutputArgs, opts ...InvokeOption) GetCatalogSyncErrorDetailsResultOutput

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

    public static class GetCatalogSyncErrorDetails 
    {
        public static Task<GetCatalogSyncErrorDetailsResult> InvokeAsync(GetCatalogSyncErrorDetailsArgs args, InvokeOptions? opts = null)
        public static Output<GetCatalogSyncErrorDetailsResult> Invoke(GetCatalogSyncErrorDetailsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCatalogSyncErrorDetailsResult> getCatalogSyncErrorDetails(GetCatalogSyncErrorDetailsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:devcenter:getCatalogSyncErrorDetails
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CatalogName string
    The name of the Catalog.
    DevCenterName string
    The name of the devcenter.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    CatalogName string
    The name of the Catalog.
    DevCenterName string
    The name of the devcenter.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    catalogName String
    The name of the Catalog.
    devCenterName String
    The name of the devcenter.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    catalogName string
    The name of the Catalog.
    devCenterName string
    The name of the devcenter.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    catalog_name str
    The name of the Catalog.
    dev_center_name str
    The name of the devcenter.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    catalogName String
    The name of the Catalog.
    devCenterName String
    The name of the devcenter.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getCatalogSyncErrorDetails Result

    The following output properties are available:

    Conflicts []CatalogConflictErrorResponse
    Catalog items that have conflicting names.
    Errors []CatalogSyncErrorResponse
    Errors that occured during synchronization.
    OperationError CatalogErrorDetailsResponse
    Error information for the overall synchronization operation.
    conflicts List<CatalogConflictErrorResponse>
    Catalog items that have conflicting names.
    errors List<CatalogSyncErrorResponse>
    Errors that occured during synchronization.
    operationError CatalogErrorDetailsResponse
    Error information for the overall synchronization operation.
    conflicts CatalogConflictErrorResponse[]
    Catalog items that have conflicting names.
    errors CatalogSyncErrorResponse[]
    Errors that occured during synchronization.
    operationError CatalogErrorDetailsResponse
    Error information for the overall synchronization operation.
    conflicts Sequence[CatalogConflictErrorResponse]
    Catalog items that have conflicting names.
    errors Sequence[CatalogSyncErrorResponse]
    Errors that occured during synchronization.
    operation_error CatalogErrorDetailsResponse
    Error information for the overall synchronization operation.
    conflicts List<Property Map>
    Catalog items that have conflicting names.
    errors List<Property Map>
    Errors that occured during synchronization.
    operationError Property Map
    Error information for the overall synchronization operation.

    Supporting Types

    CatalogConflictErrorResponse

    Name string
    Name of the conflicting catalog item.
    Path string
    The path of the file that has a conflicting name.
    Name string
    Name of the conflicting catalog item.
    Path string
    The path of the file that has a conflicting name.
    name String
    Name of the conflicting catalog item.
    path String
    The path of the file that has a conflicting name.
    name string
    Name of the conflicting catalog item.
    path string
    The path of the file that has a conflicting name.
    name str
    Name of the conflicting catalog item.
    path str
    The path of the file that has a conflicting name.
    name String
    Name of the conflicting catalog item.
    path String
    The path of the file that has a conflicting name.

    CatalogErrorDetailsResponse

    Code string
    An identifier for the error.
    Message string
    A message describing the error.
    Code string
    An identifier for the error.
    Message string
    A message describing the error.
    code String
    An identifier for the error.
    message String
    A message describing the error.
    code string
    An identifier for the error.
    message string
    A message describing the error.
    code str
    An identifier for the error.
    message str
    A message describing the error.
    code String
    An identifier for the error.
    message String
    A message describing the error.

    CatalogSyncErrorResponse

    ErrorDetails List<Pulumi.AzureNative.DevCenter.Inputs.CatalogErrorDetailsResponse>
    Errors associated with the file.
    Path string
    The path of the file the error is associated with.
    ErrorDetails []CatalogErrorDetailsResponse
    Errors associated with the file.
    Path string
    The path of the file the error is associated with.
    errorDetails List<CatalogErrorDetailsResponse>
    Errors associated with the file.
    path String
    The path of the file the error is associated with.
    errorDetails CatalogErrorDetailsResponse[]
    Errors associated with the file.
    path string
    The path of the file the error is associated with.
    error_details Sequence[CatalogErrorDetailsResponse]
    Errors associated with the file.
    path str
    The path of the file the error is associated with.
    errorDetails List<Property Map>
    Errors associated with the file.
    path String
    The path of the file the error is associated with.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.40.0 published on Monday, May 6, 2024 by Pulumi