1. Packages
  2. Azure Native
  3. API Docs
  4. elastic
  5. getOpenAIStatus
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.0.1 published on Monday, Apr 7, 2025 by Pulumi

azure-native.elastic.getOpenAIStatus

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.0.1 published on Monday, Apr 7, 2025 by Pulumi

Status of the OpenAI Integration

Uses Azure REST API version 2024-03-01.

Other available API versions: 2024-01-01-preview, 2024-05-01-preview, 2024-06-15-preview, 2024-10-01-preview, 2025-01-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native elastic [ApiVersion]. See the version guide for details.

Using getOpenAIStatus

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getOpenAIStatus(args: GetOpenAIStatusArgs, opts?: InvokeOptions): Promise<GetOpenAIStatusResult>
function getOpenAIStatusOutput(args: GetOpenAIStatusOutputArgs, opts?: InvokeOptions): Output<GetOpenAIStatusResult>
Copy
def get_open_ai_status(integration_name: Optional[str] = None,
                       monitor_name: Optional[str] = None,
                       resource_group_name: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetOpenAIStatusResult
def get_open_ai_status_output(integration_name: Optional[pulumi.Input[str]] = None,
                       monitor_name: Optional[pulumi.Input[str]] = None,
                       resource_group_name: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetOpenAIStatusResult]
Copy
func GetOpenAIStatus(ctx *Context, args *GetOpenAIStatusArgs, opts ...InvokeOption) (*GetOpenAIStatusResult, error)
func GetOpenAIStatusOutput(ctx *Context, args *GetOpenAIStatusOutputArgs, opts ...InvokeOption) GetOpenAIStatusResultOutput
Copy

> Note: This function is named GetOpenAIStatus in the Go SDK.

public static class GetOpenAIStatus 
{
    public static Task<GetOpenAIStatusResult> InvokeAsync(GetOpenAIStatusArgs args, InvokeOptions? opts = null)
    public static Output<GetOpenAIStatusResult> Invoke(GetOpenAIStatusInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetOpenAIStatusResult> getOpenAIStatus(GetOpenAIStatusArgs args, InvokeOptions options)
public static Output<GetOpenAIStatusResult> getOpenAIStatus(GetOpenAIStatusArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:elastic:getOpenAIStatus
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

IntegrationName
This property is required.
Changes to this property will trigger replacement.
string
OpenAI Integration name
MonitorName
This property is required.
Changes to this property will trigger replacement.
string
Monitor resource name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
IntegrationName
This property is required.
Changes to this property will trigger replacement.
string
OpenAI Integration name
MonitorName
This property is required.
Changes to this property will trigger replacement.
string
Monitor resource name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
integrationName
This property is required.
Changes to this property will trigger replacement.
String
OpenAI Integration name
monitorName
This property is required.
Changes to this property will trigger replacement.
String
Monitor resource name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
integrationName
This property is required.
Changes to this property will trigger replacement.
string
OpenAI Integration name
monitorName
This property is required.
Changes to this property will trigger replacement.
string
Monitor resource name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
integration_name
This property is required.
Changes to this property will trigger replacement.
str
OpenAI Integration name
monitor_name
This property is required.
Changes to this property will trigger replacement.
str
Monitor resource name
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
integrationName
This property is required.
Changes to this property will trigger replacement.
String
OpenAI Integration name
monitorName
This property is required.
Changes to this property will trigger replacement.
String
Monitor resource name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

getOpenAIStatus Result

The following output properties are available:

properties Property Map
Status of the OpenAI Integration

Supporting Types

OpenAIIntegrationStatusResponsePropertiesResponse

Status string
Status of the OpenAI Integration
Status string
Status of the OpenAI Integration
status String
Status of the OpenAI Integration
status string
Status of the OpenAI Integration
status str
Status of the OpenAI Integration
status String
Status of the OpenAI Integration

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.0.1 published on Monday, Apr 7, 2025 by Pulumi