Skip to content

policy_id type in Get Snapshot Lifecycle API REST spec should be list #47765

Closed
@russcam

Description

@russcam

In line with other REST API specs that accept a comma-separated list of values, the slm.get_lifecycle REST API spec policy_id should be of type "list", and not "string":

"parts":{
"policy_id":{
"type":"string",
"description":"Comma-separated list of snapshot lifecycle policies to retrieve"
}
}

This affects REST specs back to v7.4.0.

The docs should also be updated to use policy_id instead of policy_ids, to match the REST API spec.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions