Description | : Create or update an API Key for the Nginx deployment in order to access the dataplane API endpoint |
Reference | : Link ¶ |
⚼ Request
PUT:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}/apiKeys/{apiKeyName}
{
subscriptionId:
string
,
resourceGroupName:
string
,
deploymentName:
string
,
apiKeyName:
string
,
body:
{
,
id:
string
,
name:
string
,
type:
string
,
properties:
}
{
,
secretText:
string
,
endDateTime:
string
,
}
api-version:
string
,
}
⚐ Response (200)
{
id:
string
,
name:
string
,
type:
string
,
properties:
}
{
,
hint:
string
,
endDateTime:
string
,
}
⚐ Response (201)
{
id:
string
,
name:
string
,
type:
string
,
properties:
}
{
,
hint:
string
,
endDateTime:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}