--- title: "Common Properties" description: "Use this section to list the properties of a resource collection. For each property, specify its type and provide a short description." canonical: "https://helpcenter.veeam.com/docs/styleguide/tw/rest_api_properties.html" breadcrumb: "Style Guide > Structuring Content > Topic Types > Reference Topic > REST API Reference > Resource Сollection > Common Properties" dateModified: "2026-09-03" --- # Common Properties Use this section to list the properties of a resource collection. For each property, specify its type and provide a short description. ::: note For reference topics in Veeam technical documentation, we use slightly different rules from those defined in section [Articles](articles.md). However, these rules apply only to articles used in descriptions of parameters and properties. Particularly, when listing the properties of a REST API resource collection, we omit an article in a property description if it is the first word in the description. ::: ::: dropdown ## Example The resources in the [/FailoverPlans]{.Code_Example} collection have properties that represent failover plan settings. Properties can be used in POST requests as well as for query parameter values in GET requests.
|
Property |
Type |
Description |
|---|---|---|
|
name |
string |
Name of a failover plan. |
|
id |
string |
System ID assigned to a failover plan in Orchestrator RESTful API. |
|
contactName |
string |
Contact name of a person responsible for monitoring Orchestrator performance. |
|
contactEmail |
string |
Contact email of a person responsible for monitoring Orchestrator performance. |
|
contactTel |
string |
Telephone number of a person responsible for monitoring Orchestrator performance. |
|
description |
string |
Description of a failover plan. |