cf-java-client
cf-java-client copied to clipboard
Java Client Library for Cloud Foundry
Currently, nothing is automatically filtered from an application when it is pushed. This diverges from the CLI’s behavior which filters out source control directories and possibly all hidden directories. The...
https://docs.cloudfoundry.org/api/uaa/version/4.6.0/index.html#list-with-attribute-filtering allows for querying UAAs `/Users` endpoint with filters based on attributes. However I don't see a way to make use of it via the cf-java-client API for UAA, based...
Hi, I am trying to query the /v1/events api using the java client, but there is no provision to query for a particular range with timestamp. Below is the code,...
New commands added in cf cli 6.35.0: ```NAME: share-service - Share a service instance with another space USAGE: cf share-service SERVICE_INSTANCE -s OTHER_SPACE [-o OTHER_ORG] OPTIONS: -o Org of the...
Somewhat related to https://github.com/cloudfoundry/cf-java-client/issues/851 but I thought this deserved a different issue. The Loggregator team is moving fast with v2. They've recently added support for deterministic routing of metrics. Something...
Does this Java client include support for Loggregator 2.x? I'm interested in extracting metrics through the nozzle. Currently using a client based off of your jmx-consumer project and have seen...
hi, how to use java client to execute following command programatically. cf login -a "api of cf" -sso
We're using cf-java-client in a multi-threaded application. Are `DefaultConnectionContext` etc. thread-safe? This is not documented right now, and they make heavy use of threading internally (with thread pools etc.), which...
Please add support for a user to create a task using the task template feature in CAPI. Example request for this feature in CAPI ``` curl "https://api.example.org/v3/apps/[guid]/tasks" \ -X POST...
As you can see from this [link](http://v3-apidocs.cloudfoundry.org/version/3.68.0/index.html#upload-package-bits) you can pass optionally list of Resouces which exist in Cloud Controller cache but in the _UploadPackageRequest class there is only fields for...