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

Implementation of CF API resources as Steampipe tables #1

Open
12 of 75 tasks
SvenTo opened this issue Jan 30, 2022 · 0 comments
Open
12 of 75 tasks

Implementation of CF API resources as Steampipe tables #1

SvenTo opened this issue Jan 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@SvenTo
Copy link
Owner

SvenTo commented Jan 30, 2022

This page documents the progress in implementing the CF API resources as Steampipe tables.

v3 Resources

Details: http://v3-apidocs.cloudfoundry.org/version/3.113.0/index.html

  • Apps
    • Table cf_app
    • Get environment for an app / droplet
    • Get permissions
  • App Features
  • App Usage Events
  • Audit Events
  • Builds
  • Buildpacks
  • Deployments
  • Domains
  • Droplets
  • Environment Variable Groups
  • Feature Flags
  • Info
    • Not implemented in go-cfclient, yet
  • Isolation Segments
  • Jobs
  • Manifests
  • Organizations
    • Table cf_org
  • Organization Quotas
  • Packages
  • Processes
  • Resource Matches
  • Roles
    • Not implemented in go-cfclient, yet
  • Root
  • Routes
    • Not implemented in go-cfclient, yet
  • Security Groups
  • Service Brokers
  • Service Offerings
  • Service Plans
  • Service Plan Visibility
  • Service Instances
  • Service Credential Binding
  • Service Route Binding
  • Service Usage Events
  • Spaces
    • Table cf_space
  • Space Features
  • Space Quotas
  • Stacks
    • Not implemented in go-cfclient, yet
  • Tasks
  • Users
    • Not implemented in go-cfclient, yet
  • Admin
    • Nothing to query

v2 Resources

Details: https://apidocs.cloudfoundry.org/16.22.0/

  • App Usage Events - Deprecated
  • Apps - Deprecated
  • Blobstores
  • Buildpacks - Deprecated
    • Table cf_buildpacks_v2
  • Domains - Deprecated
    • Table cf_private_domain_v2
  • Environment Variable Groups - Deprecated
  • Events - Deprecated
  • Feature Flags - Deprecated
  • Files (removed)
  • Info
    • Table cf_info_v2
  • Jobs
  • Organization Quota Definitions - Deprecated
  • Organizations - Deprecated
    • Table cf_org_v2
  • Private Domains - Deprecated
  • Resource Match - Deprecated
  • Routes - Deprecated
    • Table cf_route_v2
  • Route Mappings - Deprecated
  • Security Group Running Defaults - Deprecated
  • Security Group Staging Defaults - Deprecated
  • Security Groups - Deprecated
    • Table cf_security_group_v2
  • Service Bindings - Deprecated
  • Service Brokers - Deprecated
  • Service Instances - Deprecated
  • Service Keys - Deprecated
  • Service Plan Visibilities - Deprecated
  • Service Plans - Deprecated
  • Service Usage Events - Deprecated
  • Services - Deprecated
  • Shared Domains - Deprecated
    • Table cf_shared_domain_v2
  • Space Quota Definitions - Deprecated
  • Spaces - Deprecated
  • Stacks - Deprecated
    • Table cf_stack_v2
  • User Provided Service Instances - Deprecated
  • Users - Deprecated
@SvenTo SvenTo added the enhancement New feature or request label Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant