Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Documentation Is Not Good Because Beginner Or Intermiate People Cant Undeerstand, Only More 20 Years Of Exp Can I Understand.. I Checked With Exp People So I Am Saying. I Am Intermiate Guy

Documentation is not good because beginner or intermiate people cant undeerstand, only more 20 years of exp can i understand.. i checked with exp people so i am saying. i am intermiate guy

  
  
Posted one year ago
Votes Newest

Answers 42


You can open developer tools (F12) and see in the UI what is happening when you create a new queue 🙂

  
  
Posted one year ago

SuccessfulKoala55 CostlyOstrich36 do u have any idea??

  
  
Posted one year ago

but missing part now.. queue.. this one even not there in doc..little worried now 🥶

  
  
Posted one year ago

this is my scirpt working fine.. thnks for the help..

  
  
Posted one year ago

@Jake H. 
#!/bin/bash

# Get the access key and secret key from the API response
response=$(curl -s -u "antony:antony" 
)
access_key=$(echo "$response" | jq -r '.data.credentials.access_key')
secret_key=$(echo "$response" | jq -r '.data.credentials.secret_key')

# Echo the access key and secret key
echo "Access Key: $access_key"
echo "Secret Key: $secret_key"

# Verify the presence of access key and secret key
if [[ -n "$access_key" && -n "$secret_key" ]]; then
    echo "Access key and secret key are set."
else
    echo "Access key or secret key is missing."
fi
  
  
Posted one year ago

sure.. sorry for posting msg there..

  
  
Posted one year ago

Also, please don't send messages to the channel when posting in a thread

  
  
Posted one year ago

You can just copy a ready clearml.conf file and replace the credentials there, you don't actually need to call clearml-init

  
  
Posted one year ago

The reason am asking.. while agen is spin up.. it will add queue also ..

  
  
Posted one year ago

SuccessfulKoala55 CostlyOstrich36 thanks for the help.. i created creds.. using this command

curl -s -u "antony:antony" 

now i need help to bypass clearml-init manual paste key its wont support .. any other bypass is available

  
  
Posted one year ago

okay let me try..

  
  
Posted one year ago

None

  
  
Posted one year ago

Instead of the cookie you need to use Basic Auth, with the username and password

  
  
Posted one year ago

this will work but i need clearml_basic_token or secret key & accesss key

  
  
Posted one year ago

curl '
' \
  -H 'Accept: application/json' \
  -H 'Accept-Language: en-US,en;q=0.9' \
  -H 'Connection: keep-alive' \
  -H 'Content-Type: application/json' \
  -H 'Cookie: clearml_token_basic=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdXRoX3R5cGUiOiJCZWFyZXIiLCJpYXQiOjE2ODMwMDMxMDksImVudiI6Ijx1bmtub3duPiIsImV4cCI6MTY4NTU5NTEwOSwiaWRlbnRpdHkiOnsicm9sZSI6InVzZXIiLCJjb21wYW55X25hbWUiOiJjbGVhcm1sIiwidXNlcl9uYW1lIjoiZWRnZWJyaWNrcyIsInVzZXIiOiI3Zjg2YWM1NzZmZDA0MTA1YTliNjVmOTc2OGM0M2Y1OSIsImNvbXBhbnkiOiJkMWJkOTJhM2IwMzk0MDBjYmFmYzYwYTdhNWIxZTUyYiJ9LCJhcGlfdmVyc2lvbiI6IjIuMjQiLCJzZXJ2ZXJfdmVyc2lvbiI6IjEuMTAuMSIsInNlcnZlcl9idWlsZCI6IjM1OSIsImZlYXR1cmVfc2V0IjoiYmFzaWMifQ.OAH5Iq4J-nvcHN_5-5nOjS3nAIGiHXmF8-at_xYPioI' \
  -H 'Origin: 
' \
  -H 'Referer: 
' \
  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'X-Allegro-Client: Webapp-1.10.1-359' \
  --data-raw '{}' \
  --compressed \
  --insecure
ack=$(jq -r '.[] | .credentials.access_key | select( . != null )' data)
sck=$(jq -r '.[] | .credentials.access_key | select( . != null )' data)
curl '
' \
  -H 'Accept: application/json' \
  -H 'Accept-Language: en-US,en;q=0.9' \
  -H 'Connection: keep-alive' \
  -H 'Content-Type: application/json' \
  -H 'Cookie: clearml_token_basic=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdXRoX3R5cGUiOiJCZWFyZXIiLCJpYXQiOjE2ODMwMDMxMDksImVudiI6Ijx1bmtub3duPiIsImV4cCI6MTY4NTU5NTEwOSwiaWRlbnRpdHkiOnsicm9sZSI6InVzZXIiLCJjb21wYW55X25hbWUiOiJjbGVhcm1sIiwidXNlcl9uYW1lIjoiZWRnZWJyaWNrcyIsInVzZXIiOiI3Zjg2YWM1NzZmZDA0MTA1YTliNjVmOTc2OGM0M2Y1OSIsImNvbXBhbnkiOiJkMWJkOTJhM2IwMzk0MDBjYmFmYzYwYTdhNWIxZTUyYiJ9LCJhcGlfdmVyc2lvbiI6IjIuMjQiLCJzZXJ2ZXJfdmVyc2lvbiI6IjEuMTAuMSIsInNlcnZlcl9idWlsZCI6IjM1OSIsImZlYXR1cmVfc2V0IjoiYmFzaWMifQ.OAH5Iq4J-nvcHN_5-5nOjS3nAIGiHXmF8-at_xYPioI' \
  -H 'Origin: 
' \
  -H 'Referer: 
' \
  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \
  -H 'X-Allegro-Client: Webapp-1.10.1-359' \
  --data-raw '{"access_key":"'$ack'","label":"random"}' \
  --compressed \
  --insecure
  
  
Posted one year ago

yeah i tried.. but its needed access key & secret ley

  
  
Posted one year ago

You can see the API calls done by the UI, theoretically you can use the same REST API calls to do it yourself, if you'd like

  
  
Posted one year ago

The dynamic access creation is only dont by the UI

  
  
Posted one year ago

okay.. this clearml dynamic access creation how its work..

  
  
Posted one year ago

once the server is up, you cannot change it

  
  
Posted one year ago

This is a configuration you need to do before starting the server

  
  
Posted one year ago

or before i have to do?? my case this one also its not working

  
  
Posted one year ago

user creation even it will work after containers is up right

  
  
Posted one year ago

Yes, this is how to create fixed users

  
  
Posted one year ago

None

  
  
Posted one year ago

Can you link to the the documentation you're referring to?

  
  
Posted one year ago

The only thing you can do is, if you are using fixed users in the server configuration, you can use the fixed user's username and password as a credential set (username=key, password=secret)

  
  
Posted one year ago

but your doc says like this..

  
  
Posted one year ago

GorgeousPuppy74 user credentials cannot be set from the configuration files - they are dynamically created (and can also be revoked by the user).

  
  
Posted one year ago

image

  
  
Posted one year ago
75K Views
42 Answers
one year ago
one year ago
Tags