Properties
The resources in the /misc/usaStates and /misc/countries collections have properties that represent location identifiers. Properties can be used as query parameter values in GET requests.
USA states
The resources in the /misc/usaStates collection have a number of properties that reflect USA states and their identifiers.
Property | Type | Description |
---|---|---|
id | integer | System ID assigned to a USA state in Veeam Availability Console RESTful API. |
code | string | Postal code of a USA state. |
name | string | USA state name. |
Countries
The resources in the /misc/countries collection have a number of properties that reflect countries and their identifiers.
Property | Type | Description |
---|---|---|
id | integer | System ID assigned to a country in Veeam Availability Console RESTful API. |
code | string | Two-letter code of a country. |
name | string | Country name. |