{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector KeyValues API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "KeyValues", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Appconfiguration Configurationstores Configstorename Keyvalues", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AppConfiguration/configurationStores/:configStoreName/keyValues", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "configStoreName", "value": "", "type": "path", "description": "The name of the configuration store." }, { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "$skipToken", "value": "", "type": "query", "description": "A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls." } ] }, "docs": "Lists the key-values for a given configuration store." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Appconfiguration Configurationstores Configstorename Keyvalues Keyvaluename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AppConfiguration/configurationStores/:configStoreName/keyValues/:keyValueName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "configStoreName", "value": "", "type": "path", "description": "The name of the configuration store." }, { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "keyValueName", "value": "", "type": "path", "description": "Identifier of key and label combination. Key and label are joined by $ character. Label is optional." } ] }, "docs": "Gets the properties of the specified key-value." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Appconfiguration Configurationstores Configstorename Keyvalues Keyvaluename", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AppConfiguration/configurationStores/:configStoreName/keyValues/:keyValueName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "configStoreName", "value": "", "type": "path", "description": "The name of the configuration store." }, { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "keyValueName", "value": "", "type": "path", "description": "Identifier of key and label combination. Key and label are joined by $ character. Label is optional." } ] }, "docs": "Creates a key-value." }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Appconfiguration Configurationstores Configstorename Keyvalues Keyvaluename", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AppConfiguration/configurationStores/:configStoreName/keyValues/:keyValueName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "configStoreName", "value": "", "type": "path", "description": "The name of the configuration store." }, { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "keyValueName", "value": "", "type": "path", "description": "Identifier of key and label combination. Key and label are joined by $ character. Label is optional." } ] }, "docs": "Deletes a key-value." }, { "info": { "name": "Microsoft Azure Gets A List Of Key Values", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/kv", "headers": [ { "name": "Sync-Token", "value": "" }, { "name": "Accept-Datetime", "value": "" } ], "params": [ { "name": "key", "value": "", "type": "query", "description": "A filter used to match keys." }, { "name": "label", "value": "", "type": "query", "description": "A filter used to match labels" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." }, { "name": "After", "value": "", "type": "query", "description": "Instructs the server to return elements that appear after the element referred to by the specified token." }, { "name": "$Select", "value": "", "type": "query", "description": "Used to select what fields are present in the returned resource(s)." }, { "name": "snapshot", "value": "", "type": "query", "description": "A filter used get key-values for a snapshot. The value should be the name of the snapshot. Not valid when used with 'key' and 'label' filters." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Requests The Headers And Status Of The Given Resource", "type": "http" }, "http": { "method": "HEAD", "url": "{{baseUrl}}/kv", "headers": [ { "name": "Sync-Token", "value": "" }, { "name": "Accept-Datetime", "value": "" } ], "params": [ { "name": "key", "value": "", "type": "query", "description": "A filter used to match keys." }, { "name": "label", "value": "", "type": "query", "description": "A filter used to match labels" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." }, { "name": "After", "value": "", "type": "query", "description": "Instructs the server to return elements that appear after the element referred to by the specified token." }, { "name": "$Select", "value": "", "type": "query", "description": "Used to select what fields are present in the returned resource(s)." }, { "name": "snapshot", "value": "", "type": "query", "description": "A filter used get key-values for a snapshot. Not valid when used with 'key' and 'label' filters." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets A Single Key Value", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/kv/:key", "headers": [ { "name": "Sync-Token", "value": "" }, { "name": "Accept-Datetime", "value": "" }, { "name": "If-Match", "value": "" }, { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "key", "value": "", "type": "path", "description": "The key of the key-value to retrieve." }, { "name": "label", "value": "", "type": "query", "description": "The label of the key-value to retrieve." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." }, { "name": "$Select", "value": "", "type": "query", "description": "Used to select what fields are present in the returned resource(s)." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Creates A Key Value", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/kv/:key", "headers": [ { "name": "Sync-Token", "value": "" }, { "name": "If-Match", "value": "" }, { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "key", "value": "", "type": "path", "description": "The key of the key-value to create." }, { "name": "label", "value": "", "type": "query", "description": "The label of the key-value to create." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes A Key Value", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/kv/:key", "headers": [ { "name": "Sync-Token", "value": "" }, { "name": "If-Match", "value": "" } ], "params": [ { "name": "key", "value": "", "type": "path", "description": "The key of the key-value to delete." }, { "name": "label", "value": "", "type": "query", "description": "The label of the key-value to delete." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Requests The Headers And Status Of The Given Resource", "type": "http" }, "http": { "method": "HEAD", "url": "{{baseUrl}}/kv/:key", "headers": [ { "name": "Sync-Token", "value": "" }, { "name": "Accept-Datetime", "value": "" }, { "name": "If-Match", "value": "" }, { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "key", "value": "", "type": "path", "description": "The key of the key-value to retrieve." }, { "name": "label", "value": "", "type": "query", "description": "The label of the key-value to retrieve." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." }, { "name": "$Select", "value": "", "type": "query", "description": "Used to select what fields are present in the returned resource(s)." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }