Description | : Requests the headers and status of the given resource. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "CheckKeyValues", "$parameters": [ { "#name": "snapshot", "Description": { "new": "A filter used get key-values for a snapshot. The value should be the name of\nthe snapshot. Not valid when used with 'key' and 'label' filters.", "old": "A filter used get key-values for a snapshot. Not valid when used with 'key' and 'label' filters." } } ] }
⚼ Request
HEAD:
/kv
{
api-version:
string
,
key:
string
,
label:
string
,
Sync-Token:
string
,
After:
string
,
Accept-Datetime:
string
,
$Select:
array
,
snapshot:
string
,
If-Match:
string
,
If-None-Match:
string
,
tags:
array
,
x-ms-client-request-id:
string
,
}
⚐ Response (200)
{
etag:
string
,
sync-token:
string
,
}
⚐ Response (default)
{
type:
string
,
title:
string
,
name:
string
,
detail:
string
,
status:
integer
,
}