Not sure yet - the initial REST call will have been sent immediately after create_index
is called,. Calls to the management API are, generally, asynchronous, so the call should return immediately and the behaviour you observe (minus the TimeoutException) would be expected. Perhaps there is some polling code underneath which is waiting for the index to come up - but one would still expect the index to be up in 900 seconds, normally. Will investigate, thanks.