Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

GetBucketTagging


Retorna o conjunto de tags associado ao bucket.

Request Syntax


GET /?tagging HTTP/1.1
Host: bucket-name.bigfile.brascloud.com.br:443

Response Syntax


HTTP/1.1 200
<?xml version="1.0" encoding="UTF-8"?>
<GetBucketTaggingOutput>
   <TagSet>
      <Tag>
         <Key>string</Key>
         <Value>string</Value>
      </Tag>
   </TagSet>
</GetBucketTaggingOutput>

Exemplos

A solicitação a seguir retorna o conjunto de tags do intervalo especificado.


Request
            GET ?tagging HTTP/1.1
            Host: bucket.bigfile.brascloud.com.br:443
            Date: Wed, 28 Oct 2009 22:32:00 GMT
            Authorization: authorization string

Response
         HTTP/1.1 200 OK
         Date: Wed, 25 Nov 2009 12:00:00 GMT
         Connection: close
         Server: bigfile

         <Tagging>
           <TagSet>
              <Tag>
                <Key>Project</Key>
               <Value>Project One</Value>
              </Tag>
              <Tag>
                <Key>User</Key>
                <Value>jsmith</Value>
              </Tag>
           </TagSet>
         </Tagging> 

Ainda tem dúvidas?

Você pode abrir um chamado conosco acessando nosso portal de suporte, estamos a disposição.

  • No labels