def stacks
    @stacks ||= begin
      stack_uri = URI.parse(manager.url)
      stack_uri.path = "/cam/api/v1/stacks"
      filter = '{"fields": ["id", "name", "templateId", "templateName", "status", "templateProvider", "created_at", "lastUpdatedAt"]}'