---
title: "Show information about the specified vSphere resources"
method: GET
path: "/target/{target}/datacenter/{datacenter}"
tags: ["not-yet-implemented"]
---

# Show information about the specified vSphere resources

`GET /target/{target}/datacenter/{datacenter}`

Making a `GET` request on a datacenter will return information about the state of the host firewall on those resources.

## Path parameters

- `target` string, required
- `datacenter` string, required

## Query parameters

- `compute-resource` string
- `thumbprint` string

## Response `200`

A vSphere target

- Target — Information about the current state of a vSphere target.
  - `firewall` object[] — Information about the firewall status on each host.
    - `target` string
    - `in_supported_state` boolean

## Other responses

- `default` — An error occurred

## Changes

- **2018-06-18** `b8b5b3801ae2` — 1 info
  - api tag `not-yet-implemented` added
- **2017-07-12** `7a99cfe3f0d8` — 1 info
  - api tag `not-yet-implemented` removed

[Change history](https://skmtc.dev/vmware/apis/vic-machine-api/changes/target/:target/datacenter/:datacenter/get.md)

---

[API](https://skmtc.dev/vmware/apis/vic-machine-api.md) · [All operations](https://skmtc.dev/vmware/apis/vic-machine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vmware/vic-machine-api/revisions/022f4170e516/schema)
