Partition Handling

Indicate whether the web service is supported across different partitions and how the API url must be constructed.

No action

The web service is not supported across multiple partitions.
The partition is not included in the API url.

Path Literal

The web service is not supported across multiple partitions.
The partition is a predetermined value, based on current partition, required in the API url.

Path Variable

The web service is supported across multiple partitions.
The required partition must be specified in the API url.

  • No labels