Re: Document about "suspended" org
Nicholas Calugar
Hi Noburou,
toggle quoted message
Show quoted text
The Organizations API documents a status: http://apidocs.cloudfoundry.org/241/organizations/update_an_organization.html It appears this can be “active” or “suspended”: https://github.com/cloudfoundry/cloud_controller_ng/blob/dd9aab29120e455f15853534372d1e5549216691/app/models/runtime/organization.rb#L4 When the organization is suspended, various API requests are denied. This is useful for operators to be able to suspend organizations for some reason, e.g. not paying their bill. Thanks, Nick Nicholas Calugar Product Manager - Cloud Foundry API Pivotal Software, Inc. On September 6, 2016 at 3:44:27 AM, Noburou TANIGUCHI (dev(a)nota.m001.jp)
wrote: Hi CF guys, Is there any document / information about the status "suspended" of an org? I've found so many codes about it [1], but cannot find any document in docs.cloudfoundry.org [2]. I want to know what is the objective(s) of it, what is expected in a suspended org (it seems that everything in the org should be read-only), and how we can make use of it. Thanks in advance. [1] https://github.com/cloudfoundry/cloud_controller_ng/search?utf8=%E2%9C%93&q=suspended&type=Code [2] https://docs.cloudfoundry.org/search?q=suspended ----- I'm not a ... noburou taniguchi -- View this message in context: http://cf-dev.70369.x6.nabble.com/Document-about-suspended-org-tp5716.html Sent from the CF Dev mailing list archive at Nabble.com. |
|