minio/pkg/madmin/examples
Krishnan Parthasarathi 0472e5c1e1 Change query param name to duration in list/clear locks API (#3664)
Following is a sample list lock API request schematic,

  /?lock&bucket=mybucket&prefix=myprefix&duration=holdDuration
  x-minio-operation: list

The response would contain the list of locks held on mybucket matching
myprefix for a duration longer than holdDuration.
2017-02-01 11:17:30 -08:00
..
heal-bucket.go Implement mgmt REST APIs for heal subcommands (#3533) 2017-01-17 10:02:58 -08:00
heal-buckets-list.go heal: Add ListBucketsHeal object API (#3563) 2017-01-19 09:34:18 -08:00
heal-format.go Add dry-run query param for HealFormat API (#3618) 2017-01-24 08:11:05 -08:00
heal-object.go Implement mgmt REST APIs for heal subcommands (#3533) 2017-01-17 10:02:58 -08:00
heal-objects-list.go heal: Add ListBucketsHeal object API (#3563) 2017-01-19 09:34:18 -08:00
lock-clear.go Change query param name to duration in list/clear locks API (#3664) 2017-02-01 11:17:30 -08:00
lock-list.go Change query param name to duration in list/clear locks API (#3664) 2017-02-01 11:17:30 -08:00
service-restart.go Implement list, clear locks REST API w/ pkg/madmin support (#3491) 2017-01-03 23:39:22 -08:00
service-set-credentials.go admin: Add service Set Credentials API (#3580) 2017-01-17 14:25:59 -08:00
service-status.go Implement list, clear locks REST API w/ pkg/madmin support (#3491) 2017-01-03 23:39:22 -08:00