Microsoft.VideoIndexer (stable:2025-03-01)

2025/02/20 • 12 new methods

Operations_List (new)
Description Lists all of the available Azure Video Indexer provider operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.VideoIndexer/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
actionType: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Accounts_CheckNameAvailability (new)
Description Checks that the Video Indexer account name is valid and is not already in use.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.VideoIndexer/checkNameAvailability
{
subscriptionId: string ,
api-version: string ,
checkNameAvailabilityParameters:
{
name: string ,
type: enum ,
}
,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: enum ,
message: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Accounts_List (new)
Description List all Azure Video Indexer accounts available under the subscription
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.VideoIndexer/accounts
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
tenantId: string ,
accountId: string ,
accountName: string ,
storageServices:
{
resourceId: string ,
userAssignedIdentity: string ,
}
,
openAiServices:
{
resourceId: string ,
userAssignedIdentity: string ,
}
,
totalSecondsIndexed: integer ,
totalMinutesIndexed: integer ,
provisioningState: enum ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Accounts_ListByResourceGroup (new)
Description List all Azure Video Indexer accounts available under the resource group
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VideoIndexer/accounts
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
tenantId: string ,
accountId: string ,
accountName: string ,
storageServices:
{
resourceId: string ,
userAssignedIdentity: string ,
}
,
openAiServices:
{
resourceId: string ,
userAssignedIdentity: string ,
}
,
totalSecondsIndexed: integer ,
totalMinutesIndexed: integer ,
provisioningState: enum ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Accounts_Get (new)
Description Gets the properties of an Azure Video Indexer account.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VideoIndexer/accounts/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
tenantId: string ,
accountId: string ,
accountName: string ,
storageServices:
{
resourceId: string ,
userAssignedIdentity: string ,
}
,
openAiServices:
{
resourceId: string ,
userAssignedIdentity: string ,
}
,
totalSecondsIndexed: integer ,
totalMinutesIndexed: integer ,
provisioningState: enum ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Accounts_Update (new)
Description Updates the properties of an existing Azure Video Indexer account.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VideoIndexer/accounts/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
parameters:
{
properties:
{
tenantId: string ,
accountId: string ,
storageServices:
{
userAssignedIdentity: string ,
}
,
openAiServices:
{
resourceId: string ,
userAssignedIdentity: string ,
}
,
provisioningState: enum ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
tenantId: string ,
accountId: string ,
accountName: string ,
storageServices:
{
resourceId: string ,
userAssignedIdentity: string ,
}
,
openAiServices:
{
resourceId: string ,
userAssignedIdentity: string ,
}
,
totalSecondsIndexed: integer ,
totalMinutesIndexed: integer ,
provisioningState: enum ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Accounts_CreateOrUpdate (new)
Description Creates or updates an Azure Video Indexer account.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VideoIndexer/accounts/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
parameters:
{
properties:
{
tenantId: string ,
accountId: string ,
accountName: string ,
storageServices:
{
resourceId: string ,
userAssignedIdentity: string ,
}
,
openAiServices:
{
resourceId: string ,
userAssignedIdentity: string ,
}
,
totalSecondsIndexed: integer ,
totalMinutesIndexed: integer ,
provisioningState: enum ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
tenantId: string ,
accountId: string ,
accountName: string ,
storageServices:
{
resourceId: string ,
userAssignedIdentity: string ,
}
,
openAiServices:
{
resourceId: string ,
userAssignedIdentity: string ,
}
,
totalSecondsIndexed: integer ,
totalMinutesIndexed: integer ,
provisioningState: enum ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (201)

{
properties:
{
tenantId: string ,
accountId: string ,
accountName: string ,
storageServices:
{
resourceId: string ,
userAssignedIdentity: string ,
}
,
openAiServices:
{
resourceId: string ,
userAssignedIdentity: string ,
}
,
totalSecondsIndexed: integer ,
totalMinutesIndexed: integer ,
provisioningState: enum ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Accounts_Delete (new)
Description Delete an Azure Video Indexer account.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VideoIndexer/accounts/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Generate_AccessToken (new)
Description Generate an Azure Video Indexer access token.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VideoIndexer/accounts/{accountName}/generateAccessToken
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
parameters:
{
permissionType: enum ,
scope: enum ,
videoId: string ,
projectId: string ,
}
,
}

⚐ Response (200)

{
accessToken: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Generate_RestrictedViewerAccessToken (new)
Description Generate an Azure Video Indexer restricted viewer access token.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VideoIndexer/accounts/{accountName}/generateRestrictedViewerAccessToken
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
parameters:
{
scope: enum ,
videoId: string ,
projectId: string ,
}
,
}

⚐ Response (200)

{
accessToken: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
Generate_ExtensionAccessToken (new)
Description Generate an Azure Video Indexer access token.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VideoIndexer/accounts/{accountName}/generateExtensionAccessToken
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
parameters:
{
permissionType: enum ,
scope: enum ,
extensionId: string ,
videoId: string ,
tokenLifetimeInSeconds: integer ,
}
,
}

⚐ Response (200)

{
accessToken: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Generate_ExtensionRestrictedViewerAccessToken (new)
Description Generate an Azure Video Indexer restricted viewer access token.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VideoIndexer/accounts/{accountName}/generateExtensionRestrictedViewerAccessToken
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
parameters:
{
scope: enum ,
extensionId: string ,
videoId: string ,
tokenLifetimeInSeconds: integer ,
}
,
}

⚐ Response (200)

{
accessToken: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}