Full stack resources
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Information about the service connector when creating a full stack.
Information about the service connector resources needed for CLI and UI.
POST /api/v1/service_connectors/full_stack_resources HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 91
{
"type": "text",
"auth_method": "text",
"configuration": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
{
"connector_type": "text",
"components_resources_info": {
"ANY_ADDITIONAL_PROPERTY": [
{
"flavor": "text",
"flavor_display_name": "text",
"required_configuration": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"use_resource_value_as_fixed_config": true,
"accessible_by_service_connector": [
"text"
],
"connected_through_service_connector": [
{
"body": {
"created": "2025-04-21T16:49:05.607Z",
"updated": "2025-04-21T16:49:05.607Z",
"user": {
"body": {
"created": "2025-04-21T16:49:05.607Z",
"updated": "2025-04-21T16:49:05.607Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"type": "alerter",
"flavor_name": "text",
"integration": "text",
"logo_url": "text"
},
"metadata": {
"configuration": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"labels": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"connector_resource_id": "text",
"connector": {
"body": {
"created": "2025-04-21T16:49:05.607Z",
"updated": "2025-04-21T16:49:05.607Z",
"user": {
"body": {
"created": "2025-04-21T16:49:05.607Z",
"updated": "2025-04-21T16:49:05.607Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"description": "text",
"connector_type": "text",
"auth_method": "text",
"resource_types": [
"text"
],
"resource_id": "text",
"supports_instances": true,
"expires_at": "2025-04-21T16:49:05.607Z",
"expires_skew_tolerance": 1
},
"metadata": {
"configuration": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"secret_id": "123e4567-e89b-12d3-a456-426614174000",
"expiration_seconds": 1,
"secrets": {},
"labels": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
}
},
"resources": {
"flavor": {
"body": {
"created": "2025-04-21T16:49:05.607Z",
"updated": "2025-04-21T16:49:05.607Z",
"user": {
"body": {
"created": "2025-04-21T16:49:05.607Z",
"updated": "2025-04-21T16:49:05.607Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"type": "alerter",
"integration": "text",
"source": "text",
"logo_url": "text",
"is_custom": true
},
"metadata": {
"config_schema": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"connector_type": "text",
"connector_resource_type": "text",
"connector_resource_id_attr": "text",
"docs_url": "text",
"sdk_docs_url": "text"
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
}
]
}
]
}
}