{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-apimanagement-apimnamedvalues","description":"ApiManagementClient","version":"2019-12-01-preview","base_url":"https://management.azure.com","endpoints":7,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api ApiManagementClient\n@base https://management.azure.com\n@version 2019-12-01-preview\n@auth OAuth2\n@endpoints 7\n@toc subscriptions(7)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/namedValues\n@desc Lists a collection of NamedValues defined within a service instance.\n@optional {$filter: any # |   Field     |     Usage     |     Supported operators     |     Supported functions     ||-------------|-------------|-------------|-------------|| tags | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith, any, all | | displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |}\n@returns(200) A Collection of the NamedValue entities for the specified API Management service instance.\n\n@endpoint HEAD /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/namedValues/{namedValueId}\n@desc Gets the entity state (Etag) version of the NamedValue specified by its identifier.\n@returns(200) Specified NamedValue entity exists and current entity state version is present in the ETag header.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/namedValues/{namedValueId}\n@desc Gets the details of the NamedValue specified by its identifier.\n@returns(200) The response body contains the specified NamedValue entity.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/namedValues/{namedValueId}\n@desc Creates or updates a NamedValue.\n@required {parameters: any # Create parameters.}\n@returns(200) NamedValue was successfully updated.\n@returns(201) NamedValue was successfully created.\n@returns(202) Request to create or update NamedValue was accepted. Location header contains the URL where the status of the long running operation can be checked.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/namedValues/{namedValueId}\n@desc Updates the specific NamedValue.\n@required {parameters: any # Update parameters.}\n@returns(200) NamedValue was successfully updated.\n@returns(202) Request to update NamedValue was accepted. Location header contains the URL where the status of the long running operation can be checked.\n@returns(204) NamedValue was successfully updated.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/namedValues/{namedValueId}\n@desc Deletes specific NamedValue from the API Management service instance.\n@returns(200) NamedValue was successfully deleted.\n@returns(204) NamedValue was successfully deleted.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/namedValues/{namedValueId}/listValue\n@desc Gets the secret value of the NamedValue.\n@returns(200) The response body contains secret value.\n\n@end\n"}