Preview

CreateUsageReaderConfigurationInput is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

CreateUsageReaderConfigurationInput

Input for creating a usage reader

This page contains

    Fields

    name String!

    Name for usage reader

    inputType UsageReaderInputType! PREVIEW

    Input type of usage reader defines how it is created for eg: from CSV file or JSON

    billable Boolean

    If true, reader is used for processing usage events that are billable

    Default value: true

    productId String!

    Unique ID of the product

    fieldMappings UsageReaderFieldMappingsInput! PREVIEW

    List of fields which will be the part of usage request and their fieldReference from usage payload and inputFieldRef from usage reader input file.

    aggregationFields [String]

    List of fields which will be used in custom aggregation logic of custom metered usages

    description UsageReaderDescriptionInput PREVIEW

    Description of usage request

    additionalAttributes [String]

    Additional fields of usage request

    fileDetails UsageReaderFileDetailsInput PREVIEW

    Input file details used for reader configuration. These details are just for reference and are not used in usage processing.

    createdBy String!

    User email who is creating usage reader configurations

    Mutations for CreateUsageReaderConfigurationInput

    createUsageReaderConfiguration PREVIEW

    Create a usage reader