forked from mboldt/docs-tiledev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreference.html.md.erb
More file actions
50 lines (32 loc) · 3.32 KB
/
reference.html.md.erb
File metadata and controls
50 lines (32 loc) · 3.32 KB
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
49
50
---
title: References
owner: Services
---
This topic collects API, configuration property, and other references for building <%= vars.platform_name %> 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 <%= vars.platform_name %>](http://docs.pivotal.io/pivotalcf/customizing/troubleshooting.html)
- [Troubleshooting Applications](http://docs.pivotal.io/application-service/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/application-service/services/api.html) lists the requests, responses, and status codes required for a service broker.
* [Catalog Metadata](https://docs.pivotal.io/application-service/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
* [Property and Template References](./property-template-references.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. It also explains how to specify the locations of tile configuration properties in a tile installer `.yml` file.
* [Property Blueprint Reference](./property-template-references.html#property-blueprints) compiles a list of accessors and values for configuration properties in the `property_blueprints` section of 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
* [Ops Manager v2.10 Partners Release Notice](release-notes.html)
* [Ops Manager v2.9 Partners Release Notice](http://docs.pivotal.io/tiledev/2-9/release-notes.html)
* [Pivotal Platform v2.8 Partners Release Notice](http://docs.pivotal.io/tiledev/2-8/release-notes.html)
* [Pivotal Platform v2.7 Partners Release Notice](http://docs.pivotal.io/tiledev/2-7/release-notes.html)
* [Pivotal Cloud Foundry v2.6 Partners Release Notice](http://docs.pivotal.io/tiledev/2-6/release-notes.html)
* [Pivotal Cloud Foundry v2.5 Partners Release Notice](http://docs.pivotal.io/tiledev/2-5/release-notes.html)
* [Pivotal Cloud Foundry v2.4 Partners Release Notice](http://docs.pivotal.io/tiledev/2-4/release-notes.html)
* [Pivotal Cloud Foundry v2.3 Partners Release Notice](http://docs.pivotal.io/tiledev/2-3/release-notes.html)
* [Pivotal Cloud Foundry v2.2 Partners Release Notice](http://docs.pivotal.io/tiledev/2-2/release-notes.html)