-
Notifications
You must be signed in to change notification settings - Fork 23
/
reference.html.md.erb
48 lines (29 loc) · 2.88 KB
/
reference.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: References
owner: Services
---
<strong><%= modified_date %></strong>
This topic collects API, configuration property, and other references for building Pivotal Cloud Foundry (PCF) tiles.
## <a id="troubleshooting"></a>Troubleshooting
Sooner or later you will run into problems that require digging a little bit deeper.
Here are some great resources on how to best troubleshoot more complex issues:
- [Troubleshooting PCF](http://docs.pivotal.io/pivotalcf/customizing/troubleshooting.html)
- [Troubleshooting Applications](http://docs.pivotal.io/pivotalcf/devguide/deploy-apps/troubleshoot-app-health.html)
- [Advanced Troubleshooting with BOSH](http://docs.pivotal.io/pivotalcf/customizing/trouble-advanced.html)
## <a id="api"></a>API
* [Service Broker API v2.10](http://docs.pivotal.io/pivotalcf/services/api.html) lists the requests, responses, and status codes required for a service broker.
* [Catalog Metadata](https://docs.pivotal.io/pivotalcf/services/catalog-metadata.html#services-metadata-fields) lists the metadata fields that a service broker must publish to create listings in the Services Marketplace.
* [Subcommands](https://docs.pivotal.io/on-demand-service-broker/creating.html#sub-commands) from the On-Demand Services SDK documentation lists the subcommands that ODB service adapter must respond to.
## <a id="properties"></a>Configuration Properties
* [Product Template Reference](./product-template-reference.html) catalogs how top-level properties, form properties, property blueprints, configurable properties, and job types are defined in tile installer `.yml` files, such as those generated by the Tile Installer or hand-coded legacy tiles.
* [Property Blueprint Reference](./property-reference.html#property-blueprints) compiles another list of accessors and values for configuration properties in the `property_blueprints` section of a tile installer `.yml` file.
* [Referencing Properties](./property-reference.html#expressions) explains how to specify the locations of tile configuration properties in a tile installer `.yml` file.
## <a id="cli"></a>Command Line Tools
* [Cloud Foundry CLI Reference Guide](http://cli.cloudfoundry.org/en-US/cf/) catalogs the cf CLI.
* [pcf Command Line Utility](./pcf-command.html) catalogs the `pcf` utility, which you can use to bypass Ops Manager.
* [The Fly CLI](http://concourse.ci/fly-cli.html) catalogs the `fly` command-line interface to Concourse.
## <a id="release-notices"></a>Partners Release Notices
* [Pivotal Cloud Foundry v2.2 Partners Release Notice](http://docs.pivotal.io/tiledev/2-2/release-notes.html)
* [Pivotal Cloud Foundry v2.1 Partners Release Notice](http://docs.pivotal.io/tiledev/2-1/release-notes.html)
* [Pivotal Cloud Foundry v2.0 Partners Release Notice](http://docs.pivotal.io/tiledev/2-0/release-notes.html)
* [Pivotal Cloud Foundry v1.12 Partners Release Notice](http://docs.pivotal.io/tiledev/1-12/release-notes.html)