Skip to content

Cannot List Service Usage Events #717

@s-bortolussi

Description

@s-bortolussi

Hi,

When listing service usage events, I get following error

Cannot construct instance of org.cloudfoundry.client.v2.serviceusageevents.ServiceUsageEventEntity, problem: Cannot build ServiceUsageEventEntity, some of required attributes are not set [servicePlanName]

It appears that servicePlanName is configured as mandatory in _ServiceUsageEventEntity

    /**
     * The service plan name
     */
    @JsonProperty("service_plan_name")
    abstract String getServicePlanName();

But I could not find such a constraint in Service Usage Events API.

Is there any reason for that ?

Thanks in advance

sebastien

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions