Skip to content

Failed to list DNS records: path parameter 'zone_identifier' is empty and the response is: null #99

@hamzy

Description

@hamzy

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
For the following program:
https://gist.github.com/hamzy/471de5f98f84e6e4808f0ddb3fd315bb

List the steps that can be used to demonstrate the bug. Include the name of the service and operation that you're trying to invoke, if applicable. Be sure to describe any relevant info regarding parameter values used with your API invocation.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Must gather (please complete the following information):

hamzy:powervs-hack$ go version
go version go1.18.5 linux/amd64

hamzy:powervs-hack$ cat list-dns/go.mod
...
require (
        github.com/IBM/go-sdk-core/v5 v5.10.2
        github.com/IBM/networking-go-sdk v0.34.0
)

require (
        github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
        github.com/go-openapi/errors v0.20.2 // indirect
        github.com/go-openapi/strfmt v0.21.3 // indirect
        github.com/go-playground/locales v0.14.0 // indirect
        github.com/go-playground/universal-translator v0.18.0 // indirect
        github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
        github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
        github.com/leodido/go-urn v1.2.1 // indirect
        github.com/mitchellh/mapstructure v1.3.3 // indirect
        github.com/oklog/ulid v1.3.1 // indirect
        go.mongodb.org/mongo-driver v1.10.0 // indirect
        gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
)
...

Additional context
Add any other context about the problem here.
Were you able to avoid the problem by changing your application code slightly?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions