Benjamin Einaudi
Benjamin Einaudi
Hi, This is a strange behaviour. Running the following code with my instance of cloudfoundry works ```python app = client.apps.get_first(name='my-application') print(type(app)) print(app.summary()) app.stop() ``` Is your CF instance recent? Do...
Hi Sorry for the late reply I've been struggling installing PCFDEV `1.2.0` for `PAS 2.4.4` Running the following script against a running application works ```python import os from cloudfoundry_client.client import...
@jimconner normally the `cfClient.v3.apps` call return a generator that crawl the application you have access to using the pagination mechanism offered by the api. as object as deserialized and then...
@codejunction can you point me the endpoint you would like?
Take a look at the operation package
@hugoo10 so far no. I dont' have access to any CF instance. PR accepted :)
Hi, I've been running the following code and it works nice... :cry: ```python import logging import os import threading from cloudfoundry_client.client import CloudFoundryClient from flask import jsonify, Flask logging.basicConfig(level=logging.INFO, format='%(levelname)5s...
For infomormation I also rewrote a little your code as follows to optimize api call: ```python import logging import os import threading from cloudfoundry_client.client import CloudFoundryClient from flask import Flask,...
@gthomson31 I've just released the version `1.9.0` that will raise a dedicated exception `InvalidEntityException` containing the raw entity. Can you please run your code with this version and send me...
That seems to be related to `entity` key being present in json object yet valued to `null` I am currently on holiday without any laptop