Microsoft Azure · Example Payload

Azure Cosmos Db Item Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Azure Cosmos Db Item Example is an example object payload from Microsoft Azure, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

id_rid_ts_self_etag_attachments

Example Payload

Raw ↑
{
  "id": "abc123",
  "_rid": "500123",
  "_ts": 10,
  "_self": "example_value",
  "_etag": "example_value",
  "_attachments": "example_value"
}