Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for a format_attributes parameter #14449

Merged
merged 2 commits into from
Mar 27, 2017

Commits on Mar 25, 2017

  1. Adding support for a format_attributes parameter with syntax:

      format_attributes=attr1=format1,attr2=format2,attr3=format3,....
    
    Implementation to support an stdout virtual attribute on orchestration_stacks
    with optional rendering as follows:
    
      GET /api/services/:id/orchestration_stacks
        ?expand=resources
        &attributes=stdout
        &format_attributes=stdout=raw
    abellotti committed Mar 25, 2017
    Configuration menu
    Copy the full SHA
    0653eaf View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Configuration menu
    Copy the full SHA
    d0701b9 View commit details
    Browse the repository at this point in the history