---
title: "Get Resources Based On Service Connector Info"
method: POST
path: "/api/v1/service_connectors/full_stack_resources"
tags: ["service_connectors"]
---

# Get Resources Based On Service Connector Info

`POST /api/v1/service_connectors/full_stack_resources`

Gets the list of resources that a service connector can access.

Args:
    connector_info: The service connector info.
    connector_uuid: The service connector uuid.

Returns:
    The list of resources that the service connector configuration has
    access to and consumable from UI/CLI.

Raises:
    ValueError: If both connector_info and connector_uuid are provided.
    ValueError: If neither connector_info nor connector_uuid are provided.

## Query parameters

- `connector_uuid` string, uuid, nullable

## Request body

- ServiceConnectorInfo — Information about the service connector when creating a full stack.
  - `type` string, required
  - `auth_method` string, required
  - `configuration` object

## Response `200`

Successful Response

- ServiceConnectorResourcesInfo — Information about the service connector resources needed for CLI and UI.
  - `connector_type` string, required
  - `components_resources_info` object, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/zenml-io/apis/zenml-2.md) · [All operations](https://skmtc.net/zenml-io/apis/zenml-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenml-io/zenml-2/versions/febb01b8bce3/schema)
